home · contact · privacy
Generalize copy_etc.sh.
[config] / buster / apt-mark / eeepc
1 # this provides setupcon which reads /etc/default/console-setup
2 console-setup
3 # without this, systemd-logind won't run, and so not detect lid close for hibernation
4 dbus
5 # for wifi
6 firmware-ralink
7 wicd-curses
8 # for X to start at all
9 xserver-xorg-video-intel
10 # X input: keyboard and touchpad
11 xserver-xorg-input-evdev
12 xserver-xorg-input-synaptics
13 # for startx
14 xinit
15 # for startx to run for non-root user
16 libpam-systemd
17 # window environment
18 i3
19 i3status
20 suckless-tools
21 # to get sleepy at night
22 redshift
23 # for alsamixer
24 alsa-utils
25 # browser
26 firefox-esr
27 # also useful
28 less
29 man-db
30 manpages
31