dotfiles/upgrade.sh

11 lines
200 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
git submodule update --init --recursive --remote
2018-12-03 08:31:41 +00:00
source "./zgen/zgen.zsh"
zgen update