2
1
Fork
You've already forked void-helper
1
Void Helper is a configuration script for Void Linux that guides you through several steps with questions.
This repository has been archived on 2025年05月10日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Shell 100%
Find a file
2023年09月28日 07:28:33 +02:00
xorg.conf.d Successor to void-sh: Version 1.0.0 2023年09月26日 11:21:33 +02:00
CHANGES.txt Added CHANGES.txt 2023年09月26日 11:48:02 +02:00
LICENSE.txt Successor to void-sh: Version 1.0.0 2023年09月26日 11:21:33 +02:00
README.md Successor to void-sh: Version 1.0.0 2023年09月26日 11:21:33 +02:00
void-helper.sh Added Flatpak as install option 2023年09月28日 07:28:33 +02:00

void-helper

Void Helper is a configuration script for Void Linux that guides you through several steps with questions.

It is recommended to run this script as a regular user, not root, for security reasons. It will determine if you have sudo or doas installed.

Content of the script

  • Check for updates
  • Install recommended packages
  • Install development packages (optional)
  • Enable non-free repository (optional)
  • Install shell (optional)
  • Configure a graphical environment
    • Install a desktop environment (optional)
    • Install a window manager (optional)
    • Install a terminal emulator (optional)
    • Install a terminal text editor (optional)
    • Install a graphical text editor (optional)
    • Install a web browser (optional)
    • Install a media player (optional)
    • Install an office suite (optional)
    • Install graphic design programs (optional)
    • Install container or virtual machine programs (optional)
    • Install a backup program (optional)
  • Configure audio (optional)
  • Configure network management (optional)
  • Configure Bluetooth (optional)
  • Configure Printing (optional)
  • Configure Notebook Power Saving (optional)
  • Configure NFS for sharing files (optional)
  • Enable services

How to use

  • In order to use this script, you need Git to clone this repository. You can install Git with the following command:

xbps-install git

  • After that, clone the repository:

git clone https://codeberg.org/ravendev/void-helper.git

  • And execute me as a regular user:

sh void-helper/void.sh

License

This script is licensed under the GNU General Public License Version 3.