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