Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.27 KB

File metadata and controls

37 lines (25 loc) · 1.27 KB

mtigas/dotfiles

*nix config files, helper scripts, and other miscellany, for fun and profit.

Yes, more than just dotfiles.

vim

Bunches of plugins, plus the **Solarized color scheme.

F5 to run PEP 8 checks for style. F6 to remove trailing whitespaces from lines. F7 to run pyflakes for static code errors.

Plugins:

  • Command-T

  • Open .vba file with vim and do :so %

  • SuperTab

  • Copy .vim file to ~/.vim/plugin/

  • pyflakes

  • Install pyflakes: pip install pyflakes

  • Copy .vim file to ~/.vim/plugin/

  • pep8

  • Install pep8: pip install pep8

  • Copy .vim file to ~/.vim/plugin/

  • vim-colors-solarized

      mkdir -p ~/.vim/colors/
      curl -Lo ~/.vim/colors/solarized.vim https://github.com/altercation/vim-colors-solarized/raw/master/colors/solarized.vim
    

zsh

Lots of craziness up in there.