macos: Install asimov

This commit is contained in:
Saibotk 2023-01-15 00:41:32 +01:00
parent 3b5d84d1fa
commit 9a9ce6987a
Signed by: saibotk
GPG key ID: 67585F0065E261D5
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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'