Skip to content

Commit 3733dce

Browse files
committed
Adds itermocil layouts
1 parent af80fb4 commit 3733dce

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

itermocil/dotfiles.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
windows:
2+
- name: dotfiles
3+
root: ~/dotfiles
4+
layout: main-vertical
5+
panes:
6+
- rake update

itermocil/kin.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
windows:
2+
- name: kin
3+
root: ~/Dropbox/Documents/Projects/
4+
layout: tiled
5+
panes:
6+
- commands:
7+
- cd kin-api-server
8+
- npm run build:dev
9+
- npm run start
10+
- npm run watch:dev
11+
- commands:
12+
- cd kin-web-client
13+
- npm run watch:dev
14+
- commands:
15+
- cd kin-api-server
16+
- pm2 logs --timestamp --lines 30 --out 0
17+
- commands:
18+
- cd kin-web-client
19+
- commands:
20+
- cd kin-api-server
21+
- pm2 logs --timestamp --lines 30 --err 0

itermocil/uusimuste.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
windows:
2+
- name: uusimuste
3+
root: ~/Dropbox/Documents/Projects/uusimuste
4+
layout: main-vertical-flipped
5+
panes:
6+
- commands:
7+
- cd uusimuste
8+
- npm run build:watch
9+
- open https://localhost:8888
10+
- commands:
11+
- vagrant up --provision
12+
- vagrant ssh

0 commit comments

Comments
 (0)