This is a set of personal packages for use with GNU Stow. These packages contain widely-used configuration (commonly known as 'dotfiles') and various utility scripts I've written over the years.
You'll need stow 2.4.0 or later installed, typically using the system's
package manager. Clone this repository to a convenient location - I like to use
~/.toolkit. From the repo directory:
# See what would be done
stow -nv pkg
# Install package files
stow pkg1 pkg2 ...
# Uninstall a package
stow -D pkg
# Find links and warn about broken ones
./check-linksThis is free and unencumbered software released into the public domain.