Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 916 Bytes

File metadata and controls

23 lines (16 loc) · 916 Bytes

dotfiles

Super-lightweight way to manage dotfiles... It's probably not the most efficient way but I've been setting up a heap of VMs lately and it was driving me nuts using default config on all of them, so here we are.

Currently contains:

  • .vimrc (Vim config)
  • .vim/colors (Vim color schemes)
  • .bashrc (Basics for now)
  • .bash_profile
  • .gitconfig

Just run install.py in the root to install to home directory, note it's still incredibly naive at this point - it purely runs over every item in src/ and links each from the current user's home directory - so make sure you only run it on a clean installation where these files aren't going to exist.

Thanks to the makers of the color schemes included here! They're duplicated so I know I'm getting the exact version but all are available on vim.org

TODO

  • Better Windows / MSYS detection
  • Better OSX and zsh detection
  • Sublime Text config