Saved files with vim config and add-ons
- Copy this
vimrc
file to ~/.vimrc - Install pathogen:
mkdir -p ~/.vim/autoload ~/.vim/bundle
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
Copy zenburn color scheme:
cp zenburn.vim ~/.vim/colors/.
Install NERDTree:
cd ~/.vim/bundle
git clone https://github.com/scrooloose/nerdtree.git
Put this in your ~/.bashrc:
if [ -f /etc/bash_completion ]; then . /etc/bash_completion PSGIT='[\033[01;31m]$(__git_ps1 "{%s}")[\033[00m]' PS1="${PS1}${PSGIT} " fi
View StackOverflow post Add to ~/.bash_profile alias npm-exec='PATH=$(npm bin):$PATH' alias bower="npm-exec bower"