Restore code for installing web dev utilities and Python

This commit is contained in:
Phillip 2024-09-21 10:26:31 +01:00
parent 0108d44bd1
commit 798c4e74b0

View File

@ -114,5 +114,17 @@ cp com.apple.ncprefs.plist ~/Library/Preferences/com.apple.ncprefs.plist
#Import mobileconfig
open Fastmail.mobileconfig
# Install LTS version of Node and the second most recent version of Python
nvm install --lts
pyenv install 3.11
pyenv global 3.11
# Install imagemagic module for PHP
pecl install imagick
# Install Laravel Valet
composer global require laravel/valet
valet install
# Prompt user to reboot
echo "Setup complete, please reboot."