Restructure repo to use pkgs subdirectory
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user