dotfiles/upgrade.sh

12 lines
236 B
Bash
Raw Normal View History

2018-12-03 08:31:41 +00:00
#!/usr/bin/env zsh
DOTFILES_PATH="${0:h}"
cd "$DOTFILES_PATH" || exit 1
2018-08-23 17:35:40 +00:00
git pull --rebase --stat origin master
2018-12-22 22:36:10 +00:00
git submodule update --init --recursive --remote --progress
2018-12-03 08:31:41 +00:00
DISABLE_AUTO_UPDATE=true
2018-12-03 08:31:41 +00:00
source "./zgen/zgen.zsh"
zgen update