Skip to content

Commit 56ff539

Browse files
committed
Add fzf for easier command line navigation
1 parent e83c99d commit 56ff539

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ xattr -cr ~/Library/QuickLook/QLStephen.qlgenerator
4848
sudo chsh -s /opt/homebrew/bin/fish $USER
4949

5050
# Install fish plugins with fisher
51-
for plugin in "jethrokuan/z" "lilyball/nix-env.fish" "oh-my-fish/plugin-bang-bang"
51+
for plugin in "jethrokuan/z" "lilyball/nix-env.fish" "oh-my-fish/plugin-bang-bang" "PatrickF1/fzf.fish"
5252
do
5353
/opt/homebrew/bin/fish -c "fisher install $plugin"
5454
done

Brewfile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ brew "duti"
1616
brew "fish"
1717
brew "fisher"
1818
brew "flyctl"
19+
brew "fzf"
1920
brew "geckodriver"
2021
brew "gh"
2122
brew "gnu-sed"

0 commit comments

Comments
 (0)