• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle





  • Right now, I am working on a bash script which automatically installs Artix Linux (Arch Linux without systemd) on any machine. You can choose between a basic installation which just keeps you with a running system and some necessary packages and a custom installation which contains my config files and settings. Mainly, I am doing it to practice bash and Linux, but I plan to switch from Debian to Artix and I wanted to have a script to easily reinstall my system if I brick something.

    I will most likely split this project into two in the future: an enhanced install script which lets people choose their packages and a separate script which copy my dotfiles onto the system.

    EDIT: Grammar and spelling.