x1nigo / VoidOS

This is a script that installs a fully-functioning linux desktop for void linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VoidOS

This is my bootstrapping script for void linux.

Requirements

  • A newly installed void linux system.
  • An internet connection.
  • Make sure you run this script as root.
git clone https://github.com/x1nigo/voidos.git
cd voidos
chmod +x voidos.sh && ./voidos.sh

What does it install?

Aside from the programs listed in progs.csv, void-os installs my configuration files and my other suckless software repositories:

  • dotfiles – My dotfiles
  • dwm – The window manager
  • st – The terminal emulator
  • dmenu – The dynamic menu launcher

About

This is a script that installs a fully-functioning linux desktop for void linux.


Languages

Language:Shell 100.0%