sudo apt update sudo apt install zsh curl git sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Standard-Shell ändern:
chsh -s $(which zsh)
nano ~/.zshrc
ZSH_THEME="duellj" plugins=(git sudo zsh-autosuggestions zsh-syntax-highlighting)
Benötigt
neofetch
sudo apt update && sudo apt install neofetch
Ans Ende der ~/.zshrc
anfügen:
# welcome message echo echo neofetch echo
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
~/.zshrc
bearbeiten
plugins=( # andere plugins... zsh-autosuggestions )
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
~/.zshrc
bearbeiten
plugins=( # andere plugins... zsh-syntax-highlighting )