Skip to content

Commit

Permalink
[manjaro] Add fzf
Browse files Browse the repository at this point in the history
  • Loading branch information
talayhan committed Oct 5, 2024
1 parent 2c2fa5f commit 2349c36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions user_specific/manjaro/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,8 @@ fi
if [ ! -d "$HOME/.oh-my-zsh/custom/plugins/zsh-fzf-history-search" ]; then
git clone https://github.com/joshskidmore/zsh-fzf-history-search ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-fzf-history-search
fi

if [ ! -d "$HOME/.fzf" ]; then
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
fi

0 comments on commit 2349c36

Please sign in to comment.