linux:ohmyzsh
This is an old revision of the document!
Table of Contents
Oh My Zsh
Installation
apt update apt install zsh curl git sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Plugins
zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
~/.zshrc
plugins=( # other plugins... zsh-autosuggestions )
linux/ohmyzsh.1674252591.txt.gz · Last modified: (external edit)