aboutsummaryrefslogtreecommitdiff
path: root/bash/tmuxinator-templates.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bash/tmuxinator-templates.sh')
-rwxr-xr-xbash/tmuxinator-templates.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/bash/tmuxinator-templates.sh b/bash/tmuxinator-templates.sh
deleted file mode 100755
index adbbb5c..0000000
--- a/bash/tmuxinator-templates.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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