1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

symlink.sh: handle Xresources and tmux configs

This commit is contained in:
Henrik Hautakoski 2024-03-02 22:07:50 +01:00
parent a18904285d
commit adf11bbf04

View file

@ -15,3 +15,6 @@ DIRECTORIES=(
for target in ${DIRECTORIES[@]}; do
ln -sfr -t $HOME/.config $BASE_PATH/$target
done
ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf
ln -sfr $BASE_PATH/Xresources $HOME/.Xresources