From e17180cf4783d99ebcd367c6b99b69dc1abb9bc2 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 14 Jan 2025 17:11:27 +0100 Subject: [PATCH] Add lazygit config with custom deploy command --- lazygit/.config/lazygit/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lazygit/.config/lazygit/config.yml diff --git a/lazygit/.config/lazygit/config.yml b/lazygit/.config/lazygit/config.yml new file mode 100644 index 0000000..cc5a273 --- /dev/null +++ b/lazygit/.config/lazygit/config.yml @@ -0,0 +1,7 @@ +customCommands: + - key: '' + context: 'global' + command: "dep deploy" + showOutput: true + loadingText: "Deploying" + outputTitle: "Deploy output" \ No newline at end of file