You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.3 KiB
Bash

#!/usr/bin/env bash
brew tap homebrew/dupes
brew tap josegonzalez/homebrew-php
brew tap thoughtbot/formulae
# install brew packages
brew install curl
brew install ghostscript
brew install git-flow
brew install gitsh
brew install httpd
brew install imagemagick
brew install macvim --with-cscope --with-lua --HEAD
brew install mysql
brew install node --without-npm
brew install reattach-to-user-namespace
brew install php55
brew install php55-mcrypt
brew install php55-xdebug
brew install php55-intl
brew install composer
brew install rbenv
brew install ruby-build
brew install ssh-copy-id
brew install subversion
brew install the_silver_searcher
brew install wget
brew install youtube-dl
brew install z
# brew cask and install software
brew cask install adium
brew cask install alfred
brew cask install amadeus-pro
brew cask install bartender
brew cask install carbon-copy-cloner
brew cask install doxie
brew cask install dropbox
brew cask install firefox
brew cask install fontprep
brew cask install f-lux
brew cask install ghostlab
brew cask install google-chrome
brew cask install google-chrome-canary
brew cask install imagealpha
brew cask install imageoptim
brew cask install istat-menus
brew cask install keyremap4macbook
brew cask install libreoffice
brew cask install miro-video-converter
brew cask install pckeyboardhack
brew cask install sequel-pro
brew cask install skype
brew cask install slate
brew cask install things
brew cask install transmission
brew cask install truecrypt
brew cask install vagrant
brew cask install virtualbox
brew cask install vlc
brew cask install wedge
brew cask install xld
# quicklook stuff
brew cask install qlcolorcode
brew cask install qlstephen
brew cask install qlmarkdown
brew cask install quicklook-json
brew cask install quicklook-csv
brew cask install betterzipql
# 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
defaults write org.n8gray.QLColorCode extraHLFlags '--replace-tabs=2'
qlmanage -r
# the rest -> appstore or adobe or others, such as gpg have to be installed manually