I am using got to maintain a configuration utility on multiple machines. It is a great improvement on my workflow.
After I do a git update_status (or git pull in the old methodology) I need to run make so that the makefile in my utility will combine machine-specific configs with generic ones. It would also be useful to run install inside my .fzf dir after updating.
Is there a way to do post hooks?
I am using
gotto maintain a configuration utility on multiple machines. It is a great improvement on my workflow.After I do a
git update_status(orgit pullin the old methodology) I need to runmakeso that the makefile in my utility will combine machine-specific configs with generic ones. It would also be useful to runinstallinside my.fzfdir after updating.Is there a way to do post hooks?