/dotfiles

Dotfiles keeps my configuration files clean

Primary LanguageLua

DOTFILES

Use

This takes advantage of GNU Stow in order to create symbolic links from this repo to where the config files are expected to be located. This is handy because it gives me one repository to manage without writing complicated scripts to put the files where they belong.

The inspiration for this repository was obtained from this article.

stow --dotfiles nvim

This would sym link all the configs necessary for nvim in the appropriate places.