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 [2023/03/25 04:36] – [Installation] adminlinux:ohmyzsh [2026/04/05 20:14] (current) – [Plugins] gsys
Line 2: Line 2:
 ===== Installation ===== ===== Installation =====
  
-<code bash>+<code>
 sudo apt update sudo apt update
 sudo apt install zsh curl git sudo apt install zsh curl git
Line 9: Line 9:
  
 Standard-Shell ändern: Standard-Shell ändern:
-<code bash>+<code>
 chsh -s $(which zsh) chsh -s $(which zsh)
 </code> </code>
 ===== Plugins ===== ===== Plugins =====
  
-''~/.zshrc''+''nano ~/.zshrc''
 <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.1679715382.txt.gz · Last modified: (external edit)