Installs all the apps and tools I need after a clean install of Mac OS or Ubuntu.
Dev machine setup with ansible scripts.
Installs all the apps and tools I need after a clean install of Mac OS or Ubuntu.
Using an ansible playbook makes this way cleaner, faster, and maintainable than the bash scripts I had before. For more information on how this works and how to create your own from scratch, see Steve Edson’s blog post.
git clone git@github.com:nmrshll/dev-machine.git && cd dev-machine && ./main.sh
./main.sh
WARNING: This will install and modify packages on your machine. Read through the files in roles/dev-machine/tasks
so you know what will happen.
For more information on how this works and how to create your own from scratch, see Steve Edson’s blog post.