diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:07:35 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:07:36 -0500 |
commit | 61f89d0a3d43a835b333e76317d49027e5a4c06e (patch) | |
tree | 1c537dce87c7603cddec9e94ce8eeec7a1a09100 /.gitmodules | |
parent | LESS=-FQXR (diff) |
Migrating to chezmoi
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 0043565..68f319d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "emacsen/dictem"] path = emacsen/dictem url = https://github.com/cheusov/dictem.git -[submodule ".fonts/Inconsolata-Hellenic"] - path = .fonts/Inconsolata-Hellenic +[submodule "dot_fonts/Inconsolata-Hellenic"] + path = dot_fonts/Inconsolata-Hellenic url = git://github.com/cosmix/Inconsolata-Hellenic.git -[submodule ".zsh/powerlevel10k"] - path = .zsh/powerlevel10k +[submodule "dot_zsh/powerlevel10k"] + path = dot_zsh/powerlevel10k url = https://github.com/romkatv/powerlevel10k.git |