We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83c99d commit 56ff539Copy full SHA for 56ff539
.install.sh
@@ -48,7 +48,7 @@ xattr -cr ~/Library/QuickLook/QLStephen.qlgenerator
48
sudo chsh -s /opt/homebrew/bin/fish $USER
49
50
# Install fish plugins with fisher
51
-for plugin in "jethrokuan/z" "lilyball/nix-env.fish" "oh-my-fish/plugin-bang-bang"
+for plugin in "jethrokuan/z" "lilyball/nix-env.fish" "oh-my-fish/plugin-bang-bang" "PatrickF1/fzf.fish"
52
do
53
/opt/homebrew/bin/fish -c "fisher install $plugin"
54
done
Brewfile
@@ -16,6 +16,7 @@ brew "duti"
16
brew "fish"
17
brew "fisher"
18
brew "flyctl"
19
+brew "fzf"
20
brew "geckodriver"
21
brew "gh"
22
brew "gnu-sed"
0 commit comments