From 53b1b5bc27080a0f54c9edfdddca19b7de59d90b Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Wed, 23 Jul 2025 23:04:08 +0200 Subject: [PATCH] added btop --- .gitmodules | 3 +++ btop/{btop-catppuccin => catppuccin-btop} | 0 2 files changed, 3 insertions(+) rename btop/{btop-catppuccin => catppuccin-btop} (100%) diff --git a/.gitmodules b/.gitmodules index e495f07..83fbc36 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "nvim/pack/nvim/start/nvim-lspconfig"] path = nvim/pack/nvim/start/nvim-lspconfig url = https://github.com/neovim/nvim-lspconfig +[submodule "btop/catppuccin-btop"] + path = btop/catppuccin-btop + url = https://github.com/catppuccin/btop.git diff --git a/btop/btop-catppuccin b/btop/catppuccin-btop similarity index 100% rename from btop/btop-catppuccin rename to btop/catppuccin-btop