Skip to content

Instantly share code, notes, and snippets.

@christophwille
Last active July 10, 2023 14:45
Show Gist options
  • Save christophwille/b7709d5d2777e76c01782711b4d7dbdd to your computer and use it in GitHub Desktop.
Save christophwille/b7709d5d2777e76c01782711b4d7dbdd to your computer and use it in GitHub Desktop.
M1 MBA Install Notes
# 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