For ease of my personal configuration deployment. It installs your favorite .vimrc, .zshrc, .gitconfig, .tmux.conf and VIM plugins.
Automatically install it without cloning this repository.
Backup your original configuration files if necessary.
mv .gitconfig .gitconfig.bak;
mv .vim .vim.bak;
mv .vimrc .vimrc.bak;
mv .zshrc .zshrc.bak;
mv .tmux.conf .tmux.conf.bak;
mv git_diff_wrapper git_diff_wrapper.bak;
mv .config .config.bak
Install everything with one-line command.
wget -O - https://raw.github.com/josephj/linux-config/master/install.sh | sh; sh ~/.config/prompt.sh