New ask Hacker News story: Ask HN: Share your new devbox setup process. My own setup is included here

Ask HN: Share your new devbox setup process. My own setup is included here
2 by eigenvalue | 1 comments on Hacker News.
I recently spent quite a long time figuring out how to automatically set up a freshly provisioned cloud server running Ubuntu 22 to replicate my preferred setup for a new dev box. I ultimately decided on using Ansible, which was fairly easy to learn and which has made everything a lot easier. I've also learned over the last couple years of programming which particular tools and customizations I like the most, and all of that knowledge is encapsulated in this setup process. I thought I'd share this with the HN community. You can find detailed instructions that assume little knowledge other than basic linux commands here: https://ift.tt/cm6U1os . The instructions include links to the playbook itself ( https://ift.tt/agqiYHT ) and my custom zsh (replacement for bash) config file ( https://ift.tt/nDk9O17 ). My purpose in sharing is twofold: 1) I think it would be helpful for people who are doing dev work that involves remote machines but who haven't taken the time to customize their setups and don't want to spend days digging into this stuff, and 2) I was hoping that others in the community could share their own setup scripts for new dev boxes (obviously stripped of any identifying details or secrets) and we could swap tips and tricks. Obviously, all of this stuff comes down to individual preference, and I don't want to rehash ancient flamewars about what is the best shell or the like, but I think it could be really handy to hear what other people have done, particularly those with decades of experience compared to my own modest few years of Linux use.

Comments