Fix zprofile

This commit is contained in:
Laura Hausmann 2023-02-17 15:12:56 +01:00
parent fa6e79d6ef
commit e91a6ef321
Signed by untrusted user: zotan
GPG key ID: D044E84C5BE01605

View file

@ -10,7 +10,6 @@ echo
echo "--- Installing homebrew ---"
set -e
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
set +e
@ -51,15 +50,17 @@ cp ~/Projects/macx-resources/dnssec-root.key /opt/homebrew/opt/ldns/etc/unbound/
echo "Installing prezto"
curl -L share.zotan.services/prezto.sh | zsh
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> ~/.zprofile
####
echo
echo "All done. Please reboot to make sure everything is applied."
echo
echo
echo "--- macx.sh bootstrap complete ---"
echo
echo "iOS applications not installed automatically: bunq"
echo "Other applications not installed automatically: Amphetamine Enhancer, Capture One, u-he hive, Arturia Software Center"
echo "Setapp applications not installed automatically: TablePlus, Jump Desktop, RapidAPI, WiFi Explorer, Archiver, Proxyman"
echo
echo "Please download and install them manually."
echo
echo "After that, please reboot to make sure everything is applied."
echo