These are my personal dotfiles, used to bootstrap and configure development boxes
For a complete feature list, check out FEATURES.md
git clone --depth 1 https://github.com/bevacqua/dotfiles.git ~/.dotfiles && sudo zsh ~/.dotfiles/osx.zsh
Install zsh
, using the script below, then you need to reboot. Apologies!
sudo sh ./ubuntu/zsh.sh
After boot, install everything else.
sudo zsh ./ubuntu.zsh
- Anything placed in
~/.zshrc.user
will run on every shell instance - You can open that file using the
dotconfig
alias - Open
~/.zshrc
file with thezshconfig
alias. - I won't install Sublime Text packages for you. You do that. You did get
Package Control
, though. Recommended packages in FEATURES document. - Want to customize this even further? Fork this repository!
MIT