Dotfiles designed to be installed with stow.
stow is a tool that creates symlinks to the files in the stowed directory in the parent folder.
- To initialize or to add symlinks for new files:
stow --no-folding nvim - If some files already exist, they can be
adopted into stow's tree:stow --adopt nvim - To add a new file to an existing
stowpackage, do one of the following:- move the new file into its position in the
stowed package, and runstow --no-folding package - touch the new file in its position in the
stowed package, and runstow --adopt package
- move the new file into its position in the