asifakonjee / Void-Linux-KDE

This is my Void Linux KDE Installation Script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple post installation helper for installing KDE Plasma with some applications on Void Linux.

How to use:

  1. After base installtion of Void Linux...
  2. Login with your user name and password
  3. Run sudo xbps-install -Su
  4. Run sudo xbps-install void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree Then run sudo xbps-install xorg kde5 kde5-baseapps xdg-user-dirs xdg-utils xtools micro NetworkManager bluez tlp tlp-rdw preload rsync kate git
  5. After completion, run the following commands to start services:
  • sudo ln -s /etc/sv/dbus /var/service/
  • sudo ln -s /etc/sv/sddm /var/service/
  • sudo ln -s /etc/sv/elogind /var/service/
  • sudo sv up dbus
  • sudo sv up sddm
  1. sudo reboot to reboot.
  2. git clone https://gitlab.com/asifakonjee/void-linux-kde.git
  3. cd /void-linux-kde
  4. Open the file in Kate and then paste them into the terminal to install.
  5. After completion, reboot.
  6. Now, you have KDE Plasma on Void Linux with very basic applications installed.

Alternative Script Install (Advance usage only):

  1. After base installation of Void Linux...
  1. Then wait for installation to complete
  2. You may need to give your password a few times during installation.
  3. After completion of the script, run the following commands to start services:
  • sudo ln -s /etc/sv/dbus /var/service/
  • sudo ln -s /etc/sv/sddm /var/service/
  • sudo ln -s /etc/sv/elogind /var/service/
  • sudo sv up dbus
  • sudo sv up sddm
  1. sudo reboot to reboot.
  2. Now, you have KDE Plasma on Void Linux with very basic applications installed.

Thanks.

About

This is my Void Linux KDE Installation Script

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%