Go to file
zenobit 3c221db40c small cleanup 2021-09-10 19:38:25 +02:00
CHANGELOG.md Version 6.0 2021-09-04 11:50:48 +02:00
LICENSE Uploaded files 2021-06-13 10:36:47 +02:00
README.md update 2021-09-10 16:15:41 +02:00
keyboard.conf update 2021-09-10 16:15:41 +02:00
libinput.conf update 2021-09-10 16:15:41 +02:00
slim.conf update 2021-09-10 16:15:41 +02:00
void.sh small cleanup 2021-09-10 19:38:25 +02:00

README.md

void.sh

void-sh is a program written in Bash that configures Void Linux.

Don't run as ROOT you will be asked for password if needed!

Content

  • Update the system
  • Install recommended packages
  • Install development packages (optional)
  • Install a other Shell and make it default (optional)
    • Fish, Zsh
  • Install the X Window System (optional)
  • Choose X keyboard layout
  • Install a Desktop environment (3/13) (optional)
    • Xfce, MATE, GNOME, KDE Plasma, Budgie, Cinnamon, LXQt, Enlightenment,
    • LXDE, Lumina
  • Install Display Manager (optional)
    • LightDM, emptty, slim
  • Install a Window manager (optional)
    • i3wm, Openbox, Fluxbox, bspwm, herbstluftwm, IceWM, awesome, jwm, dwm, FVWM3,
    • Wayfire, Sway
  • Install fonts (optional)
  • Install an Internet browser (optional)
    • Firefox, Firefox ESR, Chromium, Qutebrowser, Falkon, Badwolf
  • Install LibreOffice (optional)
  • Install GIMP + Inkscape (optional)
  • Install QEMU + Virt Manager (optional)
  • Install a Terminal emulator (optional)
    • Alacritty, Xterm, VXTerminal, Yakuake, Sakura, Kitty
  • Install a Backup program (optional)
    • Borg, Deja-dup, Timeshift
  • Install a Video player (optional)
    • mpv, VLC, Parole, Totem
  • Enable required services
  • Configure Cron
  • Configure PulseAudio (optional)
  • Configure Network Management (optional)
    • Connman, Network Manager
  • Configure Bluetooth (optional)
  • Configure Printing support (optional)
  • Configure TLP for notebook power saving (optional)
  • Configure the Display manager (REQUIRES STEP 3/4)
  • Start the Display manager (optional)

How to use

Please make sure git is installed:

xbps-install -S git

Then run:

git clone https://codeberg.org/fossraven/void-sh.git
cd void-sh
sudo sh void.sh

Notes

  • This program is not part of Void Linux.
  • This program must be more tested for use on production systems.