-
Notifications
You must be signed in to change notification settings - Fork 5
/
Brewfile
111 lines (111 loc) · 1.65 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
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "github/gh"
tap "julian/tap"
tap "universal-ctags/universal-ctags"
brew "bat"
brew "bottom"
brew "btop"
brew "cgdb"
brew "cloc"
brew "coreutils"
brew "difftastic"
brew "duf"
brew "dust"
brew "eza"
brew "expect"
brew "fd"
brew "findutils"
brew "flamegraph"
brew "gifify"
brew "glow"
brew "julian/tap/fortune"
brew "fx"
brew "fzy"
brew "gcc"
brew "gh"
brew "git"
brew "git-bug"
brew "git-delta"
brew "git-filter-repo"
brew "gnu-sed"
brew "gnu-tar"
brew "gnu-time"
brew "gnu-which"
brew "gnupg"
brew "graphite2"
brew "grep"
brew "gron"
brew "htop"
brew "hyperfine"
brew "inetutils"
brew "irssi"
brew "just"
brew "jq"
brew "libraw"
brew "libxml2"
brew "libxslt"
brew "luajit"
brew "moreutils"
brew "mtr"
brew "ncdu"
brew "ncurses"
brew "neovim"
brew "nmap"
brew "node"
brew "num-utils"
brew "openssl"
brew "pandoc"
brew "par"
brew "parallel"
brew "pnpm"
brew "podman"
brew "postgresql@15"
brew "protobuf-c"
brew "pstree"
brew "pv"
brew "pypy"
brew "pypy3"
brew "[email protected]"
brew "[email protected]"
brew "[email protected]"
brew "[email protected]"
brew "[email protected]"
brew "ripgrep"
brew "rlwrap"
brew "rustfmt"
brew "rustup"
brew "sk"
brew "socat"
brew "sqlite"
brew "terminal-notifier"
brew "terraform"
brew "texlab"
brew "tokei"
brew "tmux"
brew "trash"
brew "tree"
brew "universal-ctags", args: ["HEAD"]
brew "util-linux"
brew "uv"
brew "vhs"
brew "w3m"
brew "watch"
brew "wget"
brew "xsv"
brew "xz"
brew "yt-dlp"
brew "zizmor"
brew "zsh"
cask "cyberduck"
cask "djview"
cask "firefox-beta"
cask "font-inconsolata"
cask "font-monaspace"
cask "font-raleway"
cask "kitty"
cask "macpass"
cask "netnewswire"
cask "obsidian"
cask "vlc"
cask "yubico-authenticator"