mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
adding new tmux session scripts
This commit is contained in:
parent
891ce58272
commit
06293d3a17
6 changed files with 42 additions and 14 deletions
|
|
@ -30,6 +30,7 @@ ln -sfr $BASE_PATH/picom.conf $HOME/.config/picom.conf
|
|||
ln -sfr $BASE_PATH/fzfrc $HOME/.config/fzfrc
|
||||
|
||||
mkdir -p $HOME/bin
|
||||
for script in $(find $BASE_PATH/scripts -type f); do
|
||||
ln -sfr $BASE_PATH/scripts/tmuxs/main.sh $HOME/bin/tmuxs
|
||||
for script in $(find $BASE_PATH/scripts -maxdepth 1 -type f); do
|
||||
ln -sfr $script $HOME/bin/$(basename $script)
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue