Skip to content

Instantly share code, notes, and snippets.

@ollytheninja
Last active April 10, 2023 22:35
Show Gist options
  • Save ollytheninja/55826620615142b8908a9d3c7ed43d43 to your computer and use it in GitHub Desktop.
Save ollytheninja/55826620615142b8908a9d3c7ed43d43 to your computer and use it in GitHub Desktop.
# Install Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install CLI basics
brew install go jq gh multi-git-status zsh coreutils findutils gnu-tar gnu-sed gawk gnutls gnu-indent gnu-getopt grep
# Install oh my zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Install UI apps and dev tools
brew install 1password google-chrome slack iterm2 visual-studio-code docker pycharm keepingyouawake awscli terraform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment