This commit is contained in:
Lian Drake 2024-11-10 07:48:53 -04:00
parent 2e74370c25
commit 3272634670
6 changed files with 5 additions and 5 deletions

View file

@ -13,11 +13,11 @@ set $chat flatpak run org.signal.Signal
set $office flatpak run org.libreoffice.LibreOffice set $office flatpak run org.libreoffice.LibreOffice
set $passwords flatpak run com.bitwarden.desktop set $passwords flatpak run com.bitwarden.desktop
set $notes flatpak run net.cozic.joplin_desktop set $notes flatpak run net.cozic.joplin_desktop
set $browser flatpak run org.mozilla.firefox set $browser $BROWSER
set $vm virt-manager set $vm flatpak run org.gnome.Boxes
set $file foot -T yazi -a yazi yazi set $file foot -T yazi -a yazi yazi
set $editor foot -T lunarvim -a lunarvim lvim set $editor $VISUAL
set $music foot -T musikcube -a musikcube musikcube set $music foot -T cmus -a cmus cmus
set $rss foot -T newsboat -a newsboat newsboat set $rss foot -T newsboat -a newsboat newsboat
set $ani-cli foot -T ani-cli -a ani-cli ani-cli set $ani-cli foot -T ani-cli -a ani-cli ani-cli
set $ytfzf foot -T ytfzf -a ytfzf ytfzf -flstT chafa set $ytfzf foot -T ytfzf -a ytfzf ytfzf -flstT chafa

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View file

@ -126,7 +126,7 @@ fi
lt="eza --icons -aT --color=always --group-directories-first" \ lt="eza --icons -aT --color=always --group-directories-first" \
l.='eza --icons -a | grep -E "^\."' l.='eza --icons -a | grep -E "^\."'
# function to detect os and assign aliases to package managers # package management
alias \ alias \
xbu="sudo xbps-install -Su" \ xbu="sudo xbps-install -Su" \
xbi="sudo xbps-install -S" \ xbi="sudo xbps-install -S" \