Skip to content

Instantly share code, notes, and snippets.

@FrenchBen
Last active November 10, 2020 05:32
Show Gist options
  • Save FrenchBen/b34458c039b2d1e0c8e8c844c4709986 to your computer and use it in GitHub Desktop.
Save FrenchBen/b34458c039b2d1e0c8e8c844c4709986 to your computer and use it in GitHub Desktop.
Setup Tmux + VIM + Oh-My-Zsh
# Setup was inspired from
# https://medium.com/@yash.kulshrestha/using-zsh-tmux-and-vim-for-web-development-eff7bd60e5d6
# install brew
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# install iterm2
brew cask install iterm2
# install tmux
brew install tmux
# install Oh-my-Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# clone dotfiles from
# https://github.com/YashdalfTheGray/dotfiles/blob/master/macos/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment