DEV Community

Discussion on: Setting up a new dev machine

Collapse
 
waylonwalker profile image
Waylon Walker

I have an ansible playbook that installs everything I need for my development workflow. I have a single script that will setup ansible and run through the playbook. I keep it in my dotfiles.

curl https://raw.githubusercontent.com/WaylonWalker/devtainer/main/bootstrap | bash
Enter fullscreen mode Exit fullscreen mode