-
Notifications
You must be signed in to change notification settings - Fork 1
/
brew-install-favorites-with-prompts
executable file
·71 lines (57 loc) · 1.35 KB
/
brew-install-favorites-with-prompts
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
#!/bin/sh
##
# brew-install-favorites-with-prompts
#
# Use Homebrew to install our favorite packages for macOS,
# that may need to be installed manually because of prompts.
# The prompts may be for passwords, or for moving files, or for
# more-complex issues that need a human decision.
#
# ## Tracking
#
# * Package: https://github.com/sixarm/brew-install-favorites
# * Version: 6.0.0
# * Created: 2016-10-11T19:23:52Z
# * Updated: 2022-06-20T17:44:09Z
# * License: [GPL-2.0](https://spdx.org/licenses/GPL-2.0-only.html)
# * Contact: [Joel Parker Henderson](http://joelparkerhenderson.com)
##
##
# Communication
##
# Zoom video calling
brew install --cask zoom
##
# Environment
##
# DisplayLink enables adding monitors
brew install --cask displaylink
##
# Utiltities
##
# Karabiner remaps keyboard keys
brew install --cask karabiner
# macOS FUSE file system
brew install --cask macfuse
##
# Runtime
##
# Java language for running many applications
brew install --cask java
##
# Maintenance
##
# Multi-cloud backup application
brew install --cask arq
## Misc
brew install --cask flip4mac
brew install --cask google-hangouts
brew install --cask inky
brew install --cask node
brew install --cask obs
brew install --cask pandoc
brew install --cask prey
brew install --cask seil
brew install --cask teamviewer
brew install --cask unity-web-player
brew install --cask unity3d