2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-19 03:25:33 +00:00
steffen-dotfiles/install/brew.sh

92 lines
2.4 KiB
Bash
Raw Normal View History

#!/usr/bin/env bash
brew tap homebrew/dupes
brew tap josegonzalez/homebrew-php
2014-02-22 16:36:04 +00:00
brew tap thoughtbot/formulae
# install brew packages
brew install curl
2014-03-09 22:19:04 +00:00
brew install ffmpeg
brew install ghostscript
brew install git-flow
2014-02-22 16:36:04 +00:00
brew install gitsh
2014-01-01 16:07:20 +00:00
brew install httpd
brew install imagemagick
2014-02-22 23:47:08 +00:00
brew install macvim --with-cscope --with-lua --HEAD
brew install markdown
brew install mcrypt
brew install mysql
2014-02-22 23:47:08 +00:00
brew install node --without-npm
2013-12-31 13:54:47 +00:00
brew install reattach-to-user-namespace
brew install php55
brew install php55-mcrypt
brew install php55-xdebug
2013-12-31 13:54:47 +00:00
brew install composer
2014-03-09 22:19:04 +00:00
brew install q
brew install rbenv
brew install ruby-build
brew install ssh-copy-id
brew install subversion
brew install the_silver_searcher
brew install unrar
brew install wget
2014-01-16 17:21:18 +00:00
brew install youtube-dl
2014-03-09 22:19:04 +00:00
brew install z
# 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-12-31 13:54:47 +00:00
brew cask install bill
brew cask install carbon-copy-cloner
brew cask install doxie
brew cask install dropbox
brew cask install firefox
2014-02-22 16:36:04 +00:00
brew cask install fontprep
2013-10-25 12:57:51 +00:00
brew cask install f-lux
2013-12-04 10:51:06 +00:00
brew cask install ghostlab
brew cask install google-chrome
2014-03-31 21:57:01 +00:00
brew cask install google-chrome-canary
brew cask install imagealpha
brew cask install imageoptim
brew cask install istat-menus
2014-01-01 16:07:20 +00:00
brew cask install keyremap4macbook
brew cask install libreoffice
brew cask install miro-video-converter
brew cask install openemu
brew cask install opera
2014-01-01 16:07:20 +00:00
brew cask install pckeyboardhack
brew cask install sequel-pro
brew cask install simple-comic
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
brew cask install vagrant
brew cask install virtualbox
brew cask install vlc
2014-01-03 19:25:18 +00:00
brew cask install wedge
brew cask install xld
2014-01-03 19:25:18 +00:00
# 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
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
2013-12-31 13:54:47 +00:00
# the rest -> appstore or adobe or others :-)