• 0 Posts
  • 2 Comments
Joined 21 days ago
cake
Cake day: October 6th, 2024

help-circle
  • razorozx@lemm.eetoLinux@lemmy.mlRoast my aliases!
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    22 hours ago

    I use flatpak, pacman, and yay for my software management. I unify the basic needs by using these aliases:

    SEARCH
    fsearch = flatpak search <input>
    psearch = pacman -Ss <input>
    ysearch = yay -Ss <input>
    
    REMOVE
    fremove
    premove
    yremove
    
    LIST
    flist
    plist
    ylist
    
    GARBAGE COLLECTION
    fcg
    pcg
    ycg
    
    And so on.
    

    Additionally I also gave ucg as well as an all-in-one garbage collector command.