Skip to content

Commit 9fef60a

Browse files
committed
Added slack, spotify, github and atom.
1 parent ea7cade commit 9fef60a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

mac.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@ println "Installing Brew Cask..."
6767
println "Installing Firefox..."
6868
brew cask install firefox
6969

70+
println "Installing Github..."
71+
brew cask install github
72+
73+
println "Installing Atom..."
74+
brew cask install atom
75+
76+
println "Installing Slack..."
77+
brew cask install slack
78+
79+
println "Installing Spotify..."
80+
brew cask install spotify
81+
7082
println "Installing Postgres..."
7183
brew_install_or_upgrade 'postgres' '--no-python'
7284

0 commit comments

Comments
 (0)