-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaptop.local
54 lines (49 loc) · 1.04 KB
/
laptop.local
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
#!/bin/sh
# Show hidden files
defaults write com.apple.finder AppleShowAllFiles YES
brew bundle --file=- <<EOF
brew 'nvm'
brew 'rbenv-ctags'
brew 'rbenv-vars'
brew 'terminal-notifier'
brew 'tree'
brew 'watchman'
brew 'wget'
brew 'zsh-syntax-highlighting'
# gui apps
brew 'mas'
cask '1password'
cask 'alfred'
cask 'bartender'
cask 'bettertouchtool'
cask 'caffeine'
cask 'dash'
cask 'dropbox'
cask 'firefox'
cask 'flux'
cask 'google-chrome'
cask 'handbrake'
cask 'handbrakecli'
cask 'istat-menus'
cask 'iterm2'
cask 'karabiner'
cask 'little-snitch'
cask 'micro-snitch'
cask 'postman'
cask 'seil'
cask 'sketch'
cask 'spotify'
cask 'skype'
cask 'vagrant'
cask 'virtualbox'
mas 'The Unarchiver', id: 425424353
mas 'Mactracker', id: 430255202
mas 'Kindle', id: 405399194
mas 'Nozio', id: 928871589
mas 'Pocket', id: 568494494
mas 'Icon Slate', id: 439697913
mas 'OmniFocus', id: 867299399
mas 'Pixelmator', id: 407963104
mas 'DaisyDisk', id: 411643860
mas 'Slack', id: 803453959
EOF