-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
123 lines (123 loc) · 1.95 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
113
114
115
116
117
118
119
120
121
122
123
tap "artifacthub/cmd"
tap "derailed/k9s"
tap "github/gh"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "johanhaleby/kubetail"
brew "xz"
brew "coreutils"
brew "openssl@3"
brew "readline"
brew "asdf"
brew "aspell"
brew "sqlite"
brew "[email protected]"
brew "awscli"
brew "bitwarden-cli"
brew "cloc"
brew "curl"
brew "detox"
brew "dmg2img"
brew "dos2unix"
brew "exiftool"
brew "fd"
brew "fdupes"
brew "findutils"
brew "fzf"
brew "gawk"
brew "gh"
brew "git"
brew "git-quick-stats"
brew "git-standup"
brew "gnu-getopt"
brew "gnu-sed"
brew "gnu-tar"
brew "gnu-time"
brew "gnu-units"
brew "gnu-which"
brew "gnupg"
brew "grep"
brew "gron"
brew "gzip"
brew "helm"
brew "hub"
brew "imagemagick"
brew "jless"
brew "jq"
brew "kind"
brew "kube-linter"
brew "leiningen"
brew "libxml2"
brew "make"
brew "midnight-commander"
brew "minikube"
brew "ncurses"
brew "ncdu"
brew "neovim"
brew "nmap"
brew "osslsigncode"
brew "parallel"
brew "pinentry-mac"
brew "pipx"
brew "podman"
brew "pwgen"
brew "pyright"
brew "qrencode"
brew "rclone"
brew "rename"
brew "ripgrep"
brew "rpm"
brew "rsync"
brew "scc"
brew "shellcheck"
brew "shfmt"
brew "skopeo"
brew "sshpass"
brew "sshuttle"
brew "ssss"
brew "subversion"
brew "task"
brew "tldr"
brew "tmux"
brew "tmuxp"
brew "translate-shell"
brew "tree"
brew "vault"
brew "watch"
brew "wget"
brew "youtube-dl"
brew "yq"
brew "zlib"
brew "zsh"
brew "zsh-autosuggestions"
brew "artifacthub/cmd/ah"
brew "derailed/k9s/k9s"
brew "johanhaleby/kubetail/kubetail"
cask "bitwarden"
cask "clipy"
cask "docker"
cask "emacs"
cask "font-fira-code"
cask "font-source-code-pro"
cask "hammerspoon"
cask "intellij-idea-ce"
cask "iterm2"
cask "keybase"
cask "libreoffice"
cask "osxfuse"
cask "pomolectron"
cask "postman"
cask "protonvpn"
cask "qlmarkdown"
cask "signal"
cask "spotify"
cask "synology-drive"
cask "vagrant"
cask "virtualbox"
cask "visual-studio-code"
cask "vlc"
cask "whatsapp"