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