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/21 22:05] – [Installation] adminlinux:ohmyzsh [2024/03/16 16:13] (current) – [Plugins] gsys
Line 8: Line 8:
 </code> </code>
  
 +Standard-Shell ändern:
 +<code>
 +chsh -s $(which zsh)
 +</code>
 ===== Plugins ===== ===== Plugins =====
  
-''~/.zshrc''+''nano ~/.zshrc''
 <code> <code>
 ZSH_THEME="duellj" ZSH_THEME="duellj"
 plugins=(git sudo zsh-autosuggestions zsh-syntax-highlighting) plugins=(git sudo zsh-autosuggestions zsh-syntax-highlighting)
 +</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> </code>
  
linux/ohmyzsh.1679432748.txt.gz · Last modified: (external edit)