Dotfiles (and submodules) for vim, git, and zsh. This works on all *nix OS and doesnt require any fancy dependencies (just python).
The objective here was to keep things nice, simple, and transparent.
Uses Vundle as a plugin manager and comes with a few plugins. Comes with a nice skin, and logical defaults like using 4 spaces instead of a tab. Some of the normal vimrc config I stole from the Ultimate Vim configuration
Refer to Vundle on how to install more plugins (its super easy)
Sets zsh to the default shell, and uses the oh-my-zsh zsh framework. Looks good, is more secure, and has some nice features. Take a look at the cheatsheet here.
Just some per user specifications
Make sure you have the following things already installed
- git
- vim
- python
- zsh
Then run these commands...
git clone --recurse-submodules https://github.com/SeanRice1/dotfiles ~/dotfiles
cd ~/dotfiles
./setup.py
Then use the CLI to link, unlink and setup the dotfiles (and submodules)!
When I get around to it, I will be adding dotfiles for VScode, linting, and others. Feel free to fork.