These dotfiles contain all of the necessary packages, plugins and config I need to be a productive (python/Javascript) developer.
I've tested these dotfiles on both ubuntu and OS X (you'll need to fiddle with the install commands for OS X).
- custom config for vim, ack-grep, zsh and tmux
- oh-my-zsh
- vim plugins:
- ctrlp.vim
- nerdtree
- vim-nerdtree-tabs
- syntastic
- termschool-vim-theme
- vim-fugitive
- vim-gitgutter
- vim-airline
- tagbar
- goyo.vim
- limelight.vim
- vim-autocorrect
- vim-css-color
- vim-misc
- vim-easytags
- Ensure you have zsh installed
sudo apt-get install zsh
- Ensure zsh is set as your default shell:
chsh -s $(which zsh)
Note: you will need to logout and log back in for this to take effect
- Ensure you have flake8 and pep257 installed (for vim-syntastic)
sudo pip install flake8 pep257
- Ensure you have exuberant-ctags installed (for vim tags and tagbar)
sudo apt-get install exuberant-ctags
git clone https://github.com/tom-james-watson/dotfiles
cd dotfiles
./install.sh
./update.sh