2020-05-25 15:37:55 -04:00
parent 8e56331193
commit 82aa8be47a

@@ -0,0 +1,15 @@
# Install zsh completions
```shell
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
```