Last active
July 10, 2023 14:45
-
-
Save christophwille/b7709d5d2777e76c01782711b4d7dbdd to your computer and use it in GitHub Desktop.
M1 MBA Install Notes
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
# https://dotnet.microsoft.com/download/dotnet/6.0 | |
# Edge, Teams, Skype | |
# App Store: OneDrive, Remote Desktop | |
# brew.sh | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
brew install --cask firefox | |
brew install --cask iterm2 | |
brew install fish | |
brew install midnight-commander | |
brew install tmux | |
brew install htop | |
brew install jq | |
brew install tree | |
brew install nano | |
brew install --cask visual-studio-code | |
brew install git | |
brew install --cask github | |
brew install nvm | |
#brew install node | |
brew install python3 | |
brew install go | |
brew install graphviz | |
brew install colima | |
brew install kubectl | |
brew install azure-cli | |
brew install azcopy | |
brew install sqlcmd | |
# https://github.com/ohmyzsh/ohmyzsh | |
zsh --version | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment