vote up 4 vote down star
5

I'm currently backing up my current setup to move over to some new hardware and was wondering what other developers think of first when given a fresh OS installation.

Please answer one item per answer so they can be voted on independently.

flag
3  
Which OS? Because different OSes use different folders and data in various folders... Specify by tags. – Robert Koritnik Sep 10 at 14:18
7  
A bounty on a wiki question? Do we do that, now? – Stobor Sep 11 at 4:50
13  
It is perhaps more vexing that there is a bounty on a question that barely belongs on this site; sounds more "superuser" if anything... – Marc Gravell Sep 11 at 22:44
6  
Belongss on SuperUser. Can't migrate because of the bounty. – MiffTheFox Sep 13 at 5:52
show 2 more comments

56 Answers

1 2 next
vote up 23 vote down check

My home directory.

link|flag
5  
In particular, my ~/.ssh directory – Jherico Aug 16 at 6:11
show 1 more comment
vote up 6 vote down

Bookmarks.

Hundreds of links to useful documentation and tutorials.

link|flag
4  
Tools such as foxmarks/xmarks (foxmarks.com) exist so that your bookmarks are synced automatically between systems. Pretty sure you can choose which folders to sync, if you want a little privacy. – Mark Rushakoff Aug 16 at 6:18
1  
Use Google Bookmarks(google.com/bookmarks)... its awesome.. – Mahin Sep 13 at 5:29
show 1 more comment
vote up 1 vote down

Eclipse installation.

Since eclipse is nicely portable, this saves me having to download and install each plugin one at a time.

link|flag
vote up 6 vote down

If I can only choose one: Visual Studio settings.

link|flag
vote up 7 vote down

My .emacs file.

link|flag
show 1 more comment
vote up 16 vote down

Audioslave - Show Me How To Live.mp3

link|flag
show 3 more comments
vote up 0 vote down

The first and most important is /home directory. The rest can be just installed. Also some /etc is good as well.

link|flag
3  
I keep my /home on a 2nd hard drive, so I can usually just reinstall the OS then mount /home – chris Sep 7 at 2:25
vote up 16 vote down

I agree with Laurence that the home directory would probably be first, but after that, on a Debian based system:

dpkg --get-selections > ~/installed_packages

on the original system, followed by something like

dpkg --set-selections < ~/installed_packages
apt-get -u dselect-upgrade

on the new system, to keep pretty much all of the installed software the same as the previous system.

link|flag
show 1 more comment
vote up 2 vote down

Hardware drivers/Service Packs.

link|flag
vote up 5 vote down

Cygwin.

It's so wrecked by now with all my customisations and things that running the installer properly and starting from scratch would take days...

link|flag
show 1 more comment
vote up 9 vote down

My SSH private key and my OpenVPN private key.

Since I keep every configuration file and my home directory under version control on a remote server on my VPN, these are the only two things I need to get back all the rest, regardless of where in the world I happen to be. (Well, provided I have broadband internet access.)

link|flag
vote up 6 vote down

.vimrc

Never leave home w/o it.

link|flag
show 2 more comments
vote up 3 vote down

Call it lame, but my collection of desktop wallpaper is up there on my list :).

link|flag
show 2 more comments
vote up 1 vote down

Any programs I have made, along with source code so I can keep working. And, my avatar :P

link|flag
vote up 3 vote down

Nothing.

.. it's all in nLite already :p

link|flag
vote up 1 vote down

my music player (in my case winamp 2.95 since that was the best version i.m.o.) and my music. ;^)

(yes I could play them from a nas, but since I'm on a laptop and frequently program on location, having it on the main computer is very practical)

link|flag
show 1 more comment
vote up 1 vote down

Google Chrome. So I don't need to use IE to get all the updates to my apps. (Though I guess Firefox on a fresh build would open sometime the same century... so might have been worth a call)

link|flag
vote up 0 vote down

Firefox and then Flashget

link|flag
vote up 1 vote down

Home directory, followed by application settings (%appdata% in Windows) for Firefox, Thunderbird etc.

link|flag
show 1 more comment
vote up 1 vote down

Depends on the OS.
If Linux, then .bashrc/.bash_profile, ssh keys, and other staff, then documents/code and other general things.
If Windows, then installation of drivers/utilities, mingw/eclipse/tortoisesvn and others. And only then documents/code/p0rn.

link|flag
vote up 1 vote down

If not the home directory, at least the mail box...esp with windows. (The profile directory with Thunderbird.)

link|flag
vote up 1 vote down

The home/ directory. If not possible, then .bashrc, .vimrc and I'm good to go..

link|flag
vote up 0 vote down

Photos, Eclipse, music

link|flag
vote up 1 vote down

Quicksilver (Mac)

link|flag
vote up 10 vote down

Setting decent Windows Explorer settings:

  • details view,
  • show extensions,
  • show all hidden and system files,
  • etc. etc. etc. ;-)
link|flag
1  
Doh! This is the very first thing indeed! :D – Andrejs Cainikovs Sep 8 at 18:47
1  
This happens even before drivers get installed. Seems so little yet makes such an improvement on usability. – Brian Surowiec Sep 10 at 14:31
show 1 more comment
vote up 0 vote down

PureText

link|flag
vote up 0 vote down

At home, I am a Mac: I copy everything, including home directories of each family member, thanks to Apple Migration assistant.

At work, I am a Unix: from project to project, I try to preserve my .exrc file for vi customization, and some aliases and functions defined in .bashrc or .bash_profile.

link|flag
vote up 0 vote down

Aliases, keyboard shortcuts, shortcuts, etc.

link|flag
vote up 2 vote down

Launchy

link|flag
vote up 0 vote down

an imaging software to create an image.

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.