Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 565 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 565 Bytes

Dotfiles

An agglomeration of the various config files I use

Import

# 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