-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
37 lines (29 loc) · 1.54 KB
/
Copy pathBrewfile
File metadata and controls
37 lines (29 loc) · 1.54 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
# ══════════════════════════════════════════════════════════════════════════════
# Brewfile — Terminal Powerhouse Dependencies
# ══════════════════════════════════════════════════════════════════════════════
# Terminal emulator
cask "ghostty"
# Fonts
cask "font-monaspace"
cask "font-fira-code"
# Modern CLI replacements
brew "bat" # cat replacement with syntax highlighting
brew "eza" # ls replacement with icons & git status
brew "fd" # find replacement, fast & user-friendly
brew "fzf" # fuzzy finder for everything
brew "ripgrep" # grep replacement, blazing fast
brew "zoxide" # cd replacement, learns your habits
brew "git-delta" # git diff viewer with syntax highlighting
# Shell & prompt
brew "starship" # cross-shell prompt, fast & configurable
# Git tools
brew "lazygit" # terminal UI for git
brew "gh" # GitHub CLI
# Dev environment
brew "neovim" # terminal editor
brew "mise" # universal version manager (node, python, ruby, go...)
brew "atuin" # shell history with search & sync
# File management
brew "yazi" # terminal file manager with image preview
# System monitoring
brew "btop" # system monitor (better top/htop)