Managing Configurations
Add A New Package
Create a package that mirrors the final path from $HOME.
Example for a fictional app:
text
myapp/
.config/
myapp/
config.tomlThen update:
text
bin/dotfiles-install
bin/bootstrap
docs/index.md
README.mdInstall A Package
From the repo root:
sh
bin/dotfiles-install nvim
bin/dotfiles-install wezterm
bin/dotfiles-install tmux
bin/dotfiles-install zshRemove A Package
Unlink it with Stow:
sh
stow --target="$HOME" --delete <package>Then remove the package from the repo and update the docs.