Skip to content

Instantly share code, notes, and snippets.

@dhbalaji
Created October 5, 2021 05:56
Show Gist options
  • Save dhbalaji/b7f4eda17e38aad1b88a3a9fa9d4913d to your computer and use it in GitHub Desktop.
Save dhbalaji/b7f4eda17e38aad1b88a3a9fa9d4913d to your computer and use it in GitHub Desktop.
Files to backup when you change the OS

Files to backup when you change the OS

  1. .ssh folder and its contents
  2. .npmrc
  3. .gitignore
  4. .gitconfig
  5. other configuration files under home or users directory
  6. IDE settings (preferably on some private repo)

After change in OS

Put the files back at the same location from where you had copied them. Once you put .ssh folder back. You need not configure git ssh, it would just work normally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment