Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tech_notes:programs [2025-11-14 Fri wk46 15:26] – [dpkg -l] baumkptech_notes:programs [2025-11-14 Fri wk46 16:19] (current) – [dpkg -l] baumkp
Line 17: Line 17:
   *eza, a modern replacement for ls   *eza, a modern replacement for ls
   *[[https://github.com/fastfetch-cli/fastfetch|fastfetch]] Fastfetch is a neofetch-like tool for fetching system information and displaying it prettily. It is written mainly in C, with performance and customizability in mind. Also see [[https://itsfoss.com/fine-control-fastfetch/|Deep Dive With Fastfetch; a Neofetch Alternative]]   *[[https://github.com/fastfetch-cli/fastfetch|fastfetch]] Fastfetch is a neofetch-like tool for fetching system information and displaying it prettily. It is written mainly in C, with performance and customizability in mind. Also see [[https://itsfoss.com/fine-control-fastfetch/|Deep Dive With Fastfetch; a Neofetch Alternative]]
-    *To run automatically when opening the terminal add the following to ++~/.bashrc:|+    *To run automatically when opening the terminal add the following to  
 +    ++++~/.bashrc:|
       *<code>if [ -f /usr/bin/fastfetch ]; then       *<code>if [ -f /usr/bin/fastfetch ]; then
         fastfetch</code>         fastfetch</code>
-      *where ''/usr/binfastfetch'' is where the fastfetch executable is located.  +      *where ''/usr/binfastfetch'' is the fastfetch executable with path.  
-      +++      ++++
   *firefox-esr, Firefox web browser   *firefox-esr, Firefox web browser
   *flatpak, application to deploy flatpak applications   *flatpak, application to deploy flatpak applications