refined use of stow

This commit is contained in:
Stefen Auris 2022-12-14 05:25:28 -05:00
parent f76e5e0d82
commit affe933668
8 changed files with 2 additions and 3 deletions

View file

@ -22,7 +22,7 @@ esac
#create symlinks using stow
mkdir ~/.ssh
echo "Stowing Configs"
stow config
stow config --dotfiles
chmod 0700 ~/.ssh
chmod -R 0600 ~/.ssh/*