Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 817 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 817 Bytes

Prereqs

  1. brew install fzf for fuzzy finding functionality
  2. brew install ctags to support gutentags
  3. brew install ripgrep to support Vim :Find

Zsh

Better than bash

  1. brew install zsh
  2. brew install antigen
  3. ln -s /path/to/this/dir/zshrc ~/.zshrc
  4. source ~/.zshrc (or open a new shell)

Vim

  1. ln -s /path/to/this/dir/vimrc ~/.vimrc
  2. launch vim (aliased to v in .zshrc) and run :PluginInstall

Color schemes

Hybrid - https://github.com/chadmayfield/hybrid-terminal-theme

Rose Pine - https://github.com/rose-pine/terminal.app

Tmux

  1. brew install tmux
  2. ln -s /path/to/this/dir/tmux.conf ~/.tmux.conf

Git config

  1. cp /path/to/this/dir/gitconfig ~/.gitconfig and edit the file to override your username, etc