A small bash script to get git and gh setup on your MacOS or Linux machine. The script will setup git and gh, and configure your git user name and email.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/idearium/devspace-setup/main/setup.sh)"