Hey Pete from the future! I hope you won't have to suffer through installing everything one-by-one like I'm doing right now.
- Browser, I'm using Brave currently
- Copy .gitconfig with all aliases you're using
- Sync your VSCode User Settings
- Discord with installer -- Discord needs to always be on the latest version so package managers failed me here in the past
- Text expander espanso with installer from the website
- VSCode from package manager or app store
- Git from package manager if it isn't preinstalled
- Copy your .bashrc
Use scoop or try to learn if winget is already stable and mature.
Here's the list of packages installed as of 26 May 2022 and a command to install them.
❯ scoop list
Installed apps:
Name Version Source Updated Info
---- ------- ------ ------- ----
7zip 19.00 main 2021-06-03 11:03:53
act 0.2.24 main 2021-10-02 09:40:28
curl 7.77.0_2 main 2021-06-03 11:04:37
firacode 5.2 nerd-fonts 2021-06-04 23:09:29
fnm 1.28.2 main 2021-12-10 13:45:57
gh 2.8.0 main 2022-04-14 15:44:15
gimp 2.10.20-1 extras 2021-07-05 19:12:52
git 2.31.1.windows.1 main 2021-06-03 11:23:24
grep 2.5.4 main 2021-06-15 12:24:06
innounp 0.50 main 2021-06-05 09:08:42
iosevka-nf 2.1.0 nerd-fonts 2021-06-04 23:10:12
libwebp 1.2.2 main 2022-05-26 19:07:05
mkcert 1.4.3 extras 2021-07-02 12:19:22
nodejs 17.2.0 main 2021-12-10 13:02:11
rustup 1.24.3 main 2021-06-15 22:34:39
sed 4.2.1 main 2021-07-07 14:26:33
starship 0.54.0 main 2021-06-04 23:01:22
sudo 0.2020.01.26 main 2021-06-03 11:25:08
touch 0.2018.07.25 main 2021-06-04 23:02:30
scoop install touch git nodejs-lts innoup rust libwebp
scoop bucket add nerd-fonts
scoop install iosevka-nf firacode
- VSCode with installer from the official website.
- Copy your PowerShell $PROFILE.
- Install Posh-Git.
- Install Docker Desktop. (Had issues with
docker
from scoop previously.) - Install Visual Studio Build Tools -- It's needed for node-gyp.
D:/
workspace
project-1
project-2
...
tools
VSCode
...
- 05 June 2021 - Bought new Windows laptop. Migrating from Pop_OS.