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:27] – [dpkg -l] baumkptech_notes:programs [2025-11-14 Fri wk46 16:19] (current) – [dpkg -l] baumkp
Line 18: Line 18:
   *[[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      *To run automatically when opening the terminal add the following to 
-    *++++~/.bashrc:|+    ++++~/.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