From 6bcde20658c379f2c613b8805c8c7da3b20c231c Mon Sep 17 00:00:00 2001 From: Max Hohlfeld Date: Wed, 30 Nov 2022 17:00:44 +0100 Subject: [PATCH] new projects and git auto push to upstream branch --- roles/git/files/config_t460p | 3 +++ roles/xmonad/files/xmonad_t460p.hs | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/roles/git/files/config_t460p b/roles/git/files/config_t460p index c399a2b..2db2554 100644 --- a/roles/git/files/config_t460p +++ b/roles/git/files/config_t460p @@ -5,6 +5,9 @@ editor = nvim pager = delta +[push] + autoSetupRemote = true + [interactive] diffFilter = delta --color-only diff --git a/roles/xmonad/files/xmonad_t460p.hs b/roles/xmonad/files/xmonad_t460p.hs index 0704cdf..ac9dd7e 100644 --- a/roles/xmonad/files/xmonad_t460p.hs +++ b/roles/xmonad/files/xmonad_t460p.hs @@ -75,8 +75,10 @@ topicItems = , noAction "4" "~/" , noAction "5" "~/" , 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_Frontend" "~/projekte/IHD/Demonstrare_Frontend/" (switchToLayout "Programming" *> spawnShellAndExecute "npm start" *> spawnShell *> spawnEditor) + , 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 "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