We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7cade commit 9fef60aCopy full SHA for 9fef60a
mac.sh
@@ -67,6 +67,18 @@ println "Installing Brew Cask..."
67
println "Installing Firefox..."
68
brew cask install firefox
69
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
82
println "Installing Postgres..."
83
brew_install_or_upgrade 'postgres' '--no-python'
84
0 commit comments