Skip to content

gbrady92/dotfiles

Repository files navigation

dotfiles

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).

Contents

Requirements

  • 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

Installation

git clone https://github.com/tom-james-watson/dotfiles

cd dotfiles

./install.sh

Updating

./update.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published