dotfiles/upgrade.zsh

12 lines
238 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
2019-04-24 07:37:40 +00:00
source "zsh/zgen/zgen.zsh"
2018-12-03 08:31:41 +00:00
zgen update