I keep my config files here. Feel free to take a look around.
The first time the repo is cloned (or when new Vim plugins are installed), initialize its submodules by running:
git submodule update --init --recursive
Later, to update the submodules run:
git submodule foreach git pull origin master
Remember to symlink the config files and directories:
ln -s ~/.dotfiles/vim ~/.vimln -s ~/.dotfiles/vim/vimrc ~/.vimrc- and so on... ln -s /Users/emedina/developer/dotfiles/alacritty/alacritty.yml /Users/emedina/.alacritty.yml