Since I have spent far too many hours playing with this kind of stuff and using dropbox, I figured why not take it a step further and spend some more time putting this on github.
Installing these dotfiles is a reversible process aided by quick and easy install and uninstall scripts.
Installation is a super easy process.
Recommend using Zsh instead of Bash
- https://github.com/sorin-ionescu/prezto
- clone repo
git clone [email protected]:/cthacker/dotfiles.git
cd dotfiles/
- run the install for your system eg,
./install_linux.sh
- open vim and type
:PlugInstall
If you want to remove them, use the uninstall script and the backups will be made current again
./uninstall.sh