]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Add exa, add fzf fuzzy search
authorRuben Beltran del Rio <redacted>
Wed, 13 Apr 2022 15:07:38 +0000 (17:07 +0200)
committerRuben Beltran del Rio <redacted>
Wed, 13 Apr 2022 15:07:38 +0000 (17:07 +0200)
provisioning/brew_essential
runcoms/zshrc

index aa1fbaa8c8ba7d80288e122b2e1d958bcb7c0b49..e516cbf660a9c28771e591e34c1f9f6975f4b2b6 100644 (file)
@@ -1,6 +1,7 @@
 asdf
 bat
 curl
+exa
 fd
 fortune
 fzf
@@ -10,7 +11,6 @@ ripgrep
 tmux
 tree
 v
-vim
 neovim
 watch
 wget
index cf1c24816ff516aefb198ff1fc67fe82c2ad0825..3166acf4435b378057f71538324ec12932ea0a59 100644 (file)
@@ -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