-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
114 lines (93 loc) · 1.5 KB
/
Copy pathBrewfile
File metadata and controls
114 lines (93 loc) · 1.5 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
# Taps
tap "d12frosted/emacs-plus"
tap "epk/epk"
tap "ankitpokhrel/jira-cli"
tap "bashhack/gitbak"
# AWS-related
brew "awscli"
# DB-related
brew "sqlite"
brew "mongosh"
brew "pgcli"
brew "mycli"
brew "iredis"
# Standard tools
brew "coreutils"
brew "cmake"
brew "gnupg"
brew "pinentry-mac"
brew "grep"
brew "imagemagick"
brew "ghostscript"
brew "openssl@3"
brew "pandoc"
brew "pngpaste"
brew "shfmt"
brew "readline"
brew "xz"
brew "zlib"
# Useful commands
brew "bat"
brew "eza"
brew "fd"
brew "fzf"
brew "htop"
brew "ripgrep"
# Git-related
brew "gh"
brew "git"
brew "git-crypt"
brew "bashhack/gitbak/gitbak"
# Docker-related
cask "orbstack"
# HTTP-related
brew "curl"
brew "grpcurl"
brew "httpie"
brew "wget"
brew "hey"
# JSON-related
brew "jq"
# TMUX-related
brew "tmux"
brew "tmuxp"
# Term-related
# cask "iterm2"
brew "libvterm"
brew "pure"
brew "ranger"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
brew "kanata"
cask "karabiner-elements"
cask "ghostty"
# Fonts
brew "fontconfig"
cask "font-sf-mono-nerd-font"
cask "font-jetbrains-mono-nerd-font"
# Node-related
brew "fnm"
# Python-related
brew "pyenv"
# Browsers
cask "firefox"
# Editors
brew "d12frosted/emacs-plus/emacs-plus@30", args: ["with-imagemagick", "with-modern-doom3-icon", "with-xwidgets"]
brew "neovim"
# GO-related
brew "delve"
# Lisp-related
brew "sbcl"
# C-related
brew "llvm"
brew "ccls"
brew "clang-format"
# Zig-related
brew "zig"
brew "zls"
# Other tools
brew "graphviz"
brew "hugo"
brew "shellcheck"
brew "ffmpeg"
brew "jira-cli"