Last active
November 10, 2020 05:32
-
-
Save FrenchBen/b34458c039b2d1e0c8e8c844c4709986 to your computer and use it in GitHub Desktop.
Setup Tmux + VIM + Oh-My-Zsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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