My personal dotfiles for linux home folder.
- ctags
- python
- pep8
- pyflakes
- rope
Get the dotfiles with:
git clone https://github.com/theunsa/dotfiles ~/dotfiles
To install:
cd ~/dotfiles
./install.sh
Note: dotfiles and folders have start with _ and are appropriately linked by the install script.
Followed the instructions at https://sontek.net/blog/detail/turning-vim-into-a-modern-python-ide with a few customisations and changes of my own including:
-
Using Vundle instead of pathogen
-
Used CtrlP instead of command-t (no Rake dependency needed)
(See README in _vim folder for more info)