1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-30 14:38:13 +02:00

symlink.sh: link scripts

This commit is contained in:
Henrik Hautakoski 2024-04-03 20:37:45 +02:00
parent 6503407cc8
commit 6dd8f632ad

View file

@ -18,3 +18,7 @@ done
ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf
ln -sfr $BASE_PATH/Xresources $HOME/.Xresources
for script in $(find $BASE_PATH/scripts -type f); do
ln -sfr $script $HOME/bin/$(basename $script)
done