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

zenobit 0717fce29e Update README.md 1 semana atrás
CHANGES.txt 5321977abf gum TUI rewrite+ 1 semana atrás
LICENSE e114d6d30f LICENSE 1 semana atrás
README.md 0717fce29e Update README.md 1 semana atrás
void-helper.sh c0ff483ef1 use curl instead of wget 1 semana atrás

README.md

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 (optional)
  • Install development packages (optional)
  • Enable non-free repository (optional)
  • Install shell (optional)
  • Configure a graphical environment (optional)
    • Install a desktop environment (optional)
    • Install a window manager (optional)
    • Install a display 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 and disable services (optional)

How to use

  • Get script

curl "https://codeberg.org/oSoWoSo/void-helper/raw/branch/master/void-helper.sh" -o void-helper.sh

or

wget "https://codeberg.org/oSoWoSo/void-helper/raw/branch/master/void-helper.sh"

  • Make it executable

chmod +x void-helper.sh

  • Execute as a regular user:

sh void-helper.sh

or

./void-helper.sh

License

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