Skip to content

econnelly-amplify/workspace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

workspace

Saved files with vim config and add-ons

Steps to setup

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

Alias node_modules

View StackOverflow post Add to ~/.bash_profile alias npm-exec='PATH=$(npm bin):$PATH' alias bower="npm-exec bower"

About

Saved files with vim config and add-ons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%