A configuration-as-code repo to setup a Linux machine for development work
Ansible will be required to configure the local machine with services and packages, installation instructions can be found here
https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html
On Ubuntu, this looks like the following:
$ sudo apt update
$ sudo apt install software-properties-common
$ sudo add-apt-repository --yes --update ppa:ansible/ansible
$ sudo apt install ansible