Yay
This commit is contained in:
parent
18e4a976fe
commit
759f37af87
2 changed files with 2 additions and 1 deletions
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/
|
||||
|
|
1
xprofile
Normal file
1
xprofile
Normal file
|
@ -0,0 +1 @@
|
|||
gentoo-pipewire-launcher &
|
Loading…
Reference in a new issue