Skip to content

Instantly share code, notes, and snippets.

@d-j-kendall
Last active October 20, 2021 04:06
Show Gist options
  • Save d-j-kendall/ede08108fbbaafce4bf002e7fd453fe7 to your computer and use it in GitHub Desktop.
Save d-j-kendall/ede08108fbbaafce4bf002e7fd453fe7 to your computer and use it in GitHub Desktop.
BestTerminalSetup.sh
#/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