/dotfiles

Primary LanguageVim Script

Terence's Dev Setup

Overview

This is a collection of config files that I use to do my day to day work.

Do the following before getting started

  1. Install FZF
brew install fzf
  1. Install ripgrep
brew install ripgrep
  1. Install bat
brew install bat
  1. 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)"
  1. Reload ZSH
source ~/.zshrc

tmux

Go to the tmux subdirectory and follow the instructions from there

Vim

Go to the vim subdirectory and follow the instructions from there