macos: Install asimov
This commit is contained in:
parent
3b5d84d1fa
commit
9a9ce6987a
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue