feat: add new topic spaces
This commit is contained in:
parent
03b24ebaa3
commit
a3588b1eba
@ -80,12 +80,14 @@ topicItems =
|
|||||||
, TI "alkaa" "~/projekte/alkaa" (switchToLayout "Programming" *> spawnShell *> spawnEditor)
|
, TI "alkaa" "~/projekte/alkaa" (switchToLayout "Programming" *> spawnShell *> spawnEditor)
|
||||||
, TI "IHD_Backend" "~/projekte/IHD/Tractatio_Backend" (switchToLayout "Full" *> spawnShellAndExecute "rider ~/projekte/IHD/Tractatio_Backend/IHD_Tractatio.sln")
|
, TI "IHD_Backend" "~/projekte/IHD/Tractatio_Backend" (switchToLayout "Full" *> spawnShellAndExecute "rider ~/projekte/IHD/Tractatio_Backend/IHD_Tractatio.sln")
|
||||||
, TI "IHD_Frontend" "~/projekte/IHD/Demonstrare_Frontend" (switchToLayout "Programming" *> spawnShellAndExecute "npm start" *> spawnShell *> spawnEditor)
|
, TI "IHD_Frontend" "~/projekte/IHD/Demonstrare_Frontend" (switchToLayout "Programming" *> spawnShellAndExecute "npm start" *> spawnShell *> spawnEditor)
|
||||||
, TI "InternalVertecApi" "~/projekte/InternalVertecAPI" (switchToLayout "Programming" *> spawn "rider ~/projekte/InternalVertecAPI/InternalVertecAPI.sln")
|
, TI "AK_B" "~/projekte/Abwesenheitskalender/Backend" (switchToLayout "Full" *> spawnShellAndExecute "rider ~/projekte/Abwesenheitskalender/Backend/Abwesenheitskalender_Backend.sln")
|
||||||
, TI "Abwesenheitskalender_Frontend" "~/projekte/Abwesenheitskalender_Frontend" (switchToLayout "Programming" *> spawnShellAndExecute "npm start" *> spawnShell *> spawnEditor)
|
, TI "AK_F" "~/projekte/Abwesenheitskalender/Frontend" (switchToLayout "Programming" *> spawnShellAndExecute "npm start" *> spawnShell *> spawnEditor)
|
||||||
|
, TI "AK_A" "~/projekte/Abwesenheitskalender/Ansible" (switchToLayout "Programming" *> spawnShell *> spawnEditor)
|
||||||
, TI "aoc" "~/projekte/aoc" (switchToLayout "Programming" *> spawnShell *> spawnEditor)
|
, TI "aoc" "~/projekte/aoc" (switchToLayout "Programming" *> spawnShell *> spawnEditor)
|
||||||
, TI "ST_Frontend" "~/projekte/SchulungsTracker/Frontend" (switchToLayout "Programming" *> spawnShellAndExecute "npm start" *> spawnShell *> spawnEditor)
|
, TI "ST_Frontend" "~/projekte/SchulungsTracker/Frontend" (switchToLayout "Programming" *> spawnShellAndExecute "npm start" *> spawnShell *> spawnEditor)
|
||||||
, TI "ST_Backend" "~/projekte/SchulungsTracker/Backend" (switchToLayout "Full" *> spawnShellAndExecute "rider ~/projekte/SchulungsTracker/Backend/Schulungstracker.backend.sln")
|
, TI "ST_Backend" "~/projekte/SchulungsTracker/Backend" (switchToLayout "Full" *> spawnShellAndExecute "rider ~/projekte/SchulungsTracker/Backend/Schulungstracker.backend.sln")
|
||||||
, TI "ST_Wiki" "~/projekte/SchulungsTracker/Wiki" (switchToLayout "Programming" *> spawnEditor)
|
, TI "ST_Wiki" "~/projekte/SchulungsTracker/Wiki" (switchToLayout "Programming" *> spawnEditor)
|
||||||
|
, TI "azsql-dump" "~/projekte/azsql-dump" (switchToLayout "Programming" *> spawnShell *> spawnEditor)
|
||||||
]
|
]
|
||||||
|
|
||||||
myTopicConfig :: TopicConfig
|
myTopicConfig :: TopicConfig
|
||||||
|
Loading…
Reference in New Issue
Block a user