I’ve been using Linux Mint since forever. I’ve never felt a reason to change. But I’m interested in what persuaded others to move.

  • squid_slime@lemmy.world
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    6 months ago

    i do similar too, also found ble.sh helps alot especially with navigating my system. i also expand on the bashrc by adding custom commands like

    installed() {
        pacman -Qs "$1" | awk -F/ '/^local/ {print $2}' | cut -d' ' -f 1
    }
    

    its apt as i forget witch packages i have installed