/dotfiles

My dotfiles

Primary LanguageShellMIT LicenseMIT

My dotfiles

Install

# use zsh as default shell
chsh -s $(which zsh)

git clone git@github.com:wangyuhere/dotfiles.git

# install rcm to manage the dotfiles
brew tap thoughtbot/formulae
brew install rcm

# install all dotfiles
env RCRC=$HOME/dotfiles/rcrc rcup

Thanks