Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jimmyliao/031b73b7e15848b63f3196856b867a9b to your computer and use it in GitHub Desktop.
Save jimmyliao/031b73b7e15848b63f3196856b867a9b to your computer and use it in GitHub Desktop.
dev env setup - fish / tmux / vim
curl -L https://get.oh-my.fish | fish
omf install bobthefish
brew tap caskroom/fonts
brew cask install font-hack-nerd-font
set -g theme_nerd_fonts yes
cat ~/.config/fish/conf.d/omf.fish
source ~/.config/fish/config.fish
omf reload
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
brew upgrade vim
brew reinstall ruby vim
cd ~/.vim/bundle/YouCompleteMe/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment