- Zsh configuration
- Vim configuration
- Git configuration
- Rubocop configuration
- Cross platform bootstrap script (mac, ubuntu, fedora 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)