An agglomeration of the various config files I use
# First, I recommand that you backup your current dotfiles under a new git branch
# by copying them to this repo using `./import_from_user_space`.
# This will copy all the config files from the dotfiles directory/
# and copy them to the same location under ~. Please note that this
# will overwrite any config files already present at those locations.
$ ./export_to_user_space
# This will install the nvim plugins used in my config
$ nvim +PlugInstall +UpdateRemotePlugins +qa