My dotfiles hosted on github.com
rr
ptop
vcat
http://dockerfile-linter.com/?lang=en
# Install mise which install python
bin/makeMise.sh
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem and set LongPathsEnabled to 1
Needs to be enabled
wsl.exe --list --online
wsl.exe --install Ubuntu
reboot required
git config --global core.sshCommand "'C:\Windows\System32\OpenSSH\ssh.exe'"
choco install everything
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iwr -useb get.scoop.sh | iex
scoop install cygwin
~\scoop\apps\cygwin\current\cygwin-setup.exe -qnBP ansible
~\scoop\apps\cygwin\current\cygwin-setup.exe -qnBP gcc-core,python38-pip,python38-devel,libffi-devel,libssl-devel,openssh
python3.8.exe -m pip install ansible
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -x