Install prezto last anyway

This commit is contained in:
Laura Hausmann 2023-02-17 22:24:54 +01:00
parent 19fd477b6c
commit b4890f42c4
Signed by untrusted user: zotan
GPG key ID: D044E84C5BE01605

View file

@ -6,9 +6,6 @@ echo
echo "--- Installing Rosetta 2 ---"
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
echo "--- Installing prezto ---"
curl -L share.zotan.services/prezto.sh | zsh
echo
echo "--- Installing homebrew ---"
set -e
@ -52,6 +49,11 @@ echo "Installing DNSSEC root anchor for ldns and drill"
mkdir -p /opt/homebrew/opt/ldns/etc/unbound
cp ~/Projects/macx-resources/dnssec-root.key /opt/homebrew/opt/ldns/etc/unbound/root.key
echo "Installing prezto"
rm ~/.zprofile
curl -L share.zotan.services/prezto.sh | zsh
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> ~/.zprofile
####
echo
echo "--- macx.sh bootstrap complete ---"