summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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