ThinkBio Laptop Setup

Get your laptop ready for computational chemistry in one command.

1. Open a terminal and run:
curl -fsSL https://ansible.thinkbioscience.com/bootstrap.sh | sudo bash
2. That's it.

The script installs Ansible, AWS CLI, and creates a service account so your admin can push configuration updates to your machine remotely. No further action needed from you.

What gets installed? Ansible (from official PPA), AWS CLI v2, and an ansible user account with SSH key auth. Your existing files and settings are not modified. View the script to see exactly what it does.