Based on dotfiles of Paul Irish. https://github.com/paulirish/dotfiles
node: http://nodejs.org/
- Download latest node bins for linux 64 bit && extract it to ~/installs/
mkdir ~/bin && cd ~/bin && ln -s ~/installs/<nodever>/bin/node node && ln -s ~/installs/<nodever>/bin/npm npm
tmux: http://tmux.sourceforge.net/
ag: (a.k.a. silver searcher): https://github.com/ggreer/the_silver_searcher
editorconfig: http://editorconfig.org/
sudo chown -R !username! /usr/local/include
sudo chown -R !username! /usr/local/lib
brew install tmux
brew install ag
- Clone this repo and copy its contents to ~
- Install dependencies through
sudo install-deps.sh
- Set terminal background to black and font color to some grey
- Follow instructions in ~/.fonts/README.md for getting Powerline fonts
- Logout and log in!
- Go through all your vim plugins to check whether they are configured & installed properly.