A set of vim
, zsh
, git
, and tmux
configuration files.
Set zsh
as your login shell:
chsh -s $(which zsh)
Clone dotfiles repository:
git clone https://github.com/wouterw/dotfiles.git ~/.dotfiles
Install rcm:
brew install rcm
Install the dotfiles:
env RCRC=$HOME/.dotfiles/rcrc rcup