-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
51 lines (51 loc) · 849 Bytes
/
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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/core"
brew "autoconf"
brew "automake"
brew "bash"
brew "ctags"
brew "[email protected]"
brew "certigo"
brew "colima"
brew "comby"
brew "coreutils"
brew "curl"
brew "docker"
brew "docker-compose"
brew "docker-credential-helper"
brew "findutils"
brew "gawk"
brew "gh"
brew "git"
brew "gnu-getopt"
brew "gnu-indent"
brew "gnu-sed"
brew "gnu-tar"
brew "gnutls"
brew "gnupg"
brew "grep"
brew "hub"
brew "less"
brew "lesspipe"
brew "libtool"
brew "lzip"
brew "make"
brew "pstree"
brew "sqlite"
brew "reattach-to-user-namespace"
brew "rename"
brew "rsync"
brew "thefuck"
brew "watch"
brew "wget"
brew "zsh"
cask "font-hack-nerd-font"
cask "hammerspoon"
cask "insomnia"
cask "logitech-options"
cask "wireshark"
cask "yubico-authenticator"
cask "zenmap"