Skip to content

Commit

Permalink
feat: add db gui managers and adobe app
Browse files Browse the repository at this point in the history
  • Loading branch information
zthxxx committed Apr 21, 2018
1 parent d199dc4 commit 3b4df8a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions init-application.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ local network_tool=(

local database_service=(
mysql mongodb redis
# studo-3T
navicat-premium
robo-3t
)

local terminal_app=(
Expand Down Expand Up @@ -57,9 +58,17 @@ local office_app=(
microsoft-office
)

local adobe=(
adobe-creative-cloud
# adobe-photoshop-cc
)


brew install ${runtime_environment[@]} ${terminal_tools[@]} ${network_tool[@]} ${database_service[@]}

brew cask install ${terminal_app[@]} ${network_app[@]} ${editor_IDE_app[@]} \
${version_control_app[@]} ${system_helper_service_app[@]} ${dev_utils_app}\
${media_entertainment_app[@]} ${office_app[@]}
${media_entertainment_app[@]} ${office_app[@]} ${adobe[@]}

# To complete the installation of Cask adobe-creative-cloud, you must also run the installer at
/usr/local/Caskroom/adobe-creative-cloud/latest/Creative\ Cloud\ Installer.app/Contents/MacOS/Install

0 comments on commit 3b4df8a

Please sign in to comment.