mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
symlink.sh: link scripts
This commit is contained in:
parent
6503407cc8
commit
6dd8f632ad
1 changed files with 6 additions and 2 deletions
|
|
@ -16,5 +16,9 @@ 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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue