remove unused plugins
This commit is contained in:
parent
fb806b9b5e
commit
cef60e5d9d
2 changed files with 1 additions and 4 deletions
|
|
@ -8,5 +8,6 @@ $ git clone https://github.com/tarjoilija/zgen.git "${HOME}/.zgen"
|
||||||
$ source ${HOME}/.zgen/zgen.zsh
|
$ source ${HOME}/.zgen/zgen.zsh
|
||||||
$ zgen clone hybris42/zsh
|
$ zgen clone hybris42/zsh
|
||||||
$ ln -s ${HOME}/.zgen/hybris42/zsh-master/zshrc $HOME/.zshrc
|
$ ln -s ${HOME}/.zgen/hybris42/zsh-master/zshrc $HOME/.zshrc
|
||||||
|
$ zgen reset
|
||||||
$ source ${HOME}/.zshrc
|
$ source ${HOME}/.zshrc
|
||||||
```
|
```
|
||||||
|
|
|
||||||
4
zshrc
4
zshrc
|
|
@ -8,17 +8,13 @@ if ! zgen saved; then
|
||||||
zgen oh-my-zsh
|
zgen oh-my-zsh
|
||||||
zgen oh-my-zsh plugins/colored-man-pages
|
zgen oh-my-zsh plugins/colored-man-pages
|
||||||
zgen oh-my-zsh plugins/colorize
|
zgen oh-my-zsh plugins/colorize
|
||||||
zgen oh-my-zsh plugins/copydir
|
|
||||||
zgen oh-my-zsh plugins/copyfile
|
|
||||||
zgen oh-my-zsh plugins/extract
|
zgen oh-my-zsh plugins/extract
|
||||||
zgen oh-my-zsh plugins/git
|
zgen oh-my-zsh plugins/git
|
||||||
zgen oh-my-zsh plugins/jump
|
zgen oh-my-zsh plugins/jump
|
||||||
zgen oh-my-zsh plugins/rsync
|
zgen oh-my-zsh plugins/rsync
|
||||||
zgen oh-my-zsh plugins/ssh-agent
|
zgen oh-my-zsh plugins/ssh-agent
|
||||||
zgen oh-my-zsh plugins/systemadmin
|
zgen oh-my-zsh plugins/systemadmin
|
||||||
zgen oh-my-zsh plugins/web-search
|
|
||||||
zgen oh-my-zsh plugins/z
|
zgen oh-my-zsh plugins/z
|
||||||
zgen oh-my-zsh plugins/zsh_reload
|
|
||||||
|
|
||||||
# personnal configuration
|
# personnal configuration
|
||||||
zgen load hybris42/zsh hybris.plugin.zsh
|
zgen load hybris42/zsh hybris.plugin.zsh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue