Add aliases for most tooling I added

This commit is contained in:
2025-04-02 15:25:29 -03:00
parent 3064dd2b70
commit 913a96cb27
3 changed files with 40 additions and 1 deletions

View File

@ -77,4 +77,18 @@
# target = "~/.local/bin/podman"
#["89luca89/lilipod"]
# target = "~/.local/bin/lilipod"
# target = "~/.local/bin/lilipod"
["sharkdp/numbat"]
asset_filters = [ "gnu", ".tar.gz" ]
["sharkdp/hexyl"]
asset_filters = [ "gnu", ".tar.gz" ]
["chmln/sd"]
asset_filters = [ "gnu", ".tar.gz" ]
["bootandy/dust"]
asset_filters = [ "gnu", ".tar.gz" ]
["tealdeer-rs/tealdeer"]

View File

@ -21,6 +21,10 @@ alias cd="z"
alias cat="bat -p"
alias find="fd"
alias bc="numbat"
alias sed="sd"
alias du="dust"
alias tldr="tealdeer"
alias hexdump="hexyl"
alias start="xdg-open"
alias update-mirrors="rate-mirrors arch | sudo tee /etc/pacman.d/mirrorlist; rate-mirrors chaotic-aur | sudo tee /etc/pacman.d/chaotic-mirrorlist"
alias update="paru; flatpak update"