Removed stowing of stow
This commit is contained in:
parent
4b07b65b9d
commit
aa42a75b3a
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@ stow="stow --target $HOME"
|
||||||
|
|
||||||
cd $STORAGE/stowed
|
cd $STORAGE/stowed
|
||||||
|
|
||||||
$stow stow
|
|
||||||
$stow bash
|
$stow bash
|
||||||
# And any and all others
|
$stow vim
|
||||||
|
$stow gitconfig
|
||||||
```
|
```
|
||||||
|
|
||||||
There are examples of both scripts in the repo, one for the first time install and movement of `stow` to permanent storage and another to use once per session.
|
There are examples of both scripts in the repo, one for the first time install and movement of `stow` to permanent storage and another to use once per session.
|
||||||
|
|
Loading…
Reference in a new issue