Skip to content

*nix config files, helper scripts, blah blah blah.

Notifications You must be signed in to change notification settings

SebastianStadil/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

*nix config files, helper scripts, blah blah blah.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.1%
  • Shell 42.6%
  • Vim Script 5.3%