diff .chezmoiexternal.toml @ 505:38b7afc9e492

Add tmux plugins
author zegervdv <zegervdv@me.com>
date Mon, 13 Dec 2021 12:16:59 +0100
parents
children 36ba70d17fd6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.chezmoiexternal.toml	Mon Dec 13 12:16:59 2021 +0100
@@ -0,0 +1,20 @@
+[".tmux/plugins/tmux-yank"]
+  type = "archive"
+  url = "https://github.com/tmux-plugins/tmux-yank/archive/master.tar.gz"
+  exact = true
+  stripComponents = 1
+  refreshPeriod = "168h"
+
+[".tmux/plugins/tmux-better-mouse-mode"]
+  type = "archive"
+  url = "https://github.com/NHDaly/tmux-better-mouse-mode/archive/master.tar.gz"
+  exact = true
+  stripComponents = 1
+  refreshPeriod = "168h"
+
+[".tmux/plugins/tmux-thumbs"]
+  type = "archive"
+  url = "https://github.com/fcsonline/tmux-thumbs/archive/master.tar.gz"
+  exact = true
+  stripComponents = 1
+  refreshPeriod = "168h"