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