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:
parent
a18904285d
commit
adf11bbf04
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue