-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
111 lines (101 loc) · 2.12 KB
/
Copy pathBrewfile
File metadata and controls
111 lines (101 loc) · 2.12 KB
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
# A dependency manifest for Homebrew
#
# Install dependencies using this file with the following command:
#
# brew bundle --verbose --no-upgrade
#
# If you wish to upgrade all dependencies specified here, run the following:
#
# brew bundle --verbose
#
# Walkthrough blog post explaining this tool:
# https://thoughtbot.com/blog/brewfile-a-gemfile-but-for-homebrew
# Tools
brew "coreutils"
brew "tree"
brew "jq"
brew "jc"
brew "watch"
brew "ripgrep"
brew "vim"
brew "virtualenv"
brew "fzf"
brew "fd"
brew "b3sum"
brew "tmux"
brew "wget"
brew "just"
brew "autoconf"
brew "gnupg"
brew "direnv"
brew "pinentry-mac"
brew "testdisk"
brew "sqlite"
brew "imagemagick"
brew "shellcheck"
brew "graphviz"
brew "yt-dlp"
brew "llm"
brew "mas"
brew "hugo"
brew "caddy"
cask "docker"
brew "codex"
brew "gemini-cli"
brew "prek"
brew "hexyl"
brew "ast-grep"
brew "mise"
brew "watchexec"
# Languages
brew "python"
brew "go"
brew "node"
brew "uv"
brew "ruff"
# SCM
brew "git"
brew "git-lfs"
brew "git-absorb"
brew "gh"
# Apps
cask "istat-menus"
cask "zotero@beta"
cask "calibre"
cask "1password-cli"
cask "wireshark"
cask "tailscale"
cask "anki"
cask "zed"
cask "claude"
cask "chatgpt"
mas "Evernote", id: 406056744
mas "Remote Desktop", id: 409907375
mas "Kindle", id: 302584613
mas "Kiwix", id: 997079563
mas "1Password for Safari", id: 1569813296
mas "Affinity Photo 2", id: 1616822987
mas "Affinity Designer 2", id: 1616831348
mas "Affinity Publisher 2", id: 1606941598
mas "Final Cut Pro", id: 424389933
mas "Compressor", id: 424390742
mas "Motion", id: 434290957
mas "Numbers", id: 409203825
mas "Keynote", id: 409183694
mas "Pages", id: 409201541
mas "Microsoft Excel", id: 462058435
mas "Microsoft PowerPoint", id: 462062816
mas "Microsoft Word", id: 462054704
mas "Xcode", id: 497799835
mas "WiFi Explorer", id: 494803304
mas "UTM", id: 1538878817
# Install Inconsolata font
cask "font-inconsolata"
# Google Cloud
cask "google-cloud-sdk"
# Install Hashicorp tools
# https://github.com/hashicorp/homebrew-tap#why-should-i-install-packages-from-this-tap
tap "hashicorp/tap"
brew "hashicorp/tap/terraform"
brew "hashicorp/tap/packer"
brew "hashicorp/tap/nomad"