My collection of dotfiles. If you want to reuse any of this, clone the repository and review the code, it's probably better to pick an choose what you need.
# initial setup
make setup_mac
# set zsh as default shell
chsh -s $(which zsh)
# update repo, links and vim plugins
make
curl https://raw.githubusercontent.com/angelcarballo/dotfiles/master/vim/.vimrc.min -o ~/.vimrc
ZSH will try to source ~/.zshrc.local
.