From 7a80697f79d8894162e73f2400a5369ff44f6703 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Wed, 12 May 2021 21:50:12 +0200 Subject: [PATCH] Add lazygit config --- .gitignore | 3 ++- lazygit/config.yml | 5 +++++ lazygit/state.yml | 4 ++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 lazygit/config.yml create mode 100644 lazygit/state.yml diff --git a/.gitignore b/.gitignore index 4d424d49..1e45de79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ +karabiner/automatic_backups/* +lazygit/state.yml nvim/.netrwhist nvim/autoload/plug.vim.old office/mutt/cache/* office/mutt/tmp/* office/vdirsyncer/status/* -karabiner/automatic_backups/* diff --git a/lazygit/config.yml b/lazygit/config.yml new file mode 100644 index 00000000..56db291c --- /dev/null +++ b/lazygit/config.yml @@ -0,0 +1,5 @@ +gui: + showRandomTip: false + showCommandLog: false +disableStartupPopups: true +notARepository: 'skip' diff --git a/lazygit/state.yml b/lazygit/state.yml new file mode 100644 index 00000000..faac4991 --- /dev/null +++ b/lazygit/state.yml @@ -0,0 +1,4 @@ +lastupdatecheck: 0 +recentrepos: +- /Users/webgefrickel/Dotfiles +startuppopupversion: 0