diff options
author | u <u@billy> | 2022-01-10 17:21:42 -0500 |
---|---|---|
committer | u <u@billy> | 2022-01-10 17:22:41 -0500 |
commit | bc229b306ff99a977b5f825266a60431d260456e (patch) | |
tree | 2d66740c1875feed9eb00c6ae943322c63a52c08 /rootfs/samizdat-wip.yaml | |
parent | f8d3ae2f03289f52aca72f7e456041e8c18061f0 (diff) |
rootfs fixes & improvements; now using Debian bullseye
Probably breaks Debian buster, which probably won't be fixed.
Diffstat (limited to 'rootfs/samizdat-wip.yaml')
-rw-r--r-- | rootfs/samizdat-wip.yaml | 85 |
1 files changed, 11 insertions, 74 deletions
diff --git a/rootfs/samizdat-wip.yaml b/rootfs/samizdat-wip.yaml index 710480d..6ea314b 100644 --- a/rootfs/samizdat-wip.yaml +++ b/rootfs/samizdat-wip.yaml | |||
@@ -3,88 +3,25 @@ packages: | |||
3 | 3 | ||
4 | - cron | 4 | - cron |
5 | - dnsutils | 5 | - dnsutils |
6 | - emacs25 | 6 | - emacs |
7 | - gpm | 7 | - gpm |
8 | - linux-image-$(kver)-$(karch) | ||
8 | - net-tools | 9 | - net-tools |
9 | - parted | 10 | - parted |
10 | - procps | 11 | - procps |
12 | - ssh | ||
11 | - sshfs | 13 | - sshfs |
12 | - wireless-tools | 14 | - wireless-tools |
13 | 15 | ||
14 | # these are dependencies of 'axis': | 16 | # these are dependencies of 'axis': |
15 | - 'libsdl-ttf2.0-0' | 17 | - libsdl-ttf2.0-0 |
16 | - 'libsdl-gfx1.2-5' | 18 | - libsdl-gfx1.2-5 |
17 | - 'fonts-liberation' | 19 | - fonts-liberation |
18 | 20 | ||
19 | - 'ffmpeg' # record, selfie, webm, vseg | 21 | - ffmpeg # record, selfie, webm, vseg |
20 | - 'jq' # musopen | 22 | - jq # musopen |
21 | - 'curl' # musopen | 23 | - curl # musopen |
22 | - 'miniupnpc' # linlaunch | 24 | - miniupnpc # linlaunch |
23 | - 'jackd' # jack-plumbing | ||
24 | - 'pulseaudio' # pavol | ||
25 | - 'pulseaudio-module-jack' | ||
26 | # - 'pulseaudio-module-bluetooth' | ||
27 | 25 | ||
28 | - 'xserver-xorg-input-wacom' | 26 | - xserver-xorg-input-wacom |
29 | 27 | ||
30 | binaries: | ||
31 | - stack | ||
32 | binaries-optional: | ||
33 | - rustup | ||
34 | |||
35 | skel-files-optional: | ||
36 | - '.bashrc' | ||
37 | - '.config/git/ignore' | ||
38 | - '.gitconfig' # This embeds my email address so not really suitable | ||
39 | # permanently. | ||
40 | - '.spacemacs' | ||
41 | - '.tmux.conf' | ||
42 | - '.tmux.stage2.conf' | ||
43 | - '.vimrc' | ||
44 | - '.xbindkeysrc' | ||
45 | - '.xinitrc' | ||
46 | |||
47 | - '.Xresources' | ||
48 | |||
49 | # keymap control/recue | ||
50 | - '.local/bin/asdf' | ||
51 | - '.local/bin/aoeu' | ||
52 | - '.local/bin/ASDF' | ||
53 | - '.local/bin/dvorak' | ||
54 | - '.local/bin/qwer' | ||
55 | - '.local/bin/асдф' | ||
56 | |||
57 | # misc. programs/scripts I wrote | ||
58 | - '.local/bin/amixer-enable-mic' | ||
59 | - '.local/bin/axis' | ||
60 | - '.local/bin/datel' | ||
61 | - '.local/bin/fsmgr' | ||
62 | - '.local/bin/google' | ||
63 | - '.local/bin/hard-restart-wifi' | ||
64 | - '.local/bin/interactive-rename' | ||
65 | - '.local/bin/jack-plumbing' | ||
66 | - '.local/bin/linlaunch' | ||
67 | - '.local/bin/lptext' | ||
68 | - '.local/bin/midi-dump' | ||
69 | - '.local/bin/musopen' | ||
70 | - '.local/bin/pavol' | ||
71 | - '.local/bin/pdf-autoprint' | ||
72 | - '.local/bin/restart-linux-device' | ||
73 | - '.local/bin/safeunrar' | ||
74 | - '.local/bin/sliceweasel' | ||
75 | - '.local/bin/thinkpad-rotate' | ||
76 | - '.local/bin/x11-ssh-host' | ||
77 | - '.local/bin/xtermessage' | ||
78 | - '.local/bin/xvnc' | ||
79 | |||
80 | # ffmpeg wrappers | ||
81 | - '.local/bin/record' | ||
82 | - '.local/bin/screeny' | ||
83 | - '.local/bin/selfie' | ||
84 | - '.local/bin/soundy' | ||
85 | - '.local/bin/vseg' | ||
86 | - '.local/bin/webbie' | ||
87 | - '.local/bin/webm' | ||
88 | |||
89 | # also this (but is it even used?) | ||
90 | #- '.local/bin/xmonad' | ||