admin_i 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. #!/usr/bin/env bash
  2. ## configure and install minimal openbox desktop environment
  3. doas pacman -Sy
  4. doas pacman -Syu
  5. doas pacman -S openbox
  6. echo
  7. doas cp 00-keyboard.conf /etc/X11/xorg.conf.d/
  8. echo
  9. doas cp -r /home/admin/hyperbola_0.4/rofi/themes/* /usr/share/rofi/themes/
  10. doas pacman -S -y \
  11. lxappearance \
  12. obconf \
  13. nitrogen \
  14. lxrandr \
  15. viewnior \
  16. elinks \
  17. transset-df \
  18. ntfs-3g \
  19. volumeicon \
  20. curl \
  21. qt4 \
  22. youtube-dl \
  23. mediainfo \
  24. cmus \
  25. lumina-screenshot \
  26. tint2 \
  27. xdg-user-dirs
  28. doas pacman -S -y \
  29. audacious \
  30. celluloid \
  31. simplescreenrecorder \
  32. shotcut \
  33. audacity \
  34. mc \
  35. gpick \
  36. rxvt-unicode \
  37. mpv \
  38. sakura \
  39. libreoffice \
  40. libreoffice-l10n-ru \
  41. vlc \
  42. rofi \
  43. ranger \
  44. unzip \
  45. zip \
  46. lzip \
  47. lzop \
  48. squashfs-tools \
  49. unar \
  50. lrzip \
  51. p7zip \
  52. htop \
  53. spacefm \
  54. udevil \
  55. mupdf \
  56. iceweasel-esr \
  57. iceweasel-esr-l10n-ru \
  58. icedove-uxp \
  59. icedove-uxp-l10n-ru \
  60. icedove-uxp-icecrypt \
  61. geany \
  62. featherpad \
  63. l3afpad \
  64. galculator-gtk2 \
  65. bleachbit-gtk \
  66. transmission-gtk \
  67. ttf-hack \
  68. neovim \
  69. python-pynvim \
  70. meld \
  71. soundconverter \
  72. gst-plugins-bad
  73. cd ..
  74. ls -a .config/openbox/
  75. echo "exec openbox-session" >> ~/.xinitrc