diff --git a/setup.sh b/setup.sh index ff09104..1d43c02 100755 --- a/setup.sh +++ b/setup.sh @@ -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." \ No newline at end of file