Skip to content

Instantly share code, notes, and snippets.

@xl1
Last active April 3, 2021 07:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xl1/4b5d5f5b4b3d1875e3eb7d278e91f94e to your computer and use it in GitHub Desktop.
Save xl1/4b5d5f5b4b3d1875e3eb7d278e91f94e to your computer and use it in GitHub Desktop.
wip
choco install microsoftazurestorageexplorer
choco install dotnetcore-sdk
choco install keepass.install
choco install rapidee
choco install vscode
# requies restart
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
wsl --set-default-version 2
wget https://gist.githubusercontent.com/xl1/5d879bc75e4bd9c1b78094b9015a41dd/raw/.gitconfig
# node
curl -sL https://deb.nodesource.com/setup_current.x | sudo -E bash -
sudo apt install nodejs
# latest git
sudo add-apt-repository ppa:git-core/ppa
sudo apt install git
sudo apt install peco
sudo ln -s /mnt/c/WINDOWS/explorer.exe /usr/local/bin/start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment