From 41c76e50d0e30fddf0d48f085f2a8212da0e360d Mon Sep 17 00:00:00 2001 From: Harald Wartig Date: Mon, 9 Sep 2024 21:28:48 +0200 Subject: [PATCH] Disable mackup as it doesn't work on newest macos. see https://github.com/lra/mackup/issues/1924 --- bootstrap.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 2d7653e..e40d727 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -38,12 +38,12 @@ brew update brew tap homebrew/bundle brew bundle -fancy_echo "Restoring mackup" +#fancy_echo "Restoring mackup" -if [ ! -e "${HOME}/.mackup.cfg" ]; then - ln -sfFh $HOME/.dotfiles/.mackup.cfg $HOME/.mackup.cfg -fi -mackup restore +#if [ ! -e "${HOME}/.mackup.cfg" ]; then + #ln -sfFh $HOME/.dotfiles/.mackup.cfg $HOME/.mackup.cfg +#fi +#mackup restore `which fish`<