- Zsh configuration
- Vim configuration
- Git configuration
- Rubocop configuration
- Cross platform bootstrap script (mac, debian, windows)
- Application bootstrap (list)
- Clone the repo:
git clone https://github.com/gmcgibbon/dotfiles ~/dotfiles
- Run this the bootstrap script for your platform:
~/dotfiles/bin/bootstrap/{platform} # where {platform} is your OS
- Change your shell to
zsh
:
chsh -s $(which zsh)