/dotfiles

A set of vim, zsh, git, and tmux configuration files.

Primary LanguageLua

dotfiles

A set of vim, zsh, git, and tmux configuration files.

Usage

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