Fix paths
This commit is contained in:
parent
1fcf4da0f5
commit
9d3efc0ad7
1 changed files with 6 additions and 6 deletions
12
install
12
install
|
@ -44,13 +44,13 @@ mkdir -p \
|
|||
$GITCLONE https://github.com/junegunn/fzf.git $DOTFZF
|
||||
$DOTFZF/install --key-bindings --completion --no-update-rc
|
||||
|
||||
$GITCLONE https://github.com/magicmonty/bash-git-prompt.git $GITDEST/bash-git-prompt
|
||||
$GITCLONE https://github.com/magicmonty/bash-git-prompt.git $DOTLOCAL/bash-git-prompt
|
||||
|
||||
$GITCLONE https://github.com/zsh-users/zsh-autosuggestions.git $GITDEST/zsh-autosuggestions
|
||||
$GITCLONE https://github.com/zsh-users/zsh-completions.git $GITDEST/zsh-completions
|
||||
$GITCLONE https://github.com/olivierverdier/zsh-git-prompt.git $GITDEST/zsh-git-prompt
|
||||
$GITCLONE https://github.com/zsh-users/zsh-history-substring-search.git $GITDEST/zsh-history-substring-search
|
||||
$GITCLONE https://github.com/zsh-users/zsh-syntax-highlighting.git $GITDEST/zsh-syntax-highlighting
|
||||
$GITCLONE https://github.com/zsh-users/zsh-autosuggestions.git $DOTLOCAL/zsh-autosuggestions
|
||||
$GITCLONE https://github.com/zsh-users/zsh-completions.git $DOTLOCAL/zsh-completions
|
||||
$GITCLONE https://github.com/olivierverdier/zsh-git-prompt.git $DOTLOCAL/zsh-git-prompt
|
||||
$GITCLONE https://github.com/zsh-users/zsh-history-substring-search.git $DOTLOCAL/zsh-history-substring-search
|
||||
$GITCLONE https://github.com/zsh-users/zsh-syntax-highlighting.git $DOTLOCAL/zsh-syntax-highlighting
|
||||
|
||||
$GITCLONE https://github.com/w0rp/ale.git $HOME/.vim/pack/plugins/start/ale
|
||||
$GITCLONE https://github.com/junegunn/fzf.vim.git $HOME/.vim/pack/plugins/start/fzf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue