aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--provisioning/brew_essential2
-rw-r--r--runcoms/zshrc2
2 files changed, 3 insertions, 1 deletions
diff --git a/provisioning/brew_essential b/provisioning/brew_essential
index aa1fbaa..e516cbf 100644
--- a/provisioning/brew_essential
+++ b/provisioning/brew_essential
@@ -1,6 +1,7 @@
asdf
bat
curl
+exa
fd
fortune
fzf
@@ -10,7 +11,6 @@ ripgrep
tmux
tree
v
-vim
neovim
watch
wget
diff --git a/runcoms/zshrc b/runcoms/zshrc
index cf1c248..3166acf 100644
--- a/runcoms/zshrc
+++ b/runcoms/zshrc
@@ -50,6 +50,8 @@ export VIRTUALENVWRAPPER_PYTHON="/usr/local/bin/python3"
export GPG_TTY=$(tty)
# FZF Config
+[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
+
export FZF_DEFAULT_COMMAND='/usr/bin/env rg --color never --files --hidden -g \!.git'
export FZF_DEFAULT_OPTS='--preview ''bat --style=numbers --color=always {} | head -500'''
if [[ -s "/opt/homebrew/bin/brew" ]]; then