This is, as you can see, a repo of all my 'dotfiles'. The 'magic' script takes care of all the magic with a little help from git and stow. Inspired by samueljon's vim-config-and-plugin-sync, mathiasbynens dotfiles and many more that I can't think of.
wget --no-check-certificate https://raw.githubusercontent.com/gislifreyr/dotfiles/master/magic
chmod +x magic
./magic
- Vundle.vim -- "Vundle, the plug-in manager for Vim"
- delimitMate -- "Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc."
- vim-airline -- "Lean & mean status/tabline for vim that's light as air."
- vim-bufferline -- "Super simple vim plugin to show the list of buffers in the command bar."
- vim-fugitive -- "fugitive.vim: a Git wrapper so awesome, it should be illegal"