# If you just want to install one file, do like this
# As download .bash_aliases
$ wget https://raw.githubusercontent.com/farwish/vimrc/master/.bash_aliases
$ curl -sS https://raw.githubusercontent.com/farwish/delicateShell/master/support/fwVimrcInstall.sh | sh
Files:
.vimrc
.gitconfig
Command install .vimrc:
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ git clone https://github.com/farwish/vimrc.git ~/vimrc && cp ~/vimrc/.vimrc ~/
$ vim
$ :PluginInstall
Command install .gitconfig:
cp ~/vimrc/.gitconfig ~/