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/03 20:33] adminlinux:ohmyzsh [2024/03/16 16:13] (current) – [Plugins] 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 =====
  
-''~/.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.1677872028.txt.gz · Last modified: (external edit)