All configs including the list of libraries that will be installed can be adjusted in vars/default_config.yaml
- Clone or download this repo.
- Install homebrew
- Run the ansible playbook via:
make setup
- This will create a python virtual environment using the system python and install ansible
- And then run the playbook
- Clone or download this repo.
- Add the current user to the sudoers file with
sudo visudo
andusername ALL=(ALL:ALL) NOPASSWD:ALL
. Note that the entry must be appended to the end of the file. - Run the ansible playbook via:
make setup
- This will create a python virtual environment using the system python, and install ansible
- And then run the playbook