Last active
June 2, 2021 06:41
-
-
Save BigAl/77cef7caa180e2895cbe to your computer and use it in GitHub Desktop.
Setup Mac
This file contains hidden or 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
sudo xcode-select --install | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
brew install virtualbox | |
brew install packer terraform libdvdcss awscli bash-completion | |
brew install iterm2 | |
brew install visual-studio-code vlc firefox | |
brew install google-drive-file-stream google-chrome | |
brew cask install --appdir="/Applications" jbidwatcher | |
brew cask install lastpass | |
brew cask install java | |
brew cask install android-sdk android-platform-tools | |
brew install signal viber telegram slack zoomus skype discord | |
Install NVM | |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash | |
## Install Xcode Tools | |
sudo xcode-select --install | |
## Install brew | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/${USER}/.zprofile | |
eval "$(/opt/homebrew/bin/brew shellenv)" | |
## AWS stuff | |
brew tap aws/tap | |
brew install awscli aws-sam-cli eksctl kubernetes-cli jq bash-completion | |
## Terminal | |
# https://rick.cogley.info/post/use-homebrew-zsh-instead-of-the-osx-default/ | |
brew install iterm2 youtube-dl tmux zsh | |
## Browser Stuff | |
brew install visual-studio-code microsoft-office | |
brew install vlc firefox google-drive-file-stream google-drive google-chrome | |
#All the chat apps | |
brew install signal viber telegram slack zoom skype discord mattermost | |
brew install bitwarden 1password | |
## Install oh my ZSH | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
##Install NVM | |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash | |
# Install Docker | |
https://docs.docker.com/docker-for-mac/install/ | |
# Displaylink drivers | |
https://www.displaylink.com/downloads/macos | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment