- bash: Bash setup, .bashrc, aliases and cmd reminders ($ myexample*).
- vim: basic vim setup and shortcuts.
- git: git-completion, branch in prompt, sample usages ($ myexamplegit)
- screen: ready to go screen config
You can clone the repository wherever you want. The install script will backup your current dotfiles and copy the new ones to your home folder.
git clone https://github.com/ompemi/dotfiles.git && cd dotfiles && ./install.sh
To restore the previous dotfiles:
cd <repository_path> && mv -f original/.* ~/