{ "$schema": "https://cdn.statically.io/gh/nguyenngoclongdev/cdn/main/schema/v11/terminal-keeper.json", "theme": "tribe", "active": "default", "activateOnStartup": false, "keepExistingTerminals": true, "sessions": { "default": [ [ { "name": "plugin", "icon": "globe", "commands": [ "clear && yarn plugin" ], "autoExecuteCommands": true }, { "name": "client", "icon": "device-desktop", "commands": [ "clear && yarn client" ], "autoExecuteCommands": true } ] ] } }