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

@ -1 +0,0 @@
/home/stev/.SpaceVim

View file

@ -1 +0,0 @@
/home/stev/stevset/fish/omf

View file

@ -1,2 +1,3 @@
# Home Folder # Home Folder
Everything in here is a dotfile that will be symlinked into the home directory Everything in here is a dotfile that will be symlinked into the home directory
The Stow program will automatically rename them to be properly linked in the home folder however due to a bug, the folders have to be named with the regular dot notation

View file

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