-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
55 lines (55 loc) · 1 KB
/
Brewfile
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
tap "espanso/espanso"
tap "ggozad/formulas"
tap "homebrew/bundle"
tap "pls-rs/pls"
brew "apache-spark"
brew "cidr"
brew "cloc"
brew "cmake"
brew "cocoapods"
brew "cppcheck"
brew "difftastic"
brew "displayplacer"
brew "duckdb"
brew "fd"
brew "fzf"
brew "gh"
brew "git"
brew "graphviz"
brew "htop"
brew "httpie"
brew "hugo"
brew "jc"
brew "jj"
brew "jq"
brew "libpq", link: true
brew "lnav"
brew "mise"
brew "mysql-client"
brew "neofetch"
brew "neovim"
brew "pandoc"
brew "pkgconf"
brew "protobuf"
brew "ripgrep"
brew "shellcheck"
brew "superfile"
brew "tz"
brew "zig"
brew "zsh-autosuggestions"
brew "zsh-syntax-highlighting"
brew "ggozad/formulas/oterm"
brew "pls-rs/pls/pls"
cask "espanso"
cask "font-monaspace-nerd-font"
cask "ghostty"
cask "jordanbaird-ice"
cask "warp"
vscode "amazonwebservices.amazon-q-vscode"
vscode "dart-code.dart-code"
vscode "dart-code.flutter"
vscode "github.copilot"
vscode "github.copilot-chat"
vscode "ms-azuretools.vscode-docker"
vscode "ms-vscode-remote.remote-containers"
vscode "vscodevim.vim"