Last active
October 20, 2021 04:06
-
-
Save d-j-kendall/ede08108fbbaafce4bf002e7fd453fe7 to your computer and use it in GitHub Desktop.
BestTerminalSetup.sh
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
#/bin/bash | |
xcode-select —-install | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
exec zsh | |
brew install iterm2 | |
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/dustin/.zprofile | |
eval "$(/opt/homebrew/bin/brew shellenv)" | |
brew install zsh | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
curl -O https://raw.githubusercontent.com/MartinSeeler/iterm2-material-design/master/material-design-colors.itermcolors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment