-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path3.programs
More file actions
executable file
·41 lines (33 loc) · 898 Bytes
/
3.programs
File metadata and controls
executable file
·41 lines (33 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#!/bin/sh
# install mas-cli to install from the Mac App store
brew install mas
# get Apple ID
echo ""
echo "Enter AppleID to signin to Mac App Store:"
read -p " AppleID (john@foo.com): " APPLEID
# make sure signed into Mac App Store
mas signin $APPLEID
mas install 497799835 # XCode
xcode-select --install
brew install python3
brew install pipenv
brew install node
brew cask install android-studio
brew cask install android-sdk
brew cask install dashlane
brew cask install docker
brew cask install google-chrome
brew cask install filezilla
brew cask install fork
brew cask install java8
brew cask install ngrok
brew cask install poedit
brew cask install postman
brew cask install slack
brew cask install pycharm-ce
brew cask install spotify
brew cask install visual-studio-code
# docker stuff
brew install docker-clean
brew install docker-completion
brew install docker-compose-completion