Skip to content

Commit

Permalink
Disable mackup as it doesn't work on newest macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
hwartig committed Sep 16, 2024
1 parent 8c6ad9e commit 41c76e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`<<UPDATE_FISHER
fisher update
Expand Down

0 comments on commit 41c76e5

Please sign in to comment.