fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:ohmyzsh

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
linux:ohmyzsh [2024/03/16 16:13] – [Plugins] gsyslinux:ohmyzsh [2026/04/05 20:14] (current) – [Plugins] gsys
Line 17: Line 17:
 <code> <code>
 ZSH_THEME="duellj" ZSH_THEME="duellj"
 +HIST_STAMPS="yyyy/mm/dd"
 plugins=(git sudo zsh-autosuggestions zsh-syntax-highlighting) plugins=(git sudo zsh-autosuggestions zsh-syntax-highlighting)
 </code> </code>
  
-==== Welcome Message ==== 
-:!: Benötigt ''neofetch'' \\ 
-:!: ''sudo apt update && sudo apt install neofetch'' 
- 
-{{:linux:neofetch.png?600|}} 
- 
-Ans Ende der ''~/.zshrc'' anfügen: 
-<code> 
-# welcome message 
- 
-echo 
-echo 
-neofetch 
-echo 
-</code> 
  
 ==== zsh-autosuggestions ==== ==== zsh-autosuggestions ====
Line 64: Line 50:
 </code> </code>
  
 +
 +===== Welcome Message =====
 +==== neofetch ====
 +
 +{{:linux:neofetch.png?600|}}
 +
 +<code>
 +sudo apt update && sudo apt install neofetch
 +</code>
 +
 +Ans Ende der ''~/.zshrc'' anfügen:
 +<code>
 +# welcome message
 +
 +echo
 +echo
 +neofetch
 +echo
 +</code>
 +
 +==== inxi ====
 +
 +<code>
 +sudo apt update && sudo apt install inxi
 +</code>
 +
 +Ans Ende der ''~/.zshrc'' anfügen:
 +<code>
 +# welcome message
 +inxi -c 4
 +</code>
linux/ohmyzsh.1710601982.txt.gz · Last modified: by gsys