Skip to content

Commit

Permalink
add asimov
Browse files Browse the repository at this point in the history
Excludes developers dependencies automatically from Time Machine backups
  • Loading branch information
fharper committed Apr 30, 2024
1 parent 9810d5f commit 75940dd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions macsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 75940dd

Please sign in to comment.