Skip to content

Commit 8f41aad

Browse files
committed
feat: add fzf install
1 parent c85bda1 commit 8f41aad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install.sh

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ if [ "$IS_OSX" = true ]; then
2020
. ./iterm2/install.sh
2121
fi
2222

23+
if ! type fzf &> /dev/null; then
24+
echo "Installing fzf"
25+
brew install fzf
26+
fi
27+
2328
if ! type zplug &> /dev/null; then
2429
echo "Installing ZPlug"
2530
brew install zplug

0 commit comments

Comments
 (0)