linux:ohmyzsh
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:ohmyzsh [2022/11/16 18:53] – external edit 127.0.0.1 | linux:ohmyzsh [2024/03/16 16:13] (current) – [Plugins] 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 ===== | ||
| + | |||
| + | '' | ||
| + | < | ||
| + | ZSH_THEME=" | ||
| + | plugins=(git sudo zsh-autosuggestions zsh-syntax-highlighting) | ||
| + | </ | ||
| + | |||
| + | ==== Welcome Message ==== | ||
| + | :!: Benötigt '' | ||
| + | :!: '' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Ans Ende der '' | ||
| + | < | ||
| + | # welcome message | ||
| + | |||
| + | echo | ||
| + | echo | ||
| + | neofetch | ||
| + | echo | ||
| + | </ | ||
| + | |||
| + | ==== zsh-autosuggestions ==== | ||
| + | |||
| + | < | ||
| + | git clone https:// | ||
| + | </ | ||
| + | |||
| + | '' | ||
| + | < | ||
| + | plugins=( | ||
| + | # andere plugins... | ||
| + | zsh-autosuggestions | ||
| + | ) | ||
| + | </ | ||
| + | |||
| + | ==== zsh-syntax-highlighting ==== | ||
| + | |||
| + | < | ||
| + | git clone https:// | ||
| + | </ | ||
| + | |||
| + | '' | ||
| + | < | ||
| + | plugins=( | ||
| + | # andere plugins... | ||
| + | zsh-syntax-highlighting | ||
| + | ) | ||
| + | </ | ||
| + | |||
linux/ohmyzsh.1668621231.txt.gz · Last modified: (external edit)