From 609f929b0dda59acff2be282c30d76e83380fb36 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Wed, 20 Mar 2024 21:39:14 +0100 Subject: [PATCH] remove(macos): mackup & config file --- install-mac.sh | 3 --- macos/.mackup.cfg | 5 ----- macos/Brewfile | 1 - 3 files changed, 9 deletions(-) delete mode 100644 macos/.mackup.cfg 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