-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
63 lines (53 loc) · 1.75 KB
/
Brewfile
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
# You can then easily install all of the dependencies with:
#
# brew bundle
#
# You can also use Brewfile as a whitelist. It's useful for maintainers/testers
# who regularly install lots of formulae. To uninstall all Homebrew formulae
# not listed in Brewfile:
#
# brew bundle cleanup
#
# -----------------------------------------------------------------------------
# General
# -----------------------------------------------------------------------------
tap "homebrew/cask"
# node
# -----------------------------------------------------------------------------
# Kubernetes
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# Cask
# -----------------------------------------------------------------------------
cask "alacritty"
cask "alt-tab"
cask "brave-browser"
cask "docker"
#cask "fantastical"
cask "flycut"
cask "iterm2"
cask "karabiner-elements"
cask "keybase"
cask "monitorcontrol"
cask "notion"
cask "openvpn-connect"
cask "vagrant"
cask "virtualbox"
cask "vlc"
# -----------------------------------------------------------------------------
# Mas
# -----------------------------------------------------------------------------
#mas "AdGuard for Safari", id: 1440147259
#mas "Cyph", id: 1480070821
#mas "Cyph", id: 803453959
#mas "Duplicate Photos Fixer Pro", id: 963642514
mas "Enpass", id: 732710998
mas "HP Easy Scan", id: 967004861
mas "Hidden Bar", id: 1452453066
mas "Slack", id: 803453959
mas "Todoist", id: 585829637
# -----------------------------------------------------------------------------
# Keyboard
# -----------------------------------------------------------------------------
tap "homebrew/cask-drivers"
cask "qmk-toolbox"