-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
96 lines (94 loc) · 1.82 KB
/
Brewfile
File metadata and controls
96 lines (94 loc) · 1.82 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
tap "koekeishiya/formulae"
tap "oven-sh/bun"
tap "productdevbook/tap"
tap "tw93/tap"
brew "git"
brew "difftastic"
brew "git-delta"
brew "ripgrep"
brew "fd"
brew "eza"
brew "just" # command runner
brew "genact" # nonsense activity generator -- pretend to be busy
brew "gum" # markdown renderer
brew "chafa" # terminal image renderer
brew "imagemagick" # image file processor
brew "sox" # audio file processor
brew "ffmpeg" # video file processor
brew "wrk" # HTTP benchmarking tool
brew "flamegraph" # convert profile log to flamegraph
brew "ouch" # compressing and decompressing
brew "caddy" # web server with automatic HTTPS
brew "exiftool"
brew "fish"
brew "starship"
brew "jq"
brew "ast-grep"
brew "task" # todo list
brew "tokei" # code line summary
brew "vhs" # generate GIFs with terminal code
brew "mole" # deep cleaning
brew "bat"
brew "zoxide"
brew "fzf"
brew "tlrc" # community effort man page
brew "tmux"
brew "btop"
brew "watch"
brew "gh"
brew "glab"
brew "yazi"
brew "lazygit"
brew "skhd"
brew "yabai"
brew "node"
brew "corepack"
brew "bun"
brew "stylua"
brew "shfmt"
brew "golangci-lint"
brew "selene"
brew "shellcheck"
brew "uv"
brew "lua"
brew "luarocks"
brew "luacheck"
brew "python3"
brew "python-setuptools"
brew "rustup"
brew "golang"
brew "ruby"
brew "tree-sitter-cli"
brew "neovim"
cask "font-hack-nerd-font"
cask "font-cascadia-mono"
cask "ghostty"
cask "alacritty"
cask "kitty"
cask "neovide-app"
cask "zed"
cask "adguard"
cask "orbstack"
cask "thaw"
cask "scroll-reverser"
cask "karabiner-elements"
cask "raycast"
cask "alfred"
cask "cleanshot"
cask "alt-tab"
cask "portkiller"
cask "clash-verge-rev"
cask "keka"
cask "typora"
cask "arc"
cask "firefox@developer-edition"
cask "google-chrome"
cask "iina"
cask "folo"
cask "figma"
cask "blender"
cask "adobe-creative-cloud"
cask "qq"
cask "qqmusic"
cask "wechat"
cask "baidunetdisk"