linux:ohmyzsh
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:ohmyzsh [2023/02/28 21:19] – admin | linux:ohmyzsh [2026/02/07 16:14] (current) – gsys | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| < | < | ||
| - | apt update | + | sudo apt update |
| - | apt install zsh curl git | + | sudo apt install zsh curl git |
| sh -c " | sh -c " | ||
| </ | </ | ||
| + | Standard-Shell ändern: | ||
| + | < | ||
| + | chsh -s $(which zsh) | ||
| + | </ | ||
| ===== Plugins ===== | ===== Plugins ===== | ||
| + | |||
| + | '' | ||
| + | < | ||
| + | ZSH_THEME=" | ||
| + | plugins=(git sudo zsh-autosuggestions zsh-syntax-highlighting) | ||
| + | </ | ||
| + | |||
| ==== zsh-autosuggestions ==== | ==== zsh-autosuggestions ==== | ||
| Line 38: | Line 49: | ||
| </ | </ | ||
| + | |||
| + | ===== Welcome Message ===== | ||
| + | ==== neofetch ==== | ||
| + | |||
| + | {{: | ||
| + | |||
| + | < | ||
| + | sudo apt update && sudo apt install neofetch | ||
| + | </ | ||
| + | |||
| + | Ans Ende der '' | ||
| + | < | ||
| + | # welcome message | ||
| + | |||
| + | echo | ||
| + | echo | ||
| + | neofetch | ||
| + | echo | ||
| + | </ | ||
| + | |||
| + | ==== inxi ==== | ||
| + | |||
| + | < | ||
| + | sudo apt update && sudo apt install inxi | ||
| + | </ | ||
| + | |||
| + | Ans Ende der '' | ||
| + | < | ||
| + | # welcome message | ||
| + | inxi -c 4 | ||
| + | </ | ||
linux/ohmyzsh.1677615578.txt.gz · Last modified: (external edit)