-
-
Save barakamwakisha/7b19672af3854fb567cad04633f3e635 to your computer and use it in GitHub Desktop.
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 | |
| # 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