chore: update tmuxinator configuration files

This commit is contained in:
Stefan Imhoff
2022-02-08 20:25:07 +01:00
parent 4574c8e1e7
commit 41cf3ba6c0
3 changed files with 4 additions and 10 deletions

View File

@@ -1,6 +0,0 @@
name: "Relaunch Kogakure"
root: ~/Code/Github/11ty-kogakure.de/
windows:
- Vim: vim
- Terminal: clear
- Server: clear

View File

@@ -3,4 +3,4 @@ root: ~/Code/Github/hamburg.stefanimhoff.de/
windows:
- Vim: vim
- Terminal: clear
- Server: yarn start
- Server: npm i; npm start

View File

@@ -1,6 +1,6 @@
name: Kogakure
root: ~/Code/Github/hugo-kogakure.de/
name: 木隠
root: ~/Code/Github/kogakure.de/
windows:
- Vim: vim
- Terminal: clear
- Server: yarn start
- Server: npm i; npm start