aboutsummaryrefslogtreecommitdiff
path: root/bash/tmuxinator-templates.sh
blob: adbbb5c874e29a0ad973d6417988f5007bcf8fea (plain) (blame)
1
2
3
4
5
6
7
8
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