Skip to content

Simple application is used to install the development related apps on Mac

License

Notifications You must be signed in to change notification settings

rangareddy/install_apps_on_mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Applications on Mac

Introduction

Simple script to install all the development related applications on Mac

Usage

Download the Install_Apps_on_Mac.sh file from https://github.com/rangareddy/install_apps_on_mac/blob/master/Install_Apps_on_Mac.sh location.

According to your requirements, you can specify the application list using the following two parameters:

INSTALL_BASIC_APPS_LIST=("git" "wget" "telnet" "netcat" "jq" "bash-completion" "iterm2" "tree")
INSTALL_ADVANCED_APPS_LIST=("code" "java" "maven" "idea" "mysql" "sublime")
sh Install_Apps_on_Mac.sh

You need to run the above script with root user. For example 'sudo -u rangareddy sh Install_Apps_on_Mac.sh'

By default, the following applications will be installed.

  • brew
  • git
  • wget
  • telnet
  • netcat
  • jq
  • bash-completion
  • iterm2
  • tree
  • Visual studio code
  • Java
  • Intellij Idea community
  • Maven
  • Mysql
  • Sublime

About

Simple application is used to install the development related apps on Mac

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages