From 9a9ce6987a057a6fce01d6937390da542b70e835 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Sun, 15 Jan 2023 00:41:32 +0100 Subject: [PATCH] macos: Install asimov --- install-mac.sh | 3 +++ macos/Brewfile | 1 + 2 files changed, 4 insertions(+) diff --git a/install-mac.sh b/install-mac.sh index f48e252..fbcd4c1 100755 --- a/install-mac.sh +++ b/install-mac.sh @@ -61,6 +61,9 @@ mkdir -p $HOME/git/private # Symlink the Mackup config file to the home directory ln -s $DOTFILES/macos/.mackup.cfg $HOME/.mackup.cfg +# Activate asimov to automatically exclude node_modules from TM backup +sudo brew services start asimov + # Set macOS preferences - we will run this last because this will reload the shell source $DOTFILES/macos/.macos diff --git a/macos/Brewfile b/macos/Brewfile index 30c2f03..cacb2cb 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -28,6 +28,7 @@ brew 'svn' # Needed to install fonts brew 'pcre2' # Needed to build swoole brew 'openssl' # Needed to build swoole brew 'starship' # fancy shell prompt +brew 'asimov' # Exclude node_modules etc from TM backup # Spatie Medialibrary brew 'jpegoptim'