From bf365c3c90ad936d0033ca22d8cec3b6141c6a5e Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Tue, 26 Nov 2024 09:41:13 -0600 Subject: [PATCH] added borg, atuin, fishshell, oh-my-posh, and chezmoi to checker --- main.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 35b43b1..f9d1697 100644 --- a/main.py +++ b/main.py @@ -30,7 +30,11 @@ repos = [ 'hometown-fork/hometown', 'glitch-soc/mastodon', 'superseriousbusiness/gotosocial', - 'borgbackup/borg' + 'borgbackup/borg', + 'atuinsh/atuin', + 'fish-shell/fish-shell', + 'JanDeDobbeleer/oh-my-posh', + 'twpayne/chezmoi' ] github_api = 'https://api.github.com/repos'