-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
112 lines (109 loc) · 1.74 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# @jaydenrasmussen
tap "aws/tap"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "go-task/tap/go-task"
tap "derailed/k9s/k9s"
brew "age"
brew "awscli"
brew "azure-cli"
brew "bash"
brew "bat"
brew "black"
brew "cfssl"
brew "clang-format"
brew "cloc"
brew "coreutils"
brew "deno"
brew "docker-compose"
brew "doctl"
brew "exiftool"
brew "ffmpeg"
brew "figlet"
brew "git"
brew "git-extras"
brew "git-secret"
brew "gnupg"
brew "go"
brew "go-task"
brew "golangci-lint"
brew "helm"
brew "highlight"
brew "htop"
brew "httpie"
brew "imagemagick"
brew "jq"
brew "k9s"
brew "koekeishiya/formulae/skhd"
brew "koekeishiya/formulae/yabai"
brew "kompose"
brew "kubernetes-cli"
brew "lefthook"
brew "minikube"
brew "mtr"
brew "nghttp2"
brew "nginx"
brew "nvm"
brew "openshift-cli"
brew "packer"
brew "pandoc"
brew "pipenv"
brew "pyenv"
brew "rust"
brew "tailscale"
brew "telnet"
brew "tfenv"
brew "tmux"
brew "tree"
brew "vendir"
brew "vim"
brew "vault"
brew "watch"
brew "wget"
brew "wrk"
cask "adapter"
cask "appcleaner"
cask "balenaetcher"
cask "clipy"
cask "coconutbattery"
cask "cryptomator"
cask "devutils"
cask "discord"
cask "docker"
cask "dupeguru"
cask "fantastical"
cask "firefox"
cask "font-fragment-mono"
cask "font-noto-serif"
cask "font-roboto"
cask "font-roboto-mono"
cask "go2shell"
cask "hammerspoon"
cask "hermes"
cask "itsycal"
cask "keka"
cask "league-of-legends"
cask "notion"
cask "netnewswire"
cask "obs"
cask "obsidian"
cask "onyx"
cask "postman"
cask "qlcolorcode"
cask "qlimagesize"
cask "qlmarkdown"
cask "qlstephen"
cask "quicklook-json"
cask "rectangle"
cask "signal"
cask "slack"
cask "sublime-merge"
cask "sublime-text"
cask "the-unarchiver"
cask "typora"
cask "veracrypt"
cask "virtualbox"
cask "virtualbox-extension-pack"
cask "vlc"
cask "vscodium"
cask "zoom"