-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
56 lines (54 loc) · 1.95 KB
/
Brewfile
File metadata and controls
56 lines (54 loc) · 1.95 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
# Personal
brew "anomalyco/tap/opencode" # AI agent TUI
brew "asciinema"
brew "bash" # bourne again shell
brew "bat" # A cat(1) clone with syntax highlighting and Git integration.
brew "biome" # JS linter & formatter
brew "btop" # System resource monitor
brew "dprint" # Auto-formats source code based on the specified plugins.
brew "dyff" # Dif tool for yaml and sometimes json
brew "eza" # better ls
brew "fnm" # Node.js manager written in Rust
brew "gitui" # TUI for git
brew "glow" # TUI markdown viewer
brew "gnupg" # https://www.gnupg.org/
brew "helix" # Post-modern text editor for the terminal
brew "jj" # version control system
brew "jjui" # TUI for jj
brew "llvm" # Compiler infrastructure - for debugging Rust
brew "marksman" # LSP for markdown
brew "ripgrep" # grep but better and written in Rust
brew "starship" # Lightweight multiplatform terminal prompt
brew "stow" # a symlink farm manager
brew "superhtml" # HTML LSP
brew "uv" # python version & package manager
brew "witr" # Why is this running?
cask "affine" # mind mapping & note taking tool
cask "beekeeper-studio" # DB IDE
cask "bluesnooze" # Disable bluetooth when Mac sleeps
cask "flameshot" # screenshot tool
cask "font-fira-code-nerd-font" # font for coding w/ ligatures
cask "ghostty" # Terminal
cask "legcord" # OpenSource Discord Client
cask "maccy" # clipboard manager
cask "obs"
cask "rectangle" # window manger for mac
cask "slack"
cask "zed"
# for yazi
brew "fd" # for file searching
brew "ffmpeg" # for video thumbnails
brew "fzf" # for quick file subtree navigation, >= 0.53.0
brew "imagemagick" # for Font, HEIC, and JPEG XL preview
brew "poppler" # for PDF preview
brew "resvg" # for SVG preview
brew "ripgrep" # for file content searching
brew "sevenzip" # for archive extraction and preview
brew "zoxide" # for historical directories navigation, requires fzf
cask "font-symbols-only-nerd-font" # for cool symbols
brew "yazi" # TUI file browser
# Derapi
brew "awscli"
brew "gh"
brew "mise"
cask "notion"