Skip to content

Instantly share code, notes, and snippets.

@d-j-kendall
Last active October 20, 2021 04:06
Show Gist options
  • Select an option

  • Save d-j-kendall/ede08108fbbaafce4bf002e7fd453fe7 to your computer and use it in GitHub Desktop.

Select an option

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