summaryrefslogtreecommitdiff
path: root/carrot.rb
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-07-22 12:05:42 +0200
committerSimon Parri <simonparri@ganzeria.com>2025-07-22 12:05:42 +0200
commitdecd6157dcba39a89277aff6a586525af1d4c86b (patch)
tree286571ff1659317397298929802372159a218780 /carrot.rb
parent3e28db34c9ccd071194afa22cf0390b4c0f3e628 (diff)
downloaddotfiles-decd6157dcba39a89277aff6a586525af1d4c86b.tar.gz
dotfiles-decd6157dcba39a89277aff6a586525af1d4c86b.zip
carrot.rb: Add stop for .mpv/scripts
Diffstat (limited to 'carrot.rb')
-rw-r--r--carrot.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/carrot.rb b/carrot.rb
index a757239..3463644 100644
--- a/carrot.rb
+++ b/carrot.rb
@@ -1,4 +1,5 @@
deploy save: "#{HOME}/...yml" do
tree src: "#{dir}/carrot",
- dst: HOME
+ dst: HOME,
+ stops: [".mpv/scripts"]
end