Dotfiles Prerequisites Make zsh the default shell: chsh -s $(which zsh) Install homebrew Install stow: brew install stow Installing git clone https://github.com/jonotrujillo/dotfiles.git ~/.dotfiles cd ~/.dotfiles stow zsh Managing Dotfiles Dotfiles are managed with stow. To install a dotfiles folder, for example /git, run: stow git