dotfiles/upgrade.sh
2019-01-13 16:16:37 +02:00

11 lines
236 B
Bash
Executable file

#!/usr/bin/env zsh
DOTFILES_PATH="${0:h}"
cd "$DOTFILES_PATH" || exit 1
git pull --rebase --stat origin master
git submodule update --init --recursive --remote --progress
DISABLE_AUTO_UPDATE=true
source "./zgen/zgen.zsh"
zgen update