Post AUb1Ok9FcvE6z4E8PY by deedend@mastodon.social
(DIR) More posts by deedend@mastodon.social
(DIR) Post #AUYhSlhnOOPDZY6hGa by maryjane@social.coletivos.org
2023-04-12T00:12:58Z
1 likes, 0 repeats
Been trying out #postmarketOS on a #op6 and I have to admit, APK is fast as hell with updates and installs. My only problem with it so far is that half the times I want to do something in with apk I end up typing `apt` :)
(DIR) Post #AUaczL4fJfov4xR3ku by gamey@fosstodon.org
2023-04-12T22:32:14Z
0 likes, 0 repeats
@maryjane Use PostmarketOS/Alpine for a while and it will happen the other way around too! 😂
(DIR) Post #AUamBEM31ayVIiJLnc by justinz@social.opendesktop.org
2023-04-13T00:15:16Z
0 likes, 0 repeats
@maryjane this is why I use aliases for everything.alias it='sudo dnf install'alias it='sudo apt install'alias it='sudo apk add'
(DIR) Post #AUb1Ok9FcvE6z4E8PY by deedend@mastodon.social
2023-04-13T03:05:45Z
0 likes, 0 repeats
@maryjane eh, the Debian legacy never leave you... :badabing:
(DIR) Post #AUbTtXuvQ8jVehli3U by papiris@fosstodon.org
2023-04-13T08:25:03Z
0 likes, 0 repeats
@justinz@maryjane I despise writing common commands more than necessary, so I alias them asalias 'apk search'=apksalias 'sudo apk upgrade -a'=apkualias 'sudo apk add'=apkialias 'sudo apk del'=apkr
(DIR) Post #AUbU5FT1qJnLuQIgMq by justinz@social.opendesktop.org
2023-04-13T08:27:12Z
0 likes, 0 repeats
@papiris @maryjane I keep them generic where possible so they're the same across distros for me (Alpine, Fedora, Ubuntu)it=installsr=searchli=list installedup=upgrade
(DIR) Post #AUc3lbYLcDgcxtik4W by maryjane@social.coletivos.org
2023-04-13T15:07:01Z
0 likes, 0 repeats
@deedend Debian is still here, on my laptop and other phone.Which just adds to my muscle memory problem :)
(DIR) Post #AUc3sJ62dQDxkZg0hs by maryjane@social.coletivos.org
2023-04-13T15:08:14Z
0 likes, 0 repeats
@justinz @papiris yeah, alias is on my todo list, actually I will take care of it now :)
(DIR) Post #AUc7PQDXTpBtFofJxo by papiris@fosstodon.org
2023-04-13T15:47:49Z
0 likes, 0 repeats
@justinz@maryjane Even better! I mostly keep them a bit longer to avoid conflicts with other short-commands, but I guess there's no reason for the aliases to not be identical across my systems :thinking_rms:
(DIR) Post #AUcXGjpVn1HEHbwlWa by PublicLewdness@freespeechextremist.com
2023-04-13T20:37:37.924425Z
0 likes, 0 repeats
@maryjane I'm lucky that I use so few commands I can just arrow up quickly to get what I need most times.
(DIR) Post #AUcjv0d1x0PvPt4tPc by justinz@social.opendesktop.org
2023-04-13T22:59:20Z
0 likes, 0 repeats
@papiris @maryjane I saw an article on the possibility of conflicts recently and they added a . to the start of every alias to make sure they didn't conflict.
(DIR) Post #AUdD0Hd54CqMGJy78a by baliceauxPelican@social.slat.org
2023-04-14T04:25:08Z
0 likes, 0 repeats
@maryjane my only problem with it is that apk rhymes wit android so hell no to that lol. alias command to the rescue.