I’ve lost everything and I don’t know how to get it back. How can I repair my system all I have is a usb with slax linux. I am freaking out because I had a lot of projects on their that I hadn’t pushed to github as well as my configs and rice. Is there any way to repair my system? Can I get a shell from systemd?

  • darcy@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    9 months ago

    for a simple solution: git + gnu stow. life changing.

    something like:

    ~/dotfiles:

    i3/
        .config/
            i3/
                config
    kitty/
        .config/
            ...
    
    stow */
    

    symlinks everything nicely :)