Skip to content

Commit

Permalink
install fzf using brew (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
topher200 authored Apr 4, 2024
1 parent 0fb8003 commit e4888fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion files/fzfrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# make fzf use ag instead of its default (find)
export FZF_COMPLETION_TRIGGER='fzf'
export FZF_COMPLETION_OPTS='--border --info=inline'
# make fzf use ag instead of its default (find)
export FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -g ""'
export FZF_CTRL_T_COMMAND='ag --hidden --ignore .git -g ""'
# use fzf-tmux
Expand Down
4 changes: 2 additions & 2 deletions scripts/install-slow-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y \
fd-find \
file \
flameshot \
fzf \
gh \
git \
gron \
Expand Down Expand Up @@ -86,7 +85,8 @@ brew install jesseduffield/lazygit/lazygit
brew install \
pre-commit \
prettier \
shfmt
shfmt \
fzf # debian as of April 2024: 0.42.0. can switch back to apt version once it's at least 0.48.1

brew install \
atuin \
Expand Down

0 comments on commit e4888fb

Please sign in to comment.