-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile.linux
More file actions
63 lines (54 loc) · 911 Bytes
/
Brewfile.linux
File metadata and controls
63 lines (54 loc) · 911 Bytes
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
# Brewfile.linux — Linuxbrew packages for Bazzite workstation
# Install: brew bundle --file=~/Brewfile.linux
# Update: brew leaves | sort > /tmp/leaves.txt (compare & curate)
# Shell & prompt
brew "atuin"
brew "starship"
brew "zoxide"
# File & text tools
brew "bat"
brew "eza"
brew "fd"
brew "ripgrep"
brew "yazi"
brew "dust"
brew "yq"
brew "jnv"
# Git
brew "gh"
brew "git-delta"
brew "git-absorb"
brew "lazygit"
# Dev tools
brew "neovim"
brew "direnv"
brew "entr"
brew "shellcheck"
brew "watchexec"
brew "cmake"
brew "extra-cmake-modules"
brew "pkgconf"
brew "pre-commit"
# System monitoring & networking
brew "btop"
brew "procs"
brew "bandwhich"
brew "doggo"
brew "xh"
brew "tailspin"
# Productivity
brew "just"
brew "task"
brew "pueue"
brew "hyperfine"
brew "tealdeer"
# Media & misc
brew "emacs"
brew "mpv"
brew "ollama"
brew "weechat"
brew "lazydocker"
# Crypto
brew "age"
# AWS
brew "awscli"