Update autoinstall stuff
This commit is contained in:
parent
f38ec68822
commit
3b16b3440e
6 changed files with 57 additions and 33 deletions
|
@ -62,19 +62,8 @@ HIST_STAMPS="yyyy-mm-dd"
|
|||
# Would you like to use another custom folder than $ZSH/custom?
|
||||
ZSH_CUSTOM=$ZDOTDIR/custom
|
||||
|
||||
plugin_path="$ZSH_CUSTOM/plugins"
|
||||
autoinstall git \
|
||||
"https://github.com/zsh-users/zsh-syntax-highlighting.git" \
|
||||
"$plugin_path/zsh-syntax-highlighting"
|
||||
autoinstall git \
|
||||
"https://github.com/spwhitt/nix-zsh-completions.git" \
|
||||
"$plugin_path/nix-zsh-completions"
|
||||
autoinstall git \
|
||||
"https://github.com/chisui/zsh-nix-shell.git" \
|
||||
"$plugin_path/nix-shell"
|
||||
autoinstall file \
|
||||
"https://gist.githubusercontent.com/oshybystyi/475ee7768efc03727f21/raw/4bfd57ef277f5166f3070f11800548b95a501a19/git-auto-status.plugin.zsh" \
|
||||
"$plugin_path/git-auto-status/git-auto-status.plugin.zsh"
|
||||
export plugin_path="$ZSH_CUSTOM/plugins"
|
||||
autoinstall run oh-my-zsh
|
||||
|
||||
|
||||
# Which plugins would you like to load?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue