Skip to content

Instantly share code, notes, and snippets.

@ArtskydJ
Last active October 10, 2023 19:45
Show Gist options
  • Save ArtskydJ/6bbe1490dfa28625cef9266acdcdd154 to your computer and use it in GitHub Desktop.
Save ArtskydJ/6bbe1490dfa28625cef9266acdcdd154 to your computer and use it in GitHub Desktop.
Setting up a new computer

Rename Windows user folder?

https://superuser.com/questions/890812/how-to-rename-the-user-folder-in-windows-10/955026#955026

Install chocolatey

https://chocolatey.org/install

Install stuff using chocolatey

# elevated
choco install -y autohotkey bitwarden dbeaver firefox git manictime mysql nvm sublimetext4 sublimemerge winmerge wiztree

Copy useful files from other machines

  • C:/Program Files/_this_folder_is_in_the_path/*.bat
  • C:/Users/Joseph/.ssh/*
  • .env
  • .gitconfig
  • autohotkey.ahk should be in onedrive, so you might not have to copy it

Add autohotkey to startup

  1. Make a shortcut to C:\Users\Joseph\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup and put it in C:\Users\Joseph or somewhere that will get indexed
  2. Make a shortcut to C:\Users\Joseph\OneDrive\Autohotkey.ahk and put it into Startup

Login and register

  • Login to bitwarden
  • Login to firefox
  • Enter ManicTime license (The license is in bitwarden and joseph@dykstra...)
  • Enter Sublime Text 4 license (The license is in bitwarden and joseph@dykstra...)
  • Enter Sublime Merge license (The license is in bitwarden and joseph@dykstra...)

Install node

nvm ls available
nvm install X.X.X 64
# elevated
nvm use X.X.X 64
node --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment