-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
executable file
·73 lines (66 loc) · 1.36 KB
/
Brewfile
File metadata and controls
executable file
·73 lines (66 loc) · 1.36 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
# Cleaned Brewfile (live-based)
cask_args appdir: '/Applications'
tap 'homebrew/bundle'
tap 'gromgit/fuse'
tap 'jandedobbeleer/oh-my-posh'
tap 'kamillobinski/thock'
tap 'oven-sh/bun'
tap 'schappim/ocr'
tap 'steipete/tap'
tap 'yakitrak/yakitrak'
# Core CLI
brew 'bash'
brew 'btop'
brew 'cmake'
brew 'coreutils'
brew 'gh'
brew 'go'
brew 'jq'
brew 'node'
brew 'pnpm'
brew 'ripgrep'
brew 'tmux'
brew 'uv'
# Dev / AI / media tools you actively have
brew 'bun'
brew 'gemini-cli'
brew 'openai-whisper'
brew 'ffmpeg@2.8'
brew 'imagemagick'
brew 'graphviz'
brew 'tesseract'
brew 'yt-dlp'
brew 'xcodegen'
brew 'pipx'
brew 'pycodestyle'
brew 'exiftool'
brew 'imagesnap'
brew 'himalaya'
brew 'tailscale'
# Tap tools currently in use
brew 'gromgit/fuse/sshfs-mac'
brew 'jandedobbeleer/oh-my-posh/oh-my-posh'
brew 'schappim/ocr/ocr'
brew 'steipete/tap/gifgrep'
brew 'steipete/tap/gogcli'
brew 'steipete/tap/goplaces'
brew 'steipete/tap/imsg'
brew 'steipete/tap/peekaboo'
brew 'steipete/tap/sag'
brew 'steipete/tap/songsee'
brew 'steipete/tap/spogo'
brew 'steipete/tap/summarize'
brew 'yakitrak/yakitrak/obsidian-cli'
# Installed casks
cask '1password-cli'
cask 'glance-chamburr'
cask 'jupyter-notebook-viewer'
cask 'notunes'
cask 'qlmarkdown'
cask 'syntax-highlight'
cask 'thock'
# Suggested fundamentals (currently not installed via brew)
# brew 'git-lfs'
# brew 'fzf'
# brew 'tree'
# brew 'wget'