Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 399 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 399 Bytes

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