Menu

Alias XBPS

For those who prefer to handle xbps by console instead of using OctoXPBS for everything related to the installation / uninstallation, search, etc, of packages as well as the system update, I have created some aliases to simplify the xbps commands, as well as the following aliases for the ls command, kitty themes, and exa.

They are:

Alias XBPS

alias install='sudo xbps-install -S'
alias remove='sudo xbps-remove -R'
alias update='sudo xbps-install -S'
alias upgrade='sudo xbps-install -Su'
alias find='xbps-query -Rs'
alias orphan='sudo xbps-remove -ov'
alias clean='sudo xbps-remove -Ov'
alias service='sudo sv status /var/service/*'

Alias ls

alias ls='ls --color=auto --group-directories-first'
alias lsa='ls -lahCB --color=auto --group-directories-first'

Alias kitty themes

alias kt='kitty +kitten themes --reload-in=all'

Alias exa

alias e='exa -lFG --icons --color=always --group-directories-first'
alias ea='exa -laFG --icons --color=always --group-directories-first'
alias et='exa -laFGT --icons --color=always --group-directories-first'

I hope it will be you useful

Cheers

Posted by gabeeOS Linux 2023-04-02

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.