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

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 services='sudo vsv -c yes status'

Alias clear

alias cls="clear"

Alias cat

alias cat="bat"

Alias ls

alias ls='ls --color=auto --group-directories-first'
alias lsa='ls -lahCB --color=auto --group-directories-first'
alias kt='kitty +kitten themes --reload-in=all'

Alias kitty themes

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

Alias eza

alias e='eza -lG --icons --color=always --group-directories-first'
alias ea='eza -laG --icons --color=always --group-directories-first'
alias et='eza -laGT --icons --color=always --group-directories-first'

I hope it will be you useful

Cheers

Posted by gabeeOS Linux 2024-07-14

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.