Skip to content

Instantly share code, notes, and snippets.

@barakamwakisha
Forked from srsholmes/mac-setup.sh
Last active February 4, 2024 13:38
Show Gist options
  • Select an option

  • Save barakamwakisha/7b19672af3854fb567cad04633f3e635 to your computer and use it in GitHub Desktop.

Select an option

Save barakamwakisha/7b19672af3854fb567cad04633f3e635 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
brew install jq
brew install deno
brew install yarn
brew install pnpm
brew install --cask ngrok
# Apps
brew install --cask 1password
brew install --cask google-chrome
brew install --cask iterm2
brew install --cask slack
brew install --cask spotify
brew install --cask docker
brew install --cask dbeaver-enterprise
# Editors / IDEs
brew install --cask visual-studio-code
# Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Android
brew install ant
brew install maven
brew install gradle
brew install android-sdk
brew install --cask android-ndk
brew install --cask android-studio
android update sdk --no-ui
# Preferences
defaults write com.apple.Finder AppleShowAllFiles true
# Folders
mkdir ~/code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment