mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
fix upgrade script
This commit is contained in:
parent
8d5df71057
commit
aeee5f485f
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
DOTFILES_PATH="${0:h}"
|
DOTFILES_PATH="${0:a:h}"
|
||||||
cd "$DOTFILES_PATH" || exit 1
|
cd "$DOTFILES_PATH" || exit 1
|
||||||
|
ZSH_DOTFILES="$DOTFILES_PATH/zsh"
|
||||||
|
|
||||||
git pull --rebase --stat origin master
|
git pull --rebase --stat origin master
|
||||||
git submodule update --init --recursive --remote --progress
|
git submodule update --init --recursive --remote --progress
|
||||||
|
|
||||||
DISABLE_AUTO_UPDATE=true
|
source "$ZSH_DOTFILES/plugins.zsh"
|
||||||
source "zsh/zgen/zgen.zsh"
|
plugin-upgrade
|
||||||
zgen update
|
|
||||||
|
|
Loading…
Reference in a new issue