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-03-03 Mon wk10 17:34] – [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:|
 +      *<code>if [ -f /usr/bin/fastfetch ]; then
 +        fastfetch</code>
 +      *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
Line 67: Line 73:
   *[[https://www.qownnotes.org/|QOwnNotes]], A markdown notepad that I used integrated with Nextcloud   *[[https://www.qownnotes.org/|QOwnNotes]], A markdown notepad that I used integrated with Nextcloud
 =====appimg===== =====appimg=====
-<- tech_notes:web_browsers|back ^ tech_notes:index|Start page ^ tech_notes:alpine|next->+<- tech_notes:web_browsers|back ^ tech_notes:index|Start page ^ tech_notes:linux_commands|next->