Yay
This commit is contained in:
parent
18e4a976fe
commit
759f37af87
2
link.sh
2
link.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
folders=($(ls $PWD/config))
|
||||
files=("bashrc" "zshrc" "profile" "xbindkeysrc")
|
||||
files=("bashrc" "zshrc" "profile" "xbindkeysrc" "xprofile")
|
||||
|
||||
for folder in "${folders[@]}"; do
|
||||
ln -sf $PWD/config/$folder $HOME/.config/
|
||||
|
|
Loading…
Reference in New Issue