-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile
104 lines (103 loc) · 2.05 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
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
tap "filosottile/musl-cross"
tap "homebrew/bundle"
tap "railwaycat/emacsmacport"
# Easy file encryption
brew "age"
# Configuration management
brew "ansible"
# Used by Emacs (flyspell)
brew "aspell"
# A better find
brew "bfs"
# A better top
brew "btop"
# GNU version of ls
brew "coreutils"
# Print information about the system
brew "fastfetch"
# Used by yt-dlp to wrangle videos
brew "ffmpeg"
# Main shell
brew "fish"
# Fuzzy-find anything
brew "fzf"
# Used by Emacs (magit) for automatic rebasing
brew "git-absorb"
# Probably the best language
brew "go"
# Language server for the best language
brew "gopls"
# A better ping, with a graph
brew "gping"
# Test network throughput
brew "iperf3"
# Wrangle JSON
brew "jq"
# CLI for Mac App Store
brew "mas"
# A better ssh
brew "mosh"
# A better ping, without the graph
brew "mtr"
# Wrangle most compression formats
brew "p7zip"
# Wrangle programs distributed as Python packages
brew "pipx"
# Wrangle containers
brew "podman"
# Encode text as a QR code
brew "qrencode"
# rsync for cloud storage
brew "rclone"
# Backup
brew "restic"
# A better grep
brew "ripgrep"
# Python linter
brew "ruff"
# Bash linter
brew "shellcheck"
# Bash formatter
brew "shfmt"
# IP calculator
brew "sipcalc"
# Wrangle locally compiled programs
brew "stow"
# Count lines of code
brew "tokei"
# Trash files from the command line
brew "trash"
# Pretty-print a directory tree
brew "tree"
# Wrangle VPN configuration
brew "wireguard-tools"
# Download YouTube videos
brew "yt-dlp"
# Cross-compile Go code that has C dependencies
brew "filosottile/musl-cross/musl-cross"
# A macOS-optimized variant of the true editor
cask "emacs-mac"
# The last truly open browser
cask "firefox"
# A good terminal emulator
cask "ghostty"
# Video player
cask "iina"
# Password manager
cask "keepassxc"
# Run local LLMs
cask "lm-studio"
# Clipboard history
cask "maccy"
# Window manager
cask "moom"
# RSS client
cask "netnewswire"
# Synchronize files without the cloud
cask "syncthing"
# Anonymous browser
cask "tor-browser"
# Run virtual machines
cask "utm"
# WireGuard client
mas "WireGuard", id: 1451685025