-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsessions.json
More file actions
39 lines (38 loc) · 1013 Bytes
/
Copy pathsessions.json
File metadata and controls
39 lines (38 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"sessions": {
"hemram": [
{ "name": "zsh", "cmd": "nvim" },
{ "name": "terminal", "cmd": "figlet 'aww shit here we go again'" }
],
"algodeck": [
{ "name": "server", "cmd": "cd site && python -m http.server" }
],
"portfolio": [
{ "name": "dev", "cmd": "npm run dev" }
],
"Portfolio": [
{ "name": "dev", "cmd": "npm run dev" }
],
"portfolio-vite": [
{ "name": "dev", "cmd": "npm run dev" }
],
"beauty-contest": [
{ "name": "run", "cmd": "go run main.go" }
],
"mtype": [
{ "name": "fe", "cmd": "npm run dev-fe" }
],
"kotlin-lsp": [
{ "name": "zsh", "cmd": "nvim" },
{ "name": "terminal", "cmd": "clear" },
{ "name": "git", "cmd": "lazygit" },
{ "name": "logs", "cmd": "lsp_logs" }
]
},
"config_sessions": {},
"learn_sessions": {
"_learn_motion": [
{ "name": "dev", "cmd": "cd animations.dev && npm run dev" }
]
}
}