Last active
April 10, 2023 22:35
-
-
Save ollytheninja/55826620615142b8908a9d3c7ed43d43 to your computer and use it in GitHub Desktop.
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
# 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