refined use of stow
This commit is contained in:
parent
f76e5e0d82
commit
affe933668
8 changed files with 2 additions and 3 deletions
|
@ -1 +0,0 @@
|
||||||
/home/stev/.SpaceVim
|
|
|
@ -1 +0,0 @@
|
||||||
/home/stev/stevset/fish/omf
|
|
|
@ -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
|
||||||
|
|
2
init.sh
2
init.sh
|
@ -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/*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue