-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
52 lines (45 loc) · 673 Bytes
/
Brewfile
File metadata and controls
52 lines (45 loc) · 673 Bytes
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
cask_args appdir: '/Applications'
# IDEs
brew "vim"
# Security
brew "gnupg@1.4"
brew "openssl@1.1"
# Databases
brew "postgresql"
brew "redis"
brew "sqlite"
# Bundlers
brew "cmake"
brew "composer"
brew "yarn"
brew "uv"
# Languages
brew "node"
brew "pyenv"
# Command Line Tools
brew "fzf"
brew "asciinema"
brew "awscli"
brew "bitwarden-cli"
brew "curl"
brew "cmatrix"
brew "gh"
brew "git"
brew "git-quick-stats"
brew "graphviz"
brew "jq"
brew "pandoc"
brew "hledger"
brew "ledger"
brew "the_silver_searcher"
brew "tree"
brew "bitwarden-cli"
# Apps
cask "ghostty"
cask "slack"
cask "transmission"
cask "orbstack"
cask "obsidian"
cask "local"
cask "keycastr"
cask "zed"