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/02/28 21:19] adminlinux:ohmyzsh [2026/02/07 16:14] (current) gsys
Line 3: Line 3:
  
 <code> <code>
-apt update +sudo apt update 
-apt install zsh curl git+sudo apt install zsh curl git
 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
 </code> </code>
  
 +Standard-Shell ändern:
 +<code>
 +chsh -s $(which zsh)
 +</code>
 ===== Plugins ===== ===== Plugins =====
 +
 +''nano ~/.zshrc''
 +<code>
 +ZSH_THEME="duellj"
 +plugins=(git sudo zsh-autosuggestions zsh-syntax-highlighting)
 +</code>
 +
  
 ==== zsh-autosuggestions ==== ==== zsh-autosuggestions ====
Line 38: Line 49:
 </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.1677615578.txt.gz · Last modified: (external edit)