-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
36 lines (35 loc) · 1.16 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
# CLI tools
brew "bat" # 'cat' replacement
brew "eza" # 'ls' replacement
brew "zoxide" # 'cd' replacement
brew "fzf" # Fuzzy finder
brew "gdu" # 'du' replacement
brew "ripgrep" # `grep` replacement
brew "tldr" # `man` replacement
brew "git-delta" # Diff pager for `git` and `grep` output
brew "htop" # 'top' replacement
brew "neofetch" # Displays system info
brew "proxychains-ng" # Proxy tunneling
brew "pwgen" # Password generator
brew "pyenv" # Python version manager
brew "sshpass" # 'ssh' with password flag
brew "starship" # Prompt manager
brew "tree" # Directory listing
brew "wget2" # 'wget' replacement
brew "thefuck"
# GUI apps
cask "alt-tab" # Windows alt-tab for macOS
cask "raycast" # App launcher
cask "zed" # Code editor
cask "bartender" # Menu bar customization
cask "coteditor" # 'TextEdit' replacement
cask "flameshot" # Screenshots
cask "iterm2" # 'Terminal' replacement
cask "keepassxc" # Password manager
cask "linearmouse" # Mouse improvement
cask "middleclick" # Middle-click for macOS
cask "obsidian" # Notes
cask "rectangle" # Window management
cask "browserosaurus" # Browser manager
cask "visual-studio-code"
cask "dockdoor" # Dock previews (simply amazing)