My Dev Environment Files

IMPORTANT: These files are my personal development environment setup. It's meant to be used as baseline. Proceed at your own risk!

Terminal Setup

Relevant Files

  • .zshrc - Zsh Shell Configuration

Tmux Setup

Relevant Files

Setup Requires

  • True Color Terminal Like: iTerm2
  • Nerd Font - I use Meslo Nerd Font
  • Ripgrep - For Telescope Fuzzy Finder
  • XCode Command Line Tools
  • If working with typescript/javascript and the typescript language server like me. You might need to install node.

If you're on mac, like me, you can install iTerm2, Neovim, Ripgrep and Node with homebrew.

brew install --cask iterm2
brew install ripgrep
brew install node

For XCode Command Line Tools do:

xcode-select --install