Skip to content

Instantly share code, notes, and snippets.

@808codist
Last active August 17, 2022 23:21
Show Gist options
  • Save 808codist/c14feb83496e7772ff68b3f5e76f2772 to your computer and use it in GitHub Desktop.
Save 808codist/c14feb83496e7772ff68b3f5e76f2772 to your computer and use it in GitHub Desktop.
how I rebuild my environment after fresh Windows install

Process

  1. Ctrl-X, A to start PowerShell as Administrator
    1. Rename-Computer -NewName “the-new-name”
    2. Copy & run PowerShell install command from chocolatey install page.
    3. choco feature enable -n=allowGlobalConfirmation
    4. choco install 7zip Firefox PDFXChangeViewer autohotkey ditto git GoogleChrome grammarly grammarly-chrome jetbrainsmono obsidian sharex signal stretchly vim vlc slack zoom
  2. Log into password manager.
  3. Manually install & register
    • xplorer2
    • IDE
  4. Create ssh keys
  5. Register ssk keys
  6. git clone environment repos
    • setup ahk
    • setup vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment