Skip to content

Instantly share code, notes, and snippets.

@kiltyj
kiltyj / devenv-init.sh
Last active June 20, 2024 17:00
Onboarding script for Nix + Xcode
#!/bin/zsh
echo "To prepare for later steps, download https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_15/Xcode_15.xip to ~/Downloads"
echo "Press enter once you've initiated this download."
vared -c dummy_var
if [ "$RESIZE_VM" = true ]; then
echo Y | diskutil repairDisk disk0
diskutil apfs resizeContainer disk0s2 0
fi