Set zsh as your login shell:
chsh -s $(which zsh)
Clone onto your laptop:
git clone git://github.com/kforsthoevel/dotfiles.git
Install rcm:
brew bundle dotfiles/Brewfile
Install:
rcup -d dotfiles -x README.md -x LICENSE
This will create symlinks for config files in your home directory. The
-x
options, which exclude the README.md
and LICENSE
files, are
needed during installation but can be skipped once the .rcrc
configuration file is symlinked in.
You can safely run rcup
multiple times to update:
rcup
Put your customizations in dotfiles appended with .local
:
~/.aliases.local
~/.gitconfig.local
~/.vimrc.local
~/.vimrc.bundles.local
~/.zshrc.local