diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-10-26 12:05:56 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-10-26 12:05:56 -0600 |
commit | c58abab9e5f14fdabb1ea8b314c370fb515b7b69 (patch) | |
tree | 373f7ecbeebb90ae9664138ffe0dfb1272584b9d /.gitmodules | |
parent | 8a7a01214c68b6a4c2f6531d0d1dea6415fe9c89 (diff) | |
download | dotfiles-c58abab9e5f14fdabb1ea8b314c370fb515b7b69.tar dotfiles-c58abab9e5f14fdabb1ea8b314c370fb515b7b69.tar.gz dotfiles-c58abab9e5f14fdabb1ea8b314c370fb515b7b69.tar.bz2 |
havent updated these in a while
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 25bde7d..142f66d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "dwm"] path = dwm - url = git@github.com:brysonsteck/dwm + url = git@github.com:brysonsteck/dwm +[submodule "gruvbox"] + path = vim/colors/gruvbox + url = git@github.com:morhetz/gruvbox |