Skip to content

Instantly share code, notes, and snippets.

@limingjie
Last active March 10, 2023 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save limingjie/35d48cdc412adc552648677ddd9324c9 to your computer and use it in GitHub Desktop.
Save limingjie/35d48cdc412adc552648677ddd9324c9 to your computer and use it in GitHub Desktop.
echo "Installing Homebrew and Cask..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
install brew-cask
echo "Upgrading bash..."
brew install bash
brew install bash-completion
echo "Installing CLI Tools..."
brew install asciiquarium
brew install cmatrix
brew install colordiff
brew install cowsay
brew install exa
brew install fortune
brew install fzf
brew install htop
brew install imagemagick
brew install lolcat
brew install p7zip
brew install ripgrep
brew install sl
brew install thefuck
brew install tldr
brew install tree
brew install wget
echo "Installing Programming Languages and Tools..."
brew install go
brew install graphviz
brew install python
brew install python@2
brew cask install java
echo "Installing Applications..."
brew cask install alfred
brew cask install firefox
brew cask install free-download-manager
brew cask install google-chrome
brew cask install handbrake
brew cask install iina
brew cask install iterm2
brew cask install itsycal
brew cask install kap
brew cask install robo-3t
brew cask install sourcetree
brew cask install spectacle
brew cask install sublime-text
brew cask install visual-studio-code
echo "Installation Done."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment