728 B
728 B
Dotfiles
Use GNU Stow to slow down your home directory listings with my accumulated sludge.
Setup
-
Clone into a subdirectory of
$HOME
and change into itgit clone https://git.krislamo.org/kris/dotfiles.git ~/.dotfiles && \ cd ~/.dotfiles
-
List available configuration packages
basename -a pkgs/*/
-
Dry run
stow
with-n
against configuration sets and verify output before runningstow -n $(basename -a pkgs/*/)
- Use
-nvv
for more verbose output.
- Use