forked from guylabs/macstrap-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmacstrap.cfg
More file actions
76 lines (68 loc) · 1.33 KB
/
macstrap.cfg
File metadata and controls
76 lines (68 loc) · 1.33 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# _
# | |
# _ __ ___ __ _ ___ ___| |_ _ __ __ _ _ __
# | '_ ` _ \ / _` |/ __/ __| __| '__/ _` | '_ \
# | | | | | | (_| | (__\__ \ |_| | | (_| | |_) |
# |_| |_| |_|\__,_|\___|___/\__|_| \__,_| .__/
# configuration | |
# |_|
######################################################
# Configure binaries, apps, npm and atom packages #
######################################################
# Add binaries/apps/npm/atom packages to the default ones
# Example: binaries=(package1 package2)
# Note:
# - Always separate the packages with a space.
# - The npm packages are installed globally.
# - `atom` must be installed such that the atom packages are installable
binaries=(
bash
bash-completion2
coreutils
findutils
git
gpg
gpg-agent
grep
heroku
jenv
mackup
mas
moreutils
openssh
p7zip
postgresql
wget
)
apps=(
1password
daisydisk
docker
firefox
gimp
google-chrome
intellij-idea
java
java6
java8
skype
slack
sourcetree
spotify
steam
teamviewer
textmate
the-unarchiver
utorrent
vlc
whatsapp
zoomus
)
# You can get the application identifier with `mas search {application-name}`
#
# 727593140 -> VPN Unlimited
appStoreApps=(
727593140
)
atomPackages=(
)