From 9ba51cffe3741e2e6ee3e08a94e2e55778fed7c1 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 4 Sep 2024 08:49:17 -0500 Subject: Add p10k as a submodule Signed-off-by: Matt Strapp --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index fb02cff..438dbb0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "dot_config/nvim"] path = dot_config/nvim url = https://github.com/LazyVim/starter +[submodule "dot_local/share/powerlevel10k"] + path = dot_local/share/powerlevel10k + url = https://github.com/romkatv/powerlevel10k.git -- cgit v1.2.3