diff --git a/install-mac.sh b/install-mac.sh index e4c6d7f..a88523f 100755 --- a/install-mac.sh +++ b/install-mac.sh @@ -58,9 +58,6 @@ mkdir -p $HOME/git/clickbar mkdir -p $HOME/git/konaktiva 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 diff --git a/macos/.mackup.cfg b/macos/.mackup.cfg deleted file mode 100644 index e58894e..0000000 --- a/macos/.mackup.cfg +++ /dev/null @@ -1,5 +0,0 @@ -[storage] -engine = icloud - -[applications_to_ignore] -zsh diff --git a/macos/Brewfile b/macos/Brewfile index 1439b77..a9a40f8 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -17,7 +17,6 @@ brew 'git' brew 'gnupg' # Dependency for pass etc but slightly conflicts with gpg-suite see https://github.com/Homebrew/homebrew-core/issues/74447 brew 'grep' brew 'httpie' -brew 'mackup' brew "openjdk" brew 'openvpn' brew 'mas' # Mac App Store manager