Implement a simple command to check if local dotfiles repo and remote dotfiles repo are in sync.
The result should be cached for some considerable time.
So it can be used in ~/.zshrc to notify a user if his dotfiles are outdated (e.g. he forgot to fetch changes from remote).
Implement a simple command to check if local dotfiles repo and remote dotfiles repo are in sync. The result should be cached for some considerable time. So it can be used in
~/.zshrc
to notify a user if his dotfiles are outdated (e.g. he forgot to fetch changes from remote).