diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2022-05-18 16:27:57 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2022-05-18 16:27:57 +0000 |
commit | e9ed423672978e07f63bd86530f0b89bba29d988 (patch) | |
tree | 6f19865e3a3dee40e9d23132534e8184626c37bf /.gitmodules | |
parent | 16e381494a14630b24546d52384a08cb7068d948 (diff) | |
download | dotfiles-e9ed423672978e07f63bd86530f0b89bba29d988.tar dotfiles-e9ed423672978e07f63bd86530f0b89bba29d988.tar.gz dotfiles-e9ed423672978e07f63bd86530f0b89bba29d988.tar.bz2 dotfiles-e9ed423672978e07f63bd86530f0b89bba29d988.tar.lz dotfiles-e9ed423672978e07f63bd86530f0b89bba29d988.tar.xz dotfiles-e9ed423672978e07f63bd86530f0b89bba29d988.tar.zst dotfiles-e9ed423672978e07f63bd86530f0b89bba29d988.zip |
Update
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index c9f9a2e..c43326f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,11 @@ [submodule ".config/alacritty/themes/dracula"] path = .config/alacritty/themes/dracula - url = https://github.com/github.com/dracula/alacritty.git + url = https://github.com/dracula/alacritty.git [submodule ".config/wofi"] path = .config/wofi url = https://github.com/dracula/wofi.git + +[submodule ".config/foot"] + path = .config/foot + url = https://github.com/dracula/foot.git |