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.
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.
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