my personal vim settings, feel free to use them too...
# backup current .vimrc
$ cd ~ && mv ~/.vimrc ~/.vimrc.bak
# install .vimrc from this repository
$ git clone https://github.com/faeb187/vimrc.git
# add a symbolic link to the .vimrc (update with ease)
$ ln -s vimrc/.vimrc .vimrc
In order to make this version running you need to install some dependencies (or comment out what you don't need, it's up to you)...
if you're not using pathogen yet, it's time to install it:
$ mkdir -p ~/.vim/autoload ~/.vim/bundle
$ curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
as you've installed pathogen, you can install the solarized scheme with it:
# clone the repository
$ cd ~/.vim/bundle && git clone https://github.com/altercation/vim-colors-solarized.git
# move the scheme into .vim/colors
$ mv vim-colors-solarized/colors ../.
not working yet? try:
# add this line into ~/.bashrc
export TERM="xterm-256color"
# close the file, then from terminal:
$ source ~/.bashrc
# requires pathogen
$ git clone https://github.com/leafgarland/typescript-vim.git ~/.vim/bundle/typescript-vim
# requires pathogen
$ git clone https://github.com/ekalinin/Dockerfile.vim.git ~/.vim/bundle/Dockerfile
# requires pathogen
$ cd ~/.vim/bundle
$ git clone https://github.com/digitaltoad/vim-pug.git
# requires pathogen
$ cd ~/.vim/bundle
$ git clone https://github.com/kchmck/vim-coffee-script.git
# requires pathogen
$ cd ~/.vim/bundle
$ git clone https://github.com/wavded/vim-stylus.git
cd ~/.vim/bundle
git clone https://github.com/prettier/vim-prettier