Skip to content

oSoWoSo/void-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages