joelmccracken / reddup

Helping you keep your workstation nice and tidy
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

Git pull and hooks #15

Open dariooddenino opened 3 years ago

dariooddenino commented 3 years ago

I was thinking yesterday of automating a bit the handling of dotfiles with stow, but then I remembered about reddup! I think that this could be done with two "simple" changes:

For example (pseudo syntax):

locations:
  - type: git
    location: ~/.dotfiles
    pull: true
    on_pull: 
      - `stow my stuff` 
joelmccracken commented 3 years ago

nice! I like it. I think we can make it happen.