Hacker News new | ask | show | jobs
by mad182 901 days ago
I too used to obsess over customizing my OS. Now I just install Debian, a handful of programs I use daily and that's it. I can recreate my setup on another machine in 20 minutes.
3 comments

They talk about the shell as an IDE. My entire desktop is a 14 year experiment in tuning productivity. My ~/bin/ folder has around 100 scripts and maybe 20 are little scripts i wrote in conjunction with i3. Pretty cool how it stacks up over time
What handful of programs do you use daily, if you don't mind sharing?
Nothing interesting. I spend like 99% of my computer time in the web browser, ide and terminal.

Chrome, git, ssh, docker, netbeans

Oh wow, I did not expect to see NetBeans here. What do you use it for and why NetBeans?
General web development. PHP, javascript, css. I used to do some java projects as well, but not lately.

I know it's not mainstream to use NetBeans these days, but I don't care, I'm just used to it and it gets the job done. Maybe I'm just getting old.

Thanks for answering. I'm not NetBeans fan myself but there's absolutely nothing wrong with using the tools you like that get the job done.
Same but with macOS.

The only cool thing about it is that it’s declarative: nix-darwin everything and a fully working and customized machine is up in 10 minutes with one command

Do you have some docs or writeups on your setup? I'm planning to move to macOS in a few weeks.