Last active
August 20, 2023 18:23
-
-
Save bipin-nag/a075abab0b008b01017248aa862151aa to your computer and use it in GitHub Desktop.
Brew Scripts
This file contains 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 | |
# | |
brew install coreutils tree wget curl htop watch aria2 jq mas | |
# | |
brew install --cask iterm2 hyper | |
# | |
brew install --cask google-chrome firefox tor-browser | |
# | |
brew install git git-lfs | |
brew install --cask github | |
brew install --cask visual-studio-code | |
brew install --cask intellij-idea-ce | |
brew install --cask pycharm-ce | |
# | |
brew install --cask alacritty | |
brew install starship lapce deno helix git-delta |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment