Remove Node, Python and Laravel Valet setup

This commit is contained in:
Phillip 2024-10-29 11:34:40 +00:00
parent bd2ade05f2
commit 8e952376f5

View File

@ -114,17 +114,5 @@ rsync -ax com.apple.ncprefs.plist ~/Library/Preferences/com.apple.ncprefs.plist
#Import mobileconfig
open *.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."