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

54 lines
1.6 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 bmon
2015-03-17 12:49:29 +00:00
brew install composer
brew install curl
2014-12-15 11:25:39 +00:00
brew install fasd
2015-06-05 12:39:13 +00:00
brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac
2014-12-15 11:25:39 +00:00
brew install git-extras
brew install git-flow
brew install mariadb
brew install nginx
2015-03-01 15:47:26 +00:00
brew install php56
2015-06-05 12:39:13 +00:00
brew install php56-intl
2015-03-01 15:47:26 +00:00
brew install php56-mcrypt
brew install ssh-copy-id
2015-03-17 12:49:29 +00:00
brew install the_silver_searcher
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
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
brew cask install google-chrome-canary
brew cask install imagealpha
brew cask install imageoptim
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 qlstephen
brew cask install seil
brew cask install sequel-pro
brew cask install slate
brew cask install virtualbox
brew cask install vlc
# set some options for qlcolorcode
2015-09-05 14:03:13 +00:00
defaults write org.n8gray.QLColorCode font Hack
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