2013-09-05 19:04:33 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2013-11-23 15:50:47 +00:00
|
|
|
brew tap homebrew/dupes
|
2014-11-19 11:08:43 +00:00
|
|
|
brew tap homebrew/php
|
2013-09-05 19:04:33 +00:00
|
|
|
|
2014-07-18 16:30:36 +00:00
|
|
|
# install additional brew packages -- see _install.sh too
|
2013-09-05 19:04:33 +00:00
|
|
|
brew install curl
|
2014-07-18 16:30:36 +00:00
|
|
|
brew install ffmpeg
|
2013-09-05 19:04:33 +00:00
|
|
|
brew install ghostscript
|
|
|
|
brew install git-flow
|
2014-01-01 16:07:20 +00:00
|
|
|
brew install httpd
|
2014-01-21 21:26:44 +00:00
|
|
|
brew install imagemagick
|
2014-07-18 16:30:36 +00:00
|
|
|
brew install markdown
|
2013-09-05 19:04:33 +00:00
|
|
|
brew install mysql
|
|
|
|
brew install php55
|
|
|
|
brew install php55-mcrypt
|
|
|
|
brew install php55-xdebug
|
2014-04-09 12:35:01 +00:00
|
|
|
brew install php55-intl
|
2013-12-31 13:54:47 +00:00
|
|
|
brew install composer
|
2013-11-24 17:52:33 +00:00
|
|
|
brew install rbenv
|
|
|
|
brew install ruby-build
|
2014-01-17 14:51:59 +00:00
|
|
|
brew install ssh-copy-id
|
2014-07-18 16:30:36 +00:00
|
|
|
brew install unrar
|
2014-01-16 17:21:18 +00:00
|
|
|
brew install youtube-dl
|
2013-09-05 19:04:33 +00:00
|
|
|
|
|
|
|
# brew cask and install software
|
|
|
|
brew cask install adium
|
|
|
|
brew cask install alfred
|
|
|
|
brew cask install amadeus-pro
|
2014-01-01 16:07:20 +00:00
|
|
|
brew cask install bartender
|
2013-09-05 19:04:33 +00:00
|
|
|
brew cask install carbon-copy-cloner
|
|
|
|
brew cask install doxie
|
|
|
|
brew cask install firefox
|
2014-07-18 16:30:36 +00:00
|
|
|
brew cask install flux
|
2013-09-05 19:04:33 +00:00
|
|
|
brew cask install google-chrome
|
2014-03-31 21:57:01 +00:00
|
|
|
brew cask install google-chrome-canary
|
2013-09-05 19:04:33 +00:00
|
|
|
brew cask install imagealpha
|
|
|
|
brew cask install imageoptim
|
2013-11-23 15:50:47 +00:00
|
|
|
brew cask install istat-menus
|
2014-07-18 16:30:36 +00:00
|
|
|
brew cask install karabiner
|
2014-01-01 16:07:20 +00:00
|
|
|
brew cask install libreoffice
|
2014-07-18 16:30:36 +00:00
|
|
|
brew cask install qlcolorcode
|
|
|
|
brew cask install qlmarkdown
|
|
|
|
brew cask install qlstephen
|
|
|
|
brew cask install quicklook-csv
|
|
|
|
brew cask install quicklook-json
|
|
|
|
brew cask install seil
|
2013-09-05 19:04:33 +00:00
|
|
|
brew cask install sequel-pro
|
|
|
|
brew cask install skype
|
|
|
|
brew cask install slate
|
|
|
|
brew cask install things
|
|
|
|
brew cask install transmission
|
2013-12-31 13:54:47 +00:00
|
|
|
brew cask install truecrypt
|
2013-09-05 19:04:33 +00:00
|
|
|
brew cask install virtualbox
|
|
|
|
brew cask install vlc
|
2014-01-03 19:25:18 +00:00
|
|
|
brew cask install wedge
|
2013-11-23 15:50:47 +00:00
|
|
|
brew cask install xld
|
2013-09-05 19:04:33 +00:00
|
|
|
|
2014-01-14 13:39:40 +00:00
|
|
|
# set some options for qlcolorcode
|
|
|
|
defaults write org.n8gray.QLColorCode font Menlo
|
|
|
|
defaults write org.n8gray.QLColorCode fontSizePoints 8
|
|
|
|
# maybe you have to copy solarized-dark into the caskroom to use it
|
|
|
|
# have a look a the most current github repo for qlcolorcode
|
|
|
|
defaults write org.n8gray.QLColorCode hlTheme solarized-dark
|
2014-02-22 16:36:04 +00:00
|
|
|
defaults write org.n8gray.QLColorCode extraHLFlags '--replace-tabs=2'
|
2014-01-03 19:25:18 +00:00
|
|
|
qlmanage -r
|
|
|
|
|
2014-04-09 12:21:28 +00:00
|
|
|
# the rest -> appstore or adobe or others, such as gpg have to be installed manually
|