From 75940dd79a5a6ea679ad251786f98c7ae5d792cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Tue, 30 Apr 2024 12:03:28 -0400 Subject: [PATCH] add asimov Excludes developers dependencies automatically from Time Machine backups --- macsetup.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/macsetup.sh b/macsetup.sh index ab62724..3e669b7 100755 --- a/macsetup.sh +++ b/macsetup.sh @@ -3318,6 +3318,19 @@ if [[ "$(isCLAppInstalled asciinema)" = "false" ]]; then installNodePackages svg-term-cli fi +# +# asimov +# +# Excludes developers dependencies automatically from Time Machine backups +# +# https://github.com/stevegrunwell/asimov +# +if [[ "$(isCLAppInstalled asimov)" = "false" ]]; then + installkeg asimov + asimov + sudo brew services start asimov +fi + # # Bandwhich #