Dotfiles designed to be installed with stow
.
stow
is a tool that creates symlinks to the files in the stow
ed 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
adopt
ed into stow's tree:stow --adopt nvim
- To add a new file to an existing
stow
package, do one of the following:- move the new file into its position in the
stow
ed package, and runstow --no-folding package
- touch the new file in its position in the
stow
ed package, and runstow --adopt package
- move the new file into its position in the