Skip to content

Instantly share code, notes, and snippets.

@cosmith
Last active January 2, 2018 10:38
Show Gist options
  • Save cosmith/5e4bea55df1c45736ccd6768f119137b to your computer and use it in GitHub Desktop.
Save cosmith/5e4bea55df1c45736ccd6768f119137b to your computer and use it in GitHub Desktop.
Reinstall script
# Ask for the administrator password upfront.
sudo -v
# Keep-alive: update existing `sudo` time stamp until the script has finished.
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask
brew install asciinema
brew install bash-completion
brew install boost
brew install chromedriver
brew install clang-format
brew install cocoapods
brew install erlang
brew install exa
brew install ffmpeg
brew install fontconfig
brew install freetype
brew install fzf
brew install gd
brew install gdbm
brew install geckodriver
brew install gettext
brew install git
brew install go
brew install graphviz
brew install grep
brew install gti
brew install heroku
brew install highlight
brew install htop
brew install hub
brew install hugo
brew install icu4c
brew install jpeg
brew install jq
brew install lame
brew install libpng
brew install libtiff
brew install libtool
brew install lsusb
brew install lua
brew install mas
brew install node
brew install oniguruma
brew install openssl
brew install pcre
brew install pcre2
brew install phantomjs
brew install pngquant
brew install postgresql@9.4
brew install python
brew install python3
brew install rabbitmq
brew install readline
brew install redis
brew install sl
brew install sqlite
brew install terminal-notifier
brew install tree
brew install watchman
brew install webp
brew install wget
brew install wxmac
brew install x264
brew install xvid
brew install yarn
brew install youtube-dl
pip install --upgrade pip setuptools
pip install virtualenv virtualenvwrapper
brew cask install alfred
brew cask install android-studio
brew cask install dropbox
brew cask install filezilla
brew cask install firefox
brew cask install flux
brew cask install google-chrome
brew cask install iterm2
brew cask install java
brew cask install mattr-slate
brew cask install paw
brew cask install poedit
brew cask install qlcolorcode
brew cask install qlstephen
brew cask install quicklook-json
brew cask install rowanj-gitx
brew cask install scroll-reverser
brew cask install sketch
brew cask install spotify
brew cask install sublime-text
brew cask install station
brew cask install transmission
brew cask install vlc
# show file extensions
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment