feat: antidot

Cleans up your $HOME from those pesky dotfiles
This commit is contained in:
2024-06-09 15:57:41 +03:00
parent 0495ac1ea8
commit 493ad17c15
4 changed files with 18 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ packages=(
github.com/rhysd/actionlint/cmd/actionlint@latest
# simple terminal UI for git commands
github.com/jesseduffield/lazygit@latest
# Cleans up your $HOME from those pesky dotfiles
github.com/doron-cohen/antidot@latest
)
for pkg in "${packages[@]}"; do
@@ -49,6 +51,11 @@ x-have git-profile && {
&& msg_ok "Installed completions for git-profile"
}
x-have antidot && {
antidot update \
&& msg_ok "Updated antidot database"
}
echo ""
msg_run "Clearing go cache"