Script to automate setting up development environment on Ubuntu.
chmod +x ubuntu.sh
./ubuntu.sh
Save list of installed extensions with
code --list-extensions > extensions.txt
Need help to write script for installing composer; phpunit; phpcs and the relevant coding standards.