12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- #!/usr/bin/env bash
- ## configure and install minimal openbox desktop environment
- doas apt-get install -y \
- lxappearance \
- obconf \
- compton \
- nitrogen \
- arandr \
- viewnior \
- elinks \
- feh \
- ntfs-3g \
- volumeicon \
- curl \
- youtube-dl \
- gparted \
- mediainfo \
- cmus \
- youtube-dl \
- curl \
- qmmp
- doas apt-get install --no-install-recommends \
- simplescreenrecorder \
- mc \
- gpick \
- rxvt-unicode \
- mpv \
- sakura \
- libreoffice \
- libreoffice-l10n-ru \
- gnome-mpv \
- vlc \
- rofi \
- ranger \
- unzip \
- zip \
- lzip \
- lzop \
- squashfs-tools \
- unar \
- lrzip \
- p7zip \
- htop \
- spacefm \
- udevil \
- mupdf \
- netsurf-common \
- netsurf-gtk \
- geany \
- mupdf \
- qpdfview-pdf-mupdf-plugin \
- bleachbin \
- galculator \
- featherpad \
- featherpad-l10n
-
- echo "exec openbox-session" >> ~/.xinitrc
|