-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBrewfile
More file actions
99 lines (89 loc) · 1.45 KB
/
Brewfile
File metadata and controls
99 lines (89 loc) · 1.45 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
# taps
tap "cormacrelf/tap" # dark-notify
tap "dhth/tap" # prs
tap "oven-sh/bun" # bun
tap "sst/tap" # opencode
# shell
brew "bash"
brew "zsh"
brew "zsh-autosuggestions"
brew "zsh-completions"
brew "zsh-vi-mode"
brew "coreutils"
brew "gnu-sed"
brew "curl"
brew "dotbot"
brew "mas"
brew "direnv"
# nav / view
brew "bat"
brew "eza"
brew "fd"
brew "fzf"
brew "ripgrep"
brew "the_silver_searcher"
brew "zoxide"
brew "tree"
brew "yazi"
brew "tlrc"
brew "bottom"
brew "diff-so-fancy"
# git
brew "git"
brew "gh"
brew "git-delta"
brew "git-extras"
brew "git-trim"
brew "lazygit"
# editor / terminal
brew "neovim"
brew "vim"
brew "tmux"
brew "luarocks"
# node
brew "fnm"
brew "pnpm"
brew "bun"
brew "zx"
# dev misc
brew "jq"
brew "httpie"
brew "opencode"
brew "dark-notify"
brew "prs"
brew "blueutil"
brew "terminal-notifier"
# infra / db
brew "docker", link: false
brew "docker-compose"
brew "lazydocker"
brew "k9s"
brew "flyway"
# casks — apps
cask "1password"
cask "bitwarden"
cask "caffeine"
cask "cursor"
cask "docker-desktop"
cask "dropbox"
cask "gcloud-cli"
cask "ghostty"
cask "google-chrome"
cask "hiddenbar"
cask "karabiner-elements"
cask "leader-key"
cask "linear-linear"
cask "logitech-options"
cask "obsidian"
cask "postico"
cask "raycast"
cask "slack"
cask "spotify"
cask "todoist-app"
cask "tuple"
cask "zen"
# casks — fonts
cask "font-geist-mono-nerd-font"
# mac app store
mas "keymapp", id: 6472865291
mas "Raycast Companion", id: 6738274497