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

3
.stowrc Normal file
View File

@@ -0,0 +1,3 @@
--dir=pkgs
--target=$HOME
--verbose

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 && \ git clone https://git.krislamo.org/kris/dotfiles.git ~/.dotfiles && \
cd ~/.dotfiles cd ~/.dotfiles
- `stow` targets the parent directory by default, see `-t` 2. List available configuration packages
2. List directories for available configuration sets basename -a pkgs/*/
ls -d */
3. Dry run `stow` with `-n` against configuration sets and verify output before 3. Dry run `stow` with `-n` against configuration sets and verify output before
running running
stow -nv */ stow -n $(basename -a pkgs/*/)
- Use `-nvv` for more verbose output. - Use `-nvv` for more verbose output.