-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathBrewfile
More file actions
69 lines (62 loc) · 1.97 KB
/
Brewfile
File metadata and controls
69 lines (62 loc) · 1.97 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
# Brewfile
#
# Install/sync with: brew bundle --file=~/.dotfiles/Brewfile
# Prune extras with: brew bundle cleanup --file=~/.dotfiles/Brewfile
# ---------------------------------------------------------------------------
# Bootstrap
# ---------------------------------------------------------------------------
brew "mise" # everything else dev-runtime-ish goes through mise
# ---------------------------------------------------------------------------
# Shell / terminal essentials
# ---------------------------------------------------------------------------
brew "zsh"
brew "tmux"
brew "vim"
brew "fzf"
brew "gnu-sed"
brew "tree"
# ---------------------------------------------------------------------------
# System / network utilities
# ---------------------------------------------------------------------------
brew "btop"
brew "htop"
brew "ncdu"
brew "iperf3"
brew "wget"
brew "watch"
brew "dos2unix"
brew "unar"
# ---------------------------------------------------------------------------
# Files / text / media
# ---------------------------------------------------------------------------
brew "jq"
brew "yt-dlp"
brew "ffmpeg"
brew "html2text"
brew "lynx"
brew "ctags"
# ---------------------------------------------------------------------------
# Containers / cloud
# ---------------------------------------------------------------------------
brew "colima"
brew "docker"
brew "docker-compose"
brew "azure-cli"
# ---------------------------------------------------------------------------
# Security / GPG
# ---------------------------------------------------------------------------
brew "gnupg"
brew "pinentry-mac"
# ---------------------------------------------------------------------------
# Casks
# ---------------------------------------------------------------------------
cask "bitwarden"
cask "copilot-cli"
cask "db-browser-for-sqlite"
cask "font-fira-code-nerd-font"
cask "gimp"
cask "iterm2"
cask "jellyfin-media-player"
cask "raycast"
cask "syncthing-app"
cask "xquartz"