Live data from Hacker News

Ask HN: How do you share your personal setup over different computers?

news.ycombinator.com

41–42 of 42 posts

Re: Ask HN: How do you share your personal setup over different computers?

#41
I do all my development on a baremetal OVH machine. $80/mo. SSH+tmux from all my computers so I can keep going.

I tried keeping my configs in source control but it always went out of date over the years. Dev-ing on a dedicated server has been easiest.

Re: Ask HN: How do you share your personal setup over different computers?

#42

Do you have a "dotfiles" repository? I know it doesn't cover everything but, as a developer, I can't believe how I ever went years without one.

I do have one, it helps a lot with config files. I also tried versioning some bash scripts there to install stuff, but the latter doesn't feel quite right.
Post reply on HN