mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
update upgrade.sh script
This commit is contained in:
parent
60d1f73cd7
commit
7084c305d3
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
DOTFILES_PATH="${0:h}"
|
||||||
|
cd "$DOTFILES_PATH" || exit 1
|
||||||
|
|
||||||
git pull --rebase --stat origin master
|
git pull --rebase --stat origin master
|
||||||
git submodule update --init --recursive --remote
|
git submodule update --init --recursive --remote
|
||||||
|
|
||||||
|
source "./zgen/zgen.zsh"
|
||||||
|
zgen update
|
||||||
|
|
Loading…
Reference in a new issue