Skip to content

Commit 67a4dc6

Browse files
committed
OS X tools
1 parent 6513851 commit 67a4dc6

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-0
lines changed

cask.sh

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Install native apps
2+
brew install caskroom/cask/brew-cask
3+
brew install brew-cask
4+
5+
brew cask install appcleaner
6+
brew cask install atom
7+
brew cask install bartender
8+
brew cask install dropbox
9+
brew cask install filebot
10+
brew cask install firefox
11+
brew cask install github
12+
brew cask install google-drive
13+
brew cask install imagealpha
14+
brew cask install imageoptim
15+
brew cask install istat-menus
16+
brew cask install iterm2
17+
brew cask install keka
18+
brew cask install libreoffice
19+
brew cask install mailbox
20+
brew cask install miro-video-converter
21+
brew cask install phpstorm
22+
brew cask install plex-home-theater
23+
brew cask install recordit
24+
brew cask install recordit
25+
brew cask install safaritabswitching
26+
brew cask install scroll-reverser
27+
brew cask install smoothmouse
28+
brew cask install spectable
29+
brew cask install spotify
30+
brew cask install sublime-text
31+
brew cask install tunnelblick
32+
brew cask install vlc
33+
brew cask install vmware-fusion

homebrew.sh

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
cat homebrew.sh
2+
# Make sure we’re using the latest Homebrew
3+
brew update
4+
5+
# Upgrade any already-installed formulae
6+
brew upgrade
7+
8+
# Install more recent versions of some OS X tools
9+
brew install vim --override-system-vi
10+
brew tap homebrew/dupes
11+
brew tap homebrew/versions
12+
13+
# PHP development tools
14+
brew tap homebrew/homebrew-php
15+
brew install php56 --with-pgsql
16+
brew install php56-xdebug php56-mcrypt composer
17+
18+
# Install other useful tools
19+
brew install wget
20+
brew install ack
21+
brew install git
22+
brew install imagemagick
23+
brew install lynx
24+
brew install node
25+
brew install pigz
26+
brew install rename
27+
brew install rhino
28+
brew install tree
29+
brew install webkit2png
30+
brew install zopfli
31+
brew install p7zip
32+
brew install nmap
33+
brew install postgresql
34+
brew install openssl
35+
brew install curl
36+
brew install vim
37+
brew install ssh-copy-id
38+
brew install npm
39+
brew install ngrep
40+
brew install dash
41+
brew install rbenv
42+
brew install ruby-build
43+
brew install python
44+
brew install rsync
45+
46+
# Remove outdated versions from the cellar
47+
brew cleanup
48+

0 commit comments

Comments
 (0)