Skip to content

jean-airoldie/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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