summaryrefslogtreecommitdiff
path: root/update-subtrees.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'update-subtrees.zsh')
-rw-r--r--update-subtrees.zsh11
1 files changed, 0 insertions, 11 deletions
diff --git a/update-subtrees.zsh b/update-subtrees.zsh
deleted file mode 100644
index 3af1ab2..0000000
--- a/update-subtrees.zsh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/zsh
-
-# example:
-# dot_local/share/toasty https://github.com/cosmictoast/toasty-zsh
-subtrees=(
-)
-
-for key val in ${(kv)subtrees}
-do
- chezmoi source -- subtree pull -P $key $val master --squash
-done