admin_2 817 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. #!/usr/bin/env bash
  2. ## configure and install minimal openbox desktop environment
  3. doas apt-get install -y \
  4. lxappearance \
  5. obconf \
  6. compton \
  7. nitrogen \
  8. arandr \
  9. viewnior \
  10. elinks \
  11. feh \
  12. ntfs-3g \
  13. volumeicon \
  14. curl \
  15. youtube-dl \
  16. gparted \
  17. mediainfo \
  18. cmus \
  19. youtube-dl \
  20. curl \
  21. qmmp
  22. doas apt-get install --no-install-recommends \
  23. simplescreenrecorder \
  24. mc \
  25. gpick \
  26. rxvt-unicode \
  27. mpv \
  28. sakura \
  29. libreoffice \
  30. libreoffice-l10n-ru \
  31. gnome-mpv \
  32. vlc \
  33. rofi \
  34. ranger \
  35. unzip \
  36. zip \
  37. lzip \
  38. lzop \
  39. squashfs-tools \
  40. unar \
  41. lrzip \
  42. p7zip \
  43. htop \
  44. spacefm \
  45. udevil \
  46. mupdf \
  47. netsurf-common \
  48. netsurf-gtk \
  49. geany \
  50. mupdf \
  51. qpdfview-pdf-mupdf-plugin \
  52. bleachbin \
  53. galculator \
  54. featherpad \
  55. featherpad-l10n
  56. echo "exec openbox-session" >> ~/.xinitrc