Du befindest dich hier: Willkommen » Linux » Neofetch

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung
linux:neofetch [11.08.2023 09:45] Martinlinux:neofetch [13.05.2024 13:13] (aktuell) – [Alternative] Martin
Zeile 18: Zeile 18:
 sudo bash -c $'echo "neofetch" >> /etc/profile.d/show-neo.sh && chmod +x /etc/profile.d/show-neo.sh' sudo bash -c $'echo "neofetch" >> /etc/profile.d/show-neo.sh && chmod +x /etc/profile.d/show-neo.sh'
 ``` ```
- +## Alternative fastfetch
-## Alternative+
  
 ``` ```
-wget https://github.com/fastfetch-cli/fastfetch/releases/download/1.12.2/fastfetch-1.12.2-Linux.deb +sudo apt install curl 
-sudo apt install ./fastfetch-1.12.2-Linux.deb +version=$(curl -s https://github.com/fastfetch-cli/fastfetch/releases | grep -o 'tree/[0-9.]\+' | head -n 1 | cut -d "/" -f 2); wget "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-linux-amd64.deb" 
-rm fastfetch-1.12.2-Linux.deb+sudo dpkg -i fastfetch-linux-amd64.deb 
 +rm fastfetch-linux-amd64.deb 
 +fastfetch
 sudo ln -s /usr/bin/fastfetch /usr/bin/neofetch sudo ln -s /usr/bin/fastfetch /usr/bin/neofetch
 ``` ```
linux/neofetch.txt · Zuletzt geändert: 13.05.2024 13:13 von Martin