Skip to content

Instantly share code, notes, and snippets.

@gmatcha
Created July 1, 2019 18:06
Show Gist options
  • Save gmatcha/9443d35b278b7d53aafd73e8edb4ae66 to your computer and use it in GitHub Desktop.
Save gmatcha/9443d35b278b7d53aafd73e8edb4ae66 to your computer and use it in GitHub Desktop.
macos brew cask install script
#!/bin/bash
##set -e
echo "macos_init.sh => fresh install..."
echo "installing xcode..."
##xcode-select --install || exit 1
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "call doctor..."
brew doctor
echo "installing handy tools..."
brew install youtube-dl geoip wget cask htop
echo "install Cask & GUI..."
brew tap caskroom/cask
brew tap homebrew/cask-versions
## brew cask
## App Install - Cakebrew ##
brew cask install cakebrew
## quick look plugins -
brew cask install \
qlcolorcode \
qlstephen \
qlmarkdown \
quicklook-json \
qlprettypatch \
quicklook-csv \
betterzip \
webpquicklook \
suspicious-package
## App Installs
brew cask install \
alfred \
## android-file-transfer \
## asepsis \
appcleaner \
caffeine \
cheatsheet \
docker \
## doubletwist \
## dropbox \
google-chrome \
google-drive \
## google-hangouts \
flux \
latexian \
## 1password \
pdftk \
spectacle \
## sublime-text \
atom \
superduper \
totalfinder \
transmission \
valentina-studio \
vlc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment