- homebrew
- git
- ssh
- clone and install dotfiles
$ curl https://raw.githubusercontent.com/pruett/dotfiles/master/install | sh
Visit https://brew.sh/ and install Homebrew
Next, install homebrew formulae defined in Brewfile
$ brew bundle
Use GNU Stow to manage our symlinks:
$ brew install stow
# Loop over directories and run `stow` to enable respective dotfile symlinking
$ cd ~/.dotfiles && find . -not -path '*/\.*' -maxdepth 1 -mindepth 1 -type d | sed -e 's/^\.\///'| xargs -I % sh -c 'stow %'
# Remove stow link anytime with stow -D <directory>
Finally, set up git