I have been working on a forum site just to dabble with PHP. I’m dockerising it too to practice docker.

  • ArmoredGoat@feddit.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    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.