Restructure repo to use pkgs subdirectory

This commit is contained in:
2025-09-02 04:01:17 -04:00
parent 20b6470625
commit a6afdd7efb
7 changed files with 6 additions and 5 deletions

View File

@@ -15,15 +15,13 @@ Use GNU Stow to slow down your home directory listings with my
git clone https://git.krislamo.org/kris/dotfiles.git ~/.dotfiles && \
cd ~/.dotfiles
- `stow` targets the parent directory by default, see `-t`
2. List available configuration packages
2. List directories for available configuration sets
ls -d */
basename -a pkgs/*/
3. Dry run `stow` with `-n` against configuration sets and verify output before
running
stow -nv */
stow -n $(basename -a pkgs/*/)
- Use `-nvv` for more verbose output.