/+ aafire, cacafire, cmatrix

terminal fun
This commit is contained in:
committer@tuxwarrior
2025-05-03 15:41:46 -05:00
parent af54211ad9
commit 2180ee8daa
2 changed files with 5 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ bluez # bluetooth deamons
bluez-utils # bluetoothctl++ bluez-utils # bluetoothctl++
cameractrls # control web camera (includes cameractrlsgtk4) cameractrls # control web camera (includes cameractrlsgtk4)
chromium # web browser chromium # web browser
cmatrix # curses-based matrix scrolling
cups # printing cups # printing
cups-pdf # pdf printer for cups cups-pdf # pdf printer for cups
dbeaver # free sql client for developers and database administrators (community edition) dbeaver # free sql client for developers and database administrators (community edition)
@@ -67,6 +68,7 @@ inetutils # network programs (telnet++)
j4-dmenu-desktop # find .desktop files and offer you a menu to start an application using dmenu j4-dmenu-desktop # find .desktop files and offer you a menu to start an application using dmenu
kitty # terminal kitty # terminal
less # text viewer less # text viewer
libcaca # colour ascii art lib (inc. cacfire)
lf # file manager lf # file manager
lxappearance # gtk+ theme switcher lxappearance # gtk+ theme switcher
maim # screenshot utility maim # screenshot utility

View File

@@ -23,6 +23,9 @@ eval "$(jump shell --bind=j)"
# miscellaneous aliases # miscellaneous aliases
# --- # ---
alias aafire="aafire -driver curses"
alias cacafire-same="DISPLAY= cacafire"
alias cmatrix="cmatrix -a -b -s -u 5"
alias ct="sudo ct" alias ct="sudo ct"
alias dr="dragon-drop --and-exit --all --print-path" alias dr="dragon-drop --and-exit --all --print-path"
alias diskusage="ncdu -x" alias diskusage="ncdu -x"