diff --git a/.mackup.cfg b/.mackup.cfg deleted file mode 100644 index 33a71d6..0000000 --- a/.mackup.cfg +++ /dev/null @@ -1,7 +0,0 @@ -[storage] -engine = icloud - -[applications_to_sync] -iTerm2 -VimR -karabiner-elements diff --git a/.mackup/vimr.cfg b/.mackup/vimr.cfg deleted file mode 100644 index 393bb70..0000000 --- a/.mackup/vimr.cfg +++ /dev/null @@ -1,5 +0,0 @@ -[application] -name = VimR - -[configuration_files] -Library/Preferences/com.qvacua.VimR.plist diff --git a/Brewfile b/Brewfile index d1b897e..889d45a 100644 --- a/Brewfile +++ b/Brewfile @@ -9,7 +9,6 @@ tap "homebrew/autoupdate" tap "ikuwow/ikuwow-sshrc" brew "mas" -brew "mackup" # First required mas "Things3", id: 904280696 diff --git a/bootstrap/main.sh b/bootstrap/main.sh index a476f50..3d65893 100755 --- a/bootstrap/main.sh +++ b/bootstrap/main.sh @@ -63,11 +63,6 @@ if [ -n "${CI+x}" ]; then exit 0 fi -# Mackup setup -brew install mackup -mackup restore -echo - brew bundle echo