15
Install-zsh-completions.md
Normal file
15
Install-zsh-completions.md
Normal file
@@ -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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user