This script simplifies the installation of Void Linux with the Cinnamon desktop environment.
- Void Linux (glibc) has been installed using the base image.
- The installed Void Linux has been booted.
- An internet connection is available.
- Log into Void Linux (as a normal user).
- Install
git
:sudo xbps-install git
- Clone the repository (as a normal user):
git clone https://github.com/TechGameGeek/void.git
Note: The repository will be cloned to
~/void
. - Navigate to the directory:
cd void
- Make the script executable:
chmod +x cinnamon_install.sh
- Run the script:
./cinnamon_install.sh
- Installs Void Linux with the Cinnamon desktop environment (
cinnamon-all
). - Activates:
- PipeWire
- Printer support
- Bluetooth
- During installation, you will be asked whether you want to install NVIDIA drivers (from latest to older versions).
- Automatically mounts drives using
udisks2
&polkit
, so there's no need to edit/etc/fstab
. - Customizations:
- Cinnamon and LightDM background images are modified.
- Autostart scripts for Cinnamon:
- Enables
octoxbps-updater
. - Sets the German keyboard layout (can be removed if a US layout is preferred).
- Automounts all Linux filesystem drives, useful for a Steam library, for example.
- Enables
Suggestions and improvements are always welcome! 😊