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

69 lines
1.9 KiB
Bash
Raw Normal View History

#!/usr/bin/env bash
brew tap homebrew/dupes
2014-11-19 11:08:43 +00:00
brew tap homebrew/php
2014-07-18 16:30:36 +00:00
# install additional brew packages -- see _install.sh too
brew install curl
2014-07-18 16:30:36 +00:00
brew install ffmpeg
brew install ghostscript
brew install git-flow
2014-01-01 16:07:20 +00:00
brew install httpd
brew install imagemagick
2014-07-18 16:30:36 +00:00
brew install markdown
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
brew install rbenv
brew install ruby-build
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
# 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
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
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-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
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
brew cask install virtualbox
brew cask install vlc
2014-01-03 19:25:18 +00:00
brew cask install wedge
brew cask install xld
# 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