forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
76 lines (73 loc) · 2.38 KB
/
Brewfile
File metadata and controls
76 lines (73 loc) · 2.38 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
cask_args appdir: '/Applications'
tap 'homebrew/bundle'
tap 'homebrew/cask-fonts'
tap 'Arthur-Ficial/tap' # https://github.com/Arthur-Ficial/apfel
tap 'program247365/tap' # https://github.com/program247365/homebrew-tap
brew '1password-cli'
brew 'apfel' # https://github.com/Arthur-Ficial/apfel - Apple Intelligence from the CLI (on-device LLM, no API key)
brew 'bat'
brew 'broot'
brew 'bottom' # 'btm' is the cli binary
brew 'cocogitto' # https://github.com/cocogitto/cocogitto
brew 'csvkit'
brew 'datasette' # https://github.com/simonw/datasette
brew 'diskonaut' # https://github.com/imsnif/diskonaut
brew 'dust' # https://github.com/bootandy/dust
brew 'eza' # https://github.com/eza-community/eza
brew 'fantastical' # https://flexibits.com/fantastical
brew 'fastfetch' # https://github.com/fastfetch-cli/fastfetch
brew 'fd'
brew 'mise' # https://mise.jdx.dev
brew 'fx'
brew 'fzf-make' # https://github.com/kyu08/fzf-make
brew 'gh'
brew 'git'
brew 'git-delta' # https://github.com/dandavison/delta
brew 'grex' # https://github.com/pemistahl/grex
brew 'gfold' # https://github.com/nickgerace/gfold
brew 'hyperfine' # https://github.com/sharkdp/hyperfine
brew 'jless' # https://jless.io/
brew 'jq'
brew 'keith/formulae/reminders-cli'
brew 'lazydocker'
brew 'program247365/tap/looper' # https://github.com/program247365/looper - CLI music looper with TUI
brew 'program247365/tap/hackertuah' # https://github.com/program247365/hackertuah - Terminal UI for Hacker News
brew 'lazygit'
brew 'illegalstudio/tap/lazyagent' # https://lazyagent.dev
brew 'lsd'
brew 'm-cli'
brew 'mas'
brew 'navi'
brew 'noahgorstein/tap/jqp' #JQ playground: https://github.com/noahgorstein/jqp
brew 'neovim'
brew 'nvm' # https://github.com/mhinz/neovim-remote
brew 'onefetch'
brew 'ripgrep'
brew 'sk'
brew 'so'
brew 'spotify_player' # https://github.com/aome510/spotify-player - Work demands music. On the CLI.
brew 'starship'
brew 'svn' #omg I need this to get the fonts
brew 'sqlite-utils' # https://sqlite-utils.datasette.io/en/stable
brew 'tlrc' # https://github.com/tldr-pages/tldr
brew 'tokei'
brew 'wget'
brew 'xh' # https://github.com/ducaale/xh
brew 'yt-dlp'
brew 'zoxide'
cask '1password'
cask 'appcleaner'
cask 'cap'
cask 'claude-code'
cask 'discord'
cask 'docker'
cask 'figma'
cask 'firefox'
cask 'font-fira-code-nerd-font'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'google-chrome'
cask 'raycast'
cask 'slack'
cask 'warp'
cask 'xscope'