~kris/dots

sdeploy

ref: 782c7eac7273674d6e2b0d7f85d72c1db56b90f1 sdeploy/standard/sd-artix/progs.csv -rw-r--r-- 11.2 KiB
782c7eac — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
#TAG,PACKAGE,DESCRIPTION
#
# Legend:
# (empty) = pacman (Artix + Arch repos via artix-archlinux-support)
# A = AUR (via yay) — only when no official repo alternative exists
# G = Git clone + make install — suckless builds only
# B = BlackArch (requires strap.sh) — NOT enabled by default, pentest flag only
#
# =====================================================================
# Basic Programs
# =====================================================================
A,lf,"terminal file browser/manager"
,btop,"task manager and system monitor"
,neomutt,"terminal email client"
A,mutt-wizard-git,"email setup wizard for neomutt"
A,abook,"address book for neomutt"
,ncmpcpp,"ncurses music player for mpd"
,rmpc,"tui music player for mpd"
,networkmanager,"provides nmtui for wifi management"
,bluez,"Bluetooth protocol stack"
,bluez-utils,"Bluetooth utilities (bluetoothctl)"
,blueman,"Bluetooth manager GUI"
,newsboat,"terminal RSS feed reader"
,pulsemixer,"terminal audio control"
A,mouseless-bin,"keyboard-driven mouse control"
,tmux,"terminal multiplexer"
,emacs,"extensible text editor"
,nsxiv,"minimalist image viewer"
,calcurse,"terminal calendar and organizer"
A,sc-im,"terminal spreadsheet (Excel-like)"
#
# =====================================================================
# System / X11
# =====================================================================
,xorg-server,"graphical server"
,xorg-xinit,"starts graphical server"
,xorg-xwininfo,"window info queries"
,xorg-xset,"X server config utility"
,xorg-xprop,"window properties tool"
,xorg-xbacklight,"screen brightness control"
,polkit,"user policy management"
,picom,"compositor for transparency and effects"
,webkit2gtk,"web rendering engine for surf"
,gcr,"crypto UI library for surf"
,xwallpaper,"wallpaper setter"
,xclip,"clipboard from command line"
,xdotool,"window automation tool"
,unclutter,"hides inactive mouse cursor"
,slock,"simple screen locker"
,arandr,"monitor arrangement GUI"
#
# =====================================================================
# Suckless Builds
# =====================================================================
G,https://github.com/krisyotam/dwm,"tiling window manager"
G,https://github.com/krisyotam/dwmblocks,"modular status bar"
G,https://github.com/krisyotam/dmenu,"application launcher"
G,https://github.com/krisyotam/st,"terminal emulator"
G,https://github.com/krisyotam/scron,"simple cron daemon"
G,https://github.com/krisyotam/quark,"tiny HTTP server"
G,https://github.com/krisyotam/surf,"minimal webkit browser"
#
# =====================================================================
# Fonts — System
# =====================================================================
,noto-fonts,"comprehensive Unicode coverage"
,noto-fonts-cjk,"Chinese Japanese Korean support"
,noto-fonts-emoji,"emoji font"
,ttf-liberation,"metric-compatible Arial Times Courier"
,ttf-dejavu,"excellent Unicode coverage"
,inter-font,"modern UI font"
,adobe-source-sans-fonts,"Adobe Source Sans"
,adobe-source-serif-fonts,"Adobe Source Serif"
,adobe-source-code-pro-fonts,"Adobe Source Code Pro"
,otf-libertinus,"Libertinus serif and sans"
,ttf-font-awesome,"icons and glyphs"
#
# =====================================================================
# Fonts — Monospace / Coding
# =====================================================================
,ttf-fira-code,"coding font with ligatures"
,ttf-hack,"Hack monospace font"
,ttf-jetbrains-mono,"JetBrains Mono font"
#
# =====================================================================
# Fonts — Nerd Fonts
# =====================================================================
,ttf-jetbrains-mono-nerd,"JetBrains Mono with Nerd icons"
,ttf-firacode-nerd,"Fira Code with Nerd icons"
,ttf-hack-nerd,"Hack with Nerd icons"
,ttf-nerd-fonts-symbols,"standalone Nerd symbols"
#
# =====================================================================
# Font Management
# =====================================================================
,fontconfig,"font configuration"
#
# =====================================================================
# Theming
# =====================================================================
,gnome-keyring,"system keyring"
,libnotify,"desktop notifications library"
,dunst,"notification daemon"
#
# =====================================================================
# Audio / Video
# =====================================================================
,mpd,"music player daemon"
,mpc,"mpd terminal interface"
,mpv,"video player"
,ffmpeg,"video and audio processing"
,ffmpegthumbnailer,"video thumbnails"
,pipewire,"audio server"
,wireplumber,"audio session manager"
,pipewire-pulse,"PulseAudio compatibility"
,alsa-utils,"ALSA utilities including amixer"
#
# =====================================================================
# Filesystem
# =====================================================================
,dosfstools,"DOS filesystem tools"
,exfatprogs,"exFAT filesystem tools"
,ntfs-3g,"NTFS partition access"
A,simple-mtpfs,"phone and MTP mounting"
#
# =====================================================================
# Utilities
# =====================================================================
,bc,"calculator language"
,man-db,"man pages database"
,maim,"screenshot tool"
,unzip,"archive extraction"
,atool,"archive management"
,poppler,"PDF utilities"
,mediainfo,"media file info"
,socat,"data transfer utility"
,moreutils,"unix utilities collection"
,tesseract,"OCR engine"
,tesseract-data-eng,"English OCR data"
,ueberzugpp,"terminal image previews"
,fzf,"fuzzy finder"
,fd,"fast find replacement"
,ripgrep,"fast grep replacement"
,jq,"JSON processor"
,wget,"file downloader"
,rsync,"file sync"
,rclone,"cloud storage sync"
,fastfetch,"system info display"
,lynx,"terminal browser"
,eza,"modern ls replacement"
,zoxide,"smarter cd command"
,dust,"disk usage analyzer"
,lm_sensors,"hardware sensors for temperature"
,sysstat,"system stats including iostat"
,playerctl,"media player controller"
,upower,"battery and power device info"
,acpi,"battery status utility"
#
# =====================================================================
# Editors / IDEs
# =====================================================================
,neovim,"modern vim"
,zed,"AI-powered IDE"
A,claude-code-bin,"Anthropic AI CLI"
#
# =====================================================================
# Terminals
# =====================================================================
A,warp-terminal,"AI terminal (proprietary — phasing out)"
#
# =====================================================================
# Browsers
# =====================================================================
A,librewolf-bin,"privacy-focused browser"
A,librewolf-extension-localcdn-bin,"CDN emulation extension"
A,librewolf-extension-istilldontcareaboutcookies-bin,"cookie banner remover"
A,librewolf-extension-tridactyl-bin,"vim bindings extension"
A,librewolf-extension-ublock-origin-bin,"ad blocker extension"
A,arkenfox-user.js,"browser hardening config"
,torbrowser-launcher,"Tor browser"
#
# =====================================================================
# Writing Software
# =====================================================================
A,novelwriter,"novel writing software"
A,notesnook-bin,"encrypted note-taking"
#
# =====================================================================
# LaTeX — use post-install.sh for full texlive suite
# =====================================================================
#
# =====================================================================
# Tools
# =====================================================================
,git,"version control"
,github-cli,"GitHub CLI"
,openssh,"SSH client and server"
,mosh,"mobile shell with auto-reconnect"
,sshfs,"mount remote filesystems via SSH"
,docker,"containerization"
,docker-compose,"multi-container Docker"
A,lazygit,"terminal UI for git"
A,lazydocker,"terminal UI for docker"
,git-delta,"better git diff viewer"
A,aws-cli-v2,"AWS command line"
A,flarectl,"Cloudflare CLI"
,curl,"data transfer tool"
,httpie,"user-friendly HTTP client"
,zathura,"PDF viewer with vim bindings"
,zathura-pdf-mupdf,"mupdf backend for zathura"
,yt-dlp,"YouTube downloader"
#
# =====================================================================
# Media / Anime
# =====================================================================
A,ani-cli,"anime streaming CLI"
A,manga-tui,"terminal manga reader"
A,hakuneko-desktop,"manga and anime downloader"
A,hayase-bin,"anime streaming app"
#
# =====================================================================
# Video / Graphics
# =====================================================================
,obs-studio,"screen recording and streaming"
,gimp,"image editor"
,inkscape,"vector graphics editor"
,imagemagick,"image manipulation CLI"
,perl-image-exiftool,"read/write EXIF metadata"
,flameshot,"screenshot with annotation"
#
# =====================================================================
# Social
# =====================================================================
,element-desktop,"Matrix client"
A,catgirl,"terminal IRC client"
#
# =====================================================================
# Torrent
# =====================================================================
,rtorrent,"terminal torrent client"
,transmission-cli,"transmission daemon and CLI tools"
#
# =====================================================================
# Shell
# =====================================================================
,fish,"friendly interactive shell"
,starship,"cross-shell prompt"
,direnv,"per-directory environment"
,gum,"fluid terminal UI toolkit"
#
# =====================================================================
# Compilers / Languages
# =====================================================================
,gcc,"C and C++ compiler"
,clang,"LLVM C and C++ compiler"
,dotnet-sdk,".NET SDK"
,rustup,"Rust toolchain installer"
,python,"Python interpreter"
,python-pip,"Python package manager"
,jdk-openjdk,"Java JDK"
,scala,"Scala language"
,sbt,"Scala build tool"
,ghc,"Haskell compiler"
,cabal-install,"Haskell package manager"
,nodejs,"JavaScript runtime"
,npm,"Node package manager"
,go,"Go language"
#
# =====================================================================
# VPN
# =====================================================================
A,mullvad-vpn-bin,"Mullvad VPN client"
,openvpn,"OpenVPN client"
A,portmaster-bin,"application firewall and DNS filter"
#
# =====================================================================
# Security
# =====================================================================
A,protonmail-bridge,"Proton Mail bridge for email clients"
,proxychains-ng,"proxy chaining"
,gnupg,"GPG encryption"
,pass,"password manager using GPG"
,sqlcipher,"encrypted SQLite"
#
# =====================================================================
# Misc
# =====================================================================
,bat,"cat with syntax highlighting"
A,python-pywal,"colorscheme generator"
,conky,"system monitor with Lua scripting"
,inetutils,"network utilities including hostname command"
A,speedtest-cli,"internet speed test"
A,wikiman,"offline wiki and man pages"
A,gphoto2,"DSLR camera control"
A,v4l2loopback-dkms,"virtual webcam for DSLR"
A,cmatrix-git,"matrix terminal animation"