From 671194dfa940e367cae69071c37a372ddc19e78b Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Tue, 14 Oct 2025 13:16:36 -0400 Subject: [PATCH] Nvim is self-contained now --- install/config/theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/theme.sh b/install/config/theme.sh index a0a6a694..e88cc748 100644 --- a/install/config/theme.sh +++ b/install/config/theme.sh @@ -12,7 +12,7 @@ ln -snf ~/.config/omarchy/themes/tokyo-night ~/.config/omarchy/current/theme ln -snf ~/.config/omarchy/current/theme/backgrounds/1-scenery-pink-lakeside-sunset-lake-landscape-scenic-panorama-7680x3215-144.png ~/.config/omarchy/current/background # Set specific app links for current theme -ln -snf ~/.config/omarchy/current/theme/neovim.lua ~/.config/nvim/lua/plugins/theme.lua +# ~/.config/omarchy/current/theme/neovim.lua -> ~/.config/nvim/lua/plugins/theme.lua is handled via omarchy-setup-nvim mkdir -p ~/.config/btop/themes ln -snf ~/.config/omarchy/current/theme/btop.theme ~/.config/btop/themes/current.theme