出社時にこんなん実行しています。
cd ~/src/github.com/syl20bnr/spacemacs
git fetch --prune
git checkout --force develop
git reset --hard origin/develop
emacsclient -e '(configuration-layer/update-packages t)'
emacsclient -e '(dotspacemacs/sync-configuration-layers)'
emacsclient -e '(spacemacs/restart-emacs-resume-layouts)'