diff options
author | Tyler Davis <tydavis@gmail.com> | 2023-01-26 17:07:16 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2023-01-26 17:07:16 +0000 |
commit | 0108998be00e4606c20017c1a4beb52f50fe4bee (patch) | |
tree | f6b691ed3357511aa993f868b7e98b89c36b3200 /.setup/gitlist | |
parent | 8149dee541b7f5b30a9510b22a01badb596894ea (diff) | |
download | dotfiles-0108998be00e4606c20017c1a4beb52f50fe4bee.tar.gz dotfiles-0108998be00e4606c20017c1a4beb52f50fe4bee.zip |
git: add aerc repo
Diffstat (limited to '.setup/gitlist')
-rw-r--r-- | .setup/gitlist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.setup/gitlist b/.setup/gitlist index 62bce79..ccb916b 100644 --- a/.setup/gitlist +++ b/.setup/gitlist @@ -1,6 +1,14 @@ { "repos": [ { + "path": "personal/aerc/", + "remotes": { + "origin": "https://github.com/tydavis/aerc.git", + "upstream": "https://git.sr.ht/~rjarry/aerc" + }, + "branch": "" + }, + { "path": "personal/archive/age/", "remotes": { "origin": "https://github.com/tydavis/age.git", |