Skip to content

Instantly share code, notes, and snippets.

@shurick81
Last active April 6, 2024 08:57
Show Gist options
  • Save shurick81/aacc7f8b67005bbf76bd2958523ecc37 to your computer and use it in GitHub Desktop.
Save shurick81/aacc7f8b67005bbf76bd2958523ecc37 to your computer and use it in GitHub Desktop.
Mac Provisioning
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
cd /opt/homebrew/bin/
ls
PATH=$PATH:/opt/homebrew/bin
cd
touch .zshrc
echo export PATH=$PATH:/opt/homebrew/bin -> .zshrc
brew doctor
brew install --cask keepassxc
brew install --cask visual-studio-code
brew install --cask drawio
brew install git
brew install --cask docker
brew install --cask telegram
brew install --cask microsoft-remote-desktop
brew install --cask microsoft-onenote
brew install --cask yubico-yubikey-manager
brew install --cask vlc
brew install --cask microsoft-teams
brew install --cask paintbrush
brew install --cask gimp
brew install --cask google-chrome
brew install --cask whatsapp
brew install --cask microsoft-outlook
brew install --cask microsoft-word
brew install --cask audacity
brew install --cask steam
brew install --cask battle-net
brew install --cask logitech-g-hub
code --install-extension eamodio.gitlens
code --install-extension ms-azure-devops.azure-pipelines
code --install-extension HashiCorp.terraform
code --install-extension redhat.vscode-xml
code --install-extension bierner.markdown-mermaid
code --install-extension ms-vscode-remote.remote-containers
code --install-extension ms-azuretools.vscode-docker
code --install-extension GitHub.codespaces
code --install-extension ms-vscode.live-server
code --install-extension DotJoshJohnson.xml
code --install-extension ms-azuretools.vscode-bicep
code --install-extension donjayamanne.githistory
code --install-extension hashicorp.hcl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment