User Tools

Site Tools


tips:zsh

**This is an old revision of the document!**

Z shell

install

sudo apt install -y zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
chsh -s $(which zsh)

plugins

git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
plugins=(git zsh-autosuggestions)
tips/zsh.1509951941.txt.gz · Last modified: by scipio