diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-07-22 12:05:42 +0200 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-07-22 12:05:42 +0200 |
commit | decd6157dcba39a89277aff6a586525af1d4c86b (patch) | |
tree | 286571ff1659317397298929802372159a218780 /carrot.rb | |
parent | 3e28db34c9ccd071194afa22cf0390b4c0f3e628 (diff) | |
download | dotfiles-decd6157dcba39a89277aff6a586525af1d4c86b.tar.gz dotfiles-decd6157dcba39a89277aff6a586525af1d4c86b.zip |
carrot.rb: Add stop for .mpv/scripts
Diffstat (limited to 'carrot.rb')
-rw-r--r-- | carrot.rb | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ deploy save: "#{HOME}/...yml" do tree src: "#{dir}/carrot", - dst: HOME + dst: HOME, + stops: [".mpv/scripts"] end |