DEV Community

Discussion on: Things you do on a fresh installation or a new work device?

Collapse
 
trueneu profile image
Pavel Gurkov

Download Chrome, log in to Dropbox, get my ssh key from there, clone my dot files repo, run my script that sets up almost everything. :) It takes about 10 minutes to completely setup a system from scratch for me.

Collapse
 
barelyhuman profile image
Reaper

That's nice!
I have ssh keys on a private ssh server at home.
it's a rasp-pi so i carry it with me in my bag so I can do the above anytime I want.

Link to your dot files?
I'm assuming its a linux setup .

Collapse
 
trueneu profile image
Pavel Gurkov

Yeah, it's a Linux setup. As for the repo, it's on my github acct, "dotfiles", I prefer not to post direct links. Also, it's pretty messy and undocumented. :)

Thread Thread
 
barelyhuman profile image
Reaper

That’s fine. I just like going though shell scripts.
Helps me find new ways to handle scenarios.