chore(tmuxinator): update window layout of some projects

This commit is contained in:
Stefan Imhoff
2023-01-02 15:42:20 +01:00
parent ca6433c852
commit 05329bd790
4 changed files with 20 additions and 8 deletions

View File

@@ -2,6 +2,9 @@ name: Learn
root: ~/Code/Github/learn/
attach: false
windows:
- Vim: vim
- Vim:
layout: main-vertical
panes:
- vim
- clear
- Terminal: clear
- Server: clear

View File

@@ -2,6 +2,9 @@ name: hamburg-stefanimhoff-de
root: ~/Code/Github/hamburg.stefanimhoff.de/
attach: false
windows:
- Vim: vim
- Vim:
layout: main-vertical
panes:
- vim
- npm i; npm start
- Terminal: clear
- Server: npm i; npm start

View File

@@ -2,6 +2,9 @@ name: "kogakure-de"
root: ~/Code/Github/kogakure.de/
attach: false
windows:
- Vim: vim
- Vim:
layout: main-vertical
panes:
- vim
- npm i; npm start
- Terminal: clear
- Server: npm i; npm start

View File

@@ -2,6 +2,9 @@ name: Brewery
root: ~/Code/XING/brewery/
attach: false
windows:
- Vim: vim
- Vim:
layout: main-vertical
panes:
- vim
- yarn; yarn develop
- Terminal: clear
- Server: yarn