-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathBrewfile
More file actions
120 lines (110 loc) · 2.03 KB
/
Copy pathBrewfile
File metadata and controls
120 lines (110 loc) · 2.03 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
112
113
114
115
116
117
118
119
120
# Install with `brew bundle install`
# Update with `brew bundle dump`
cask_args appdir: "~/Applications"
# Apps
cask "keycastr"
cask "mos" # External mouse scroll
cask "iina"
cask "deskpad"
cask "zen"
cask "orion"
cask "helium-browser"
cask "1password"
cask "shottr"
cask "spotify"
cask "raycast"
cask "itouuuuuuuuu/tap/zmk-battery-bar"
cask "discord"
# Window management
tap "nikitabobko/tap"
tap "FelixKratz/formulae"
cask "nikitabobko/tap/aerospace"
brew "sketchybar", restart_service: :changed
# Terminal
brew "cmake"
cask "rar"
brew "unar"
brew "wget"
brew "terminal-notifier"
brew "ical-buddy"
brew "ffmpeg"
brew "ffmpegthumbnailer"
brew "cloc"
brew "cairo"
brew "zsh"
brew "bat"
brew "diff-so-fancy"
brew "eza"
brew "fd"
brew "zoxide"
brew "ripgrep"
brew "jq"
brew "fzf"
brew "imagemagick"
brew "tree"
brew "gh"
# Terminal apps
brew "vim"
brew "yazi" # File browser
brew "lazygit"
brew "presenterm"
# Programming
cask "yaak"
cask "kitty"
cask "db-browser-for-sqlite"
brew "watchman"
brew "zk"
brew "python-setuptools"
brew "fnm"
brew "lua"
brew "mise"
# Work
cask "tunnelblick"
cask "mongodb-compass"
tap "azhuchkov/tools"
brew "azhuchkov/tools/tunblkctl"
tap "stripe/stripe-cli"
brew "stripe/stripe-cli/stripe"
brew "pulumi"
brew "mongocli"
brew "awscli"
cask "slack"
cask "figma"
cask "cursor"
brew "schpet/tap/linear"
brew "chrome-devtools-mcp"
# cask "cursor-cli"
# Deps
brew "pkg-config"
brew "cairo"
brew "pango"
brew "libpng"
brew "jpeg"
brew "giflib"
brew "librsvg"
brew "pixman"
brew "python-setuptools"
# Neovim and friends
brew "neovim", args: ["HEAD"]
brew "stylua"
brew "tree-sitter-cli"
brew "lua-language-server"
# Fonts
cask "font-anonymous-pro"
cask "font-cascadia-code"
cask "font-dejavu-sans-mono-nerd-font"
cask "font-fira-code"
cask "font-hack"
cask "font-hack-nerd-font"
cask "font-ibm-plex-mono"
cask "font-inconsolata"
cask "font-iosevka"
cask "font-jetbrains-mono"
cask "font-maple-mono"
cask "font-monaspace"
cask "font-roboto-mono-nerd-font"
cask "font-source-code-pro"
cask "font-victor-mono"
cask "font-lilex"
# Tools
brew "ansible"