forked from simenandre/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
156 lines (133 loc) · 2.37 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
brew "mas"
brew "ghq"
brew "moreutils"
brew "yadm"
brew "zsh"
# GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed.
brew "findutils"
# GNU `sed`, overwriting the built-in `sed`.
brew "gnu-sed"
# Modern version of Bash.
brew "bash"
brew "bash-completion"
brew "bash-completion@2", link: false # Not sure if this is needed
# `wget` with IRI support.
brew "wget"
# GnuPG to enable PGP-signing commits.
brew "gnupg"
# Libraries
brew "lz4"
brew "zlib"
brew "zstd"
brew "libffi"
# more recent versions of some macOS tools.
brew "vim"
brew "grep"
brew "openssh"
brew "screen"
brew "gmp"
# Font tools
tap "bramstein/webfonttools"
tap "homebrew/cask-drivers"
brew "sfnt2woff"
brew "sfnt2woff-zopfli"
brew "woff2"
# Programming languages
brew "golang"
brew "[email protected]"
brew "rust"
# Other useful binaries
brew "ripgrep"
brew "ack"
brew "git"
brew "git-lfs"
brew "gs"
brew "lua"
brew "p7zip"
brew "pigz"
brew "pv"
brew "rename"
brew "rlwrap"
brew "ssh-copy-id"
brew "tree"
brew "vbindiff"
brew "zopfli"
brew "kubectl"
brew "nmap"
brew "whalebrew"
brew "gh"
brew "microplane"
brew "jq"
brew "rclone"
brew "asciinema"
brew "goreleaser"
brew "caddy"
brew "git-secret"
brew "tmate"
brew "doctl"
brew "act"
cask "hammerspoon"
cask "karabiner-elements"
# Javascript Runtimes and tools
tap "oven-sh/bun"
brew "bun"
brew "pnpm"
brew "volta"
brew "corepack"
brew "deno"
# IaC
tap "pulumi/tap"
brew "pulumi"
brew "crd2pulumi"
brew "kube2pulumi"
brew "pulumictl"
brew "tf2pulumi"
brew "esc"
brew "helm"
brew "cilium-cli"
# Container-related tools
brew "podman"
brew "podman-compose"
cask "podman-desktop"
# Taskfile
tap "go-task/tap"
brew "go-task"
brew "neovim"
# Google stuff
cask "google-chrome"
cask "google-drive-file-stream"
cask "google-drive"
cask "google-cloud-sdk"
# Turso
tap "tursodatabase/tap"
brew "turso"
# Video meetings
cask "microsoft-teams"
cask "zoom"
# Actively used applications
cask "visual-studio-code"
cask "spotify"
cask "memory"
cask "slack"
cask "sonos"
cask "figma"
cask "discord"
cask "warp"
cask "grammarly"
cask "microsoft-remote-desktop"
cask "postico"
cask "cyberduck"
cask "adobe-creative-cloud"
cask "1password"
cask "openvpn-connect"
cask "devtoys"
# Obsidian stuff
cask "obsidian"
tap "yakitrak/yakitrak"
# My tools
tap "simenandre/tools"
brew "trippl-timely"
brew "xlsx-mxlookup"
# App Store applications
mas "Outline", id: 1356178125
mas "Remote Desktop", id: 409907375