-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
7 lines (7 loc) · 718 Bytes
/
Makefile
File metadata and controls
7 lines (7 loc) · 718 Bytes
1
2
3
4
5
6
7
sync:
GIT_EDITOR=true git subtree pull --prefix ohmyzsh https://github.com/ohmyzsh/ohmyzsh master --squash
GIT_EDITOR=true git subtree pull --prefix ohmyzsh/custom/plugins/zsh-autosuggestions https://github.com/zsh-users/zsh-autosuggestions master --squash
GIT_EDITOR=true git subtree pull --prefix ohmyzsh/custom/plugins/zsh-syntax-highlighting https://github.com/zsh-users/zsh-syntax-highlighting master --squash
GIT_EDITOR=true git subtree pull --prefix ohmyzsh/custom/plugins/forgit https://github.com/wfxr/forgit.git main --squash
GIT_EDITOR=true git subtree pull --prefix ohmyzsh/custom/themes/spaceship-prompt https://github.com/spaceship-prompt/spaceship-prompt.git master --squash
git push origin master