Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 504 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 504 Bytes

dotfiles

Manual Steps

  1. Install brew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install stow:
brew install stow
  1. Clone the repository:
git clone https://github.com/rafasf/dots.git ~/.dotfiles
  1. Link configurations:
cd ~/.dotfiles && make
  1. Open a new shell (there will some errors due missing tools)
  2. Install essential tools:
brew bundle install --file=${DOTS}/Brewfile