home · contact · privacy
6e79229816910e31eba3f2410a436c389ada0350
[config] / bookworm / apt-mark / user
1 # to avoid booting problems with encrypted LVM, see <https://askubuntu.com/a/1105848>
2 cryptsetup-initramfs
3 lvm2
4 # for wifi
5 network-manager
6 wpasupplicant
7 # this provides setupcon which reads /etc/default/console-setup
8 console-setup
9 # for X to start at all
10 xserver-xorg-video-intel
11 # X input: keyboard and touchpad
12 xserver-xorg-input-evdev
13 xserver-xorg-input-synaptics
14 # for startx
15 xinit
16 # for xrdb
17 x11-xserver-utils
18 # for startx to run for non-root user
19 libpam-systemd
20 # window environment
21 i3
22 i3status
23 suckless-tools
24 xterm
25 # also useful
26 vim
27 sudo
28 less
29 man-db
30 manpages
31 procps
32 # firefox install dependencies
33 wget
34 bzip2
35 # firefox running dependencies
36 libgtk-3-0
37 libdbus-glib-1-2
38 # to use printer
39 cups
40 # emacs
41 emacs
42 emacs-common-non-dfsg
43 emacs-el
44 elpa-ledger
45 ledger
46 # to mount encrypted USB stick and use its contents
47 pmount
48 cryptsetup
49 openssh-client
50 # for syncing
51 borgbackup
52 # mail setup
53 isync
54 notmuch
55 elpa-notmuch
56 pinentry-gtk2
57 #