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

87 lines
2.0 KiB
Bash
Raw Normal View History

#!/usr/bin/env bash
# NOTE install xcode first / via app store
# this re-updates the command line tools
xcode-select --install
brew tap homebrew/dupes
brew tap josegonzalez/homebrew-php
brew tap phinze/homebrew-cask
# install brew packages
brew install ack
brew install brew-cask
brew install composer
brew install ctags
brew install curl
brew install encfs
brew install fontforge
brew install ghostscript
brew install git
brew install git-flow
brew install jpegoptim
brew install lynx
brew install macvim
brew install markdown
brew install mcrypt
brew install mercurial
brew install mysql
brew install node
brew install optipng
brew install phake
brew install php55
brew install php55-mcrypt
brew install php55-xdebug
brew install reattach-to-user-namespace
brew install ssh-copy-id
brew install subversion
brew install the_silver_searcher
brew install tmux
brew install ttf2eot
brew install unrar
brew install vifm
brew install wget
brew install z
brew install zsh
# brew cask and install software
brew cask install adium
brew cask install alfred
brew cask install amadeus-pro
brew cask install carbon-copy-cloner
brew cask install charles
brew cask install doxie
brew cask install dropbox
brew cask install firefox
2013-10-25 12:57:51 +00:00
brew cask install f-lux
brew cask install forklift
brew cask install google-chrome
2013-09-14 11:28:03 +00:00
brew cask install handbrake
brew cask install imagealpha
brew cask install imageoptim
brew cask install istat-menus
brew cask install iterm2
brew cask install key-remap4-mac-book
brew cask install libre-office
brew cask install miro-video-converter
brew cask install opera
2013-09-22 12:14:31 +00:00
brew cask install osxfuse
brew cask install pc-keyboardhack
brew cask install sequel-pro
brew cask install simple-comic
brew cask install skype
brew cask install slate
brew cask install sourcetree
brew cask install things
brew cask install timings
2013-09-22 12:14:31 +00:00
brew cask install tor-browser
brew cask install transmission
brew cask install true-crypt
brew cask install vagrant
brew cask install virtualbox
brew cask install vlc
brew cask install xld
# the rest -> appstore :-)