This is a collection of config files that I use to do my day to day work.
- Install FZF
brew install fzf
- Install ripgrep
brew install ripgrep
- Install bat
brew install bat
- Add this to
.zshrc
if type rg &> /dev/null; then
export FZF_DEFAULT_COMMAND='rg --files'
export FZF_DEFAULT_OPTS='-m --height 50% --border'
fi
export BAT_THEME="Solarized (light)"
- Reload ZSH
source ~/.zshrc
Go to the tmux
subdirectory and follow the instructions from there
Go to the vim
subdirectory and follow the instructions from there