From 4b140ef5189a163a1e5019064754b2ee33479642 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Wed, 15 Nov 2023 15:57:38 +0100 Subject: [PATCH] Adapt ignore file. Update config. --- .chezmoiignore | 2 +- dot_config/nvim/lua/config/options.lua | 2 +- dot_ssh/config | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.chezmoiignore b/.chezmoiignore index 8ba4048..3921257 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -8,7 +8,7 @@ LICENSE .Xresources .xsession .config/openbox/* -.config/nvim/after/* +.config/nvim/after {{ else }} lazyvim.json stylua.toml diff --git a/dot_config/nvim/lua/config/options.lua b/dot_config/nvim/lua/config/options.lua index d95943a..94c8568 100644 --- a/dot_config/nvim/lua/config/options.lua +++ b/dot_config/nvim/lua/config/options.lua @@ -5,5 +5,5 @@ if vim.g.neovide then vim.g.neovide_cursor_animation_length = 0 vim.o.guifont = "BrutalistMono Nerd Font Regular:h16" - vim.g.neovide_theme = "auto" + vim.g.neovide_theme = "dark" end diff --git a/dot_ssh/config b/dot_ssh/config index 61c555a..bffca0d 100644 --- a/dot_ssh/config +++ b/dot_ssh/config @@ -62,6 +62,13 @@ Host gondor Hostname 192.168.178.60 ForwardAgent no +Host rohan +HostName rohan +ForwardAgent no +User jan +ProxyJump cshpc + +ProxyJump cshpc Host gitolite Hostname moebiusband.org ForwardAgent no