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

install.sh: install tmux and fzf files

This commit is contained in:
Henrik Hautakoski 2024-07-26 21:09:53 +02:00
parent f0d623c7b6
commit f19e05528d

View file

@ -14,6 +14,7 @@ DIRECTORIES=(
#rofi
smartgit
lazygit
tmux-plugins
)
for target in ${DIRECTORIES[@]}; do
@ -23,6 +24,7 @@ done
ln -sfr $BASE_PATH/bashrc $HOME/.bashrc
ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf
ln -sfr $BASE_PATH/Xresources $HOME/.Xresources
ln -sfr $BASE_PATH/fzfrc $HOME/.config/fzfrc
mkdir -p $HOME/bin
for script in $(find $BASE_PATH/scripts -type f); do