Update macx

This commit is contained in:
Laura Hausmann 2023-02-16 22:15:43 +01:00
parent 498b768a40
commit 7a6743af95
Signed by untrusted user: zotan
GPG key ID: D044E84C5BE01605
2 changed files with 19 additions and 2 deletions

View file

@ -138,6 +138,8 @@ cask "topnotch"
cask "transmit"
cask "viscosity"
cask "wireshark"
cask "affinity-photo"
cask "utm"
mas "Amphetamine", id: 937984704
mas "Boop", id: 1518425043

19
macx.sh
View file

@ -5,10 +5,14 @@ echo "--- Installing homebrew ---"
eval "$(/opt/homebrew/bin/brew shellenv)"
echo "--- Downloading Brewfile ---"
curl -o Brewfile https://ztn.sh/macx-resources/Brewfile
mkdir -P ~/Projects
git clone https://git.ztn.sh/zotan/os-install-scripts ~/Projects/os-install-scripts
echo "--- Linking to system Brewfile ---"
ln -s ~/Projects/os-install-scripts/macx-resources/Brewfile ~/.Brewfile
echo "--- Running brew bundle ---"
brew bundle
brew bundle --global
echo "--- Running postinstall steps ---"
echo "Configuring pinentry-mac"
@ -27,6 +31,17 @@ defaults -currentHost write -g AppleFontSmoothing -int 0
echo "Fixing dotnet symlink"
sudo ln -s /opt/homebrew/opt/dotnet/libexec /usr/local/share/dotnet
####
echo
echo "iOS Applications not installed automatically: bunq"
echo "Please fetch them from the App Store manually."
echo
echo "Setapp Applications not installed automatically: TablePlus, Jump Desktop, RapidAPI, WiFi Explorer, Archiver, Proxyman"
echo "Please fetch them from Setapp manually."
echo
echo "Other Applications not installed automatically: Capture One, u-he hive, Arturia Software Center"
echo "Please download and install them manually."
echo
echo
echo "All done. Please reboot to make sure everything is applied."