-
-
Save shurick81/aacc7f8b67005bbf76bd2958523ecc37 to your computer and use it in GitHub Desktop.
Mac Provisioning
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
# 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 cursor | |
brew install --cask visual-studio-code | |
brew install --cask drawio | |
brew install git | |
brew install --cask docker | |
brew install docker-buildx | |
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 | |
brew install --cask nx-studio | |
brew install caddy | |
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 | |
code --install-extension GitHub.copilot | |
code --install-extension ms-python.python |
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
/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 install --cask cursor | |
brew install --cask visual-studio-code | |
brew install --cask drawio | |
code --install-extension eamodio.gitlens | |
code --install-extension ms-azure-devops.azure-pipelines | |
code --install-extension HashiCorp.terraform | |
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 DotJoshJohnson.xml | |
code --install-extension ms-azuretools.vscode-bicep | |
code --install-extension ms-azuretools.vscode-azurefunctions | |
code --install-extension HashiCorp.HCL | |
code --install-extension shardulm94.trailing-spaces |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment