new projects and git auto push to upstream branch
This commit is contained in:
parent
44c6ab1656
commit
6bcde20658
@ -5,6 +5,9 @@
|
|||||||
editor = nvim
|
editor = nvim
|
||||||
pager = delta
|
pager = delta
|
||||||
|
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
|
|
||||||
|
@ -75,8 +75,10 @@ topicItems =
|
|||||||
, noAction "4" "~/"
|
, noAction "4" "~/"
|
||||||
, noAction "5" "~/"
|
, noAction "5" "~/"
|
||||||
, 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 "Abwesenheitskalender_Frontend" "~/projekte/Abwesenheitskalender_Frontend" (switchToLayout "Programming" *> spawnShellAndExecute "npm start" *> spawnShell *> spawnEditor)
|
||||||
]
|
]
|
||||||
|
|
||||||
myTopicConfig :: TopicConfig
|
myTopicConfig :: TopicConfig
|
||||||
|
Loading…
Reference in New Issue
Block a user