-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
166 lines (138 loc) · 2.4 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
## Tap open the Brew
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
## GNU Tools
brew "gawk"
brew "grep"
brew "make"
brew "makefile2graph"
brew "stow"
brew "gcc"
brew "gsed"
brew "gnupg"
brew "gpgme"
brew "gnuplot"
brew "libgccjit"
brew "coreutils"
brew "findutils"
brew "moreutils"
## GNew Tools
brew "ripgrep"
brew "ripgrep-all"
brew "fd"
brew "bat"
brew "exa"
## Git Updates
brew "git"
brew "git-delta"
brew "git-lfs"
## Encryption
tap "filippo.io/age", "https://filippo.io/age"
brew "age"
brew "mkcert"
brew "oath-toolkit"
## Update Shell
brew "zsh"
## Terminal Niceties
cask "alacritty"
cask "iterm2"
brew "tmux"
tap "koekeishiya/formulae"
brew "koekeishiya/formulae/skhd"
brew "koekeishiya/formulae/yabai"
brew "fzf"
brew "broot"
brew "starship"
brew "pngpaste"
## Project Configuration
brew "asdf"
brew "editorconfig"
brew "direnv"
brew "entr"
## Data Munging
brew "jq"
brew "xsv"
brew "hexyl"
brew "difftastic"
brew "pandoc"
brew "p7zip"
## API Tools
brew "protobuf"
brew "openapi-generator"
## Linting and Formating
brew "markdownlint-cli"
brew "clang-format"
brew "shellcheck"
brew "shfmt"
## Database
brew "sqlite"
## Performance
brew "htop"
brew "netperf"
tap "muesli/tap"
brew "muesli/tap/duf"
cask "stats"
## Networking
brew "wget"
brew "curl"
brew "nmap"
brew "telnet"
brew "libssh"
cask "charles"
cask "wireshark"
# Virtualization
tap "jesseduffield/lazydocker"
brew "lazydocker"
brew "libvterm"
brew "qemu" # nw
## Syncing
brew "rclone" # nw
cask "nextcloud"
## Documentaion
cask "dash"
brew "dashing"
brew "tldr"
## Writing
brew "enchant"
brew "wordnet" #nw
brew "poppler" # nw
brew "texlab" # nw
# Graphics
brew "graphviz"
brew "imagemagick"
## GitHub
brew "gh"
brew "grip"
## Code Editors
tap "d12frosted/emacs-plus"
brew "d12frosted/emacs-plus/emacs-plus@28", args: ["with-imagemagick", "with-native-comp", "with-no-frame-refocus", "with-no-titlebar", "with-xwidgets"]
cask "visual-studio-code"
# Learning
brew "exercism"
## Website
brew "hugo" # nw
## App Store
brew "mas"
## Communications
cask "discord" # nw
cask "slack"
## Productivity
cask "alfred"
cask "bartender"
mas "Amphetamine", id: 937984704
mas "Be Focused Pro", id: 961632517
cask "focus"
cask "todoist"
cask "fantastical"
cask "finicky"
## Font
cask "font-iosevka"
## Security
cask "oversight"
mas "Shush", id: 496437906
## Music
cask "spotify"