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:
parent
6503407cc8
commit
6dd8f632ad
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue