1
Install zsh completions
Charles Hawley edited this page 2020-05-25 15:37:55 -04:00

Install zsh completions

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-completions/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list"

wget -nv https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/xUbuntu_18.10/Release.key -O Release.key

sudo apt-key add - < Release.key

rm Release.key

sudo apt update

sudo apt-get install zsh-completions