Using dotfiles to manage my setup
There are different yaml files in the repo to config my devbox, work laptop and home laptops.
Installing dotfiles for each can be done by running install with the --config param to the file
At the most basic, my environment includes:
- Vundle to manage all vim plugins
- Powerline shell
- eslint_d for Syntastic
- Clone this repo
- Get Vundle and setup by installing ~/.vim/bundle/Vundle.vim
- Setup the dotfiles by running the
./installscript (pass -c or --config to change the config file) - Launch vim and run :PluginInstall to install plugins. You may need to upgrade vim with homebrew then
brew install macvim --override-system-vimto take advantage of all the plugins - In the powerline-shell repo, run ./install.py then symlink the generated powerline-shell.py. Or just use the one I have committed.
- make sure eslint_d is installed with npm
Keys and other secrets get stored in files somename.secrets and are gitignored so this repo can still be public.