aboutsummaryrefslogtreecommitdiff
path: root/bash/tmuxinator-templates.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-03-23 20:38:44 -0300
committerEuAndreh <eu@euandre.org>2018-03-23 20:49:09 -0300
commit4e734232c611890f616194ed5cfade2549e4491b (patch)
tree38e74c5f28aaa8ecc8c6cbff7836d919c8fa7a1b /bash/tmuxinator-templates.sh
parentInitial commit: add git-crypt .gitattributes file (diff)
downloaddotfiles-4e734232c611890f616194ed5cfade2549e4491b.tar.gz
dotfiles-4e734232c611890f616194ed5cfade2549e4491b.tar.xz
Initial commit: now public (again)
Diffstat (limited to 'bash/tmuxinator-templates.sh')
-rwxr-xr-xbash/tmuxinator-templates.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/bash/tmuxinator-templates.sh b/bash/tmuxinator-templates.sh
new file mode 100755
index 0000000..77cf461
--- /dev/null
+++ b/bash/tmuxinator-templates.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+mkdir -p ~/.tmuxinator
+
+templates=(annex pires songbooks sosps)
+
+for template in ${templates[@]}; do
+ cp $DOTFILES/tmux/projects/$template.yml ~/.tmuxinator/$template.yml
+done