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 +++ dot_local/share/powerlevel10k | 1 + 2 files changed, 4 insertions(+) create mode 160000 dot_local/share/powerlevel10k 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 diff --git a/dot_local/share/powerlevel10k b/dot_local/share/powerlevel10k new file mode 160000 index 0000000..a42e374 --- /dev/null +++ b/dot_local/share/powerlevel10k @@ -0,0 +1 @@ +Subproject commit a42e374e25226d2032a38b38fc544ec1d65b0d01 -- cgit v1.2.3