Removed stowing of stow

This commit is contained in:
Carlos Galindo 2018-10-04 22:55:47 +02:00
parent 4b07b65b9d
commit aa42a75b3a
Signed by: kauron
GPG key ID: 83E68706DEE119A3

View file

@ -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.