From f19e05528d2b51bc7a5ee1a0b9fbcde9373c3cfc Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 26 Jul 2024 21:09:53 +0200 Subject: [PATCH] install.sh: install tmux and fzf files --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 3340920..ec63b77 100755 --- a/install.sh +++ b/install.sh @@ -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