My dotfiles hosted on gitlab.com
.codenvy.json Inspired by https://gitlab.com/gitlab-org/gitlab-ce/issues/12759
NixOS
rr
silversearcher-ag
catimg
ptop
nethogs
bashtrace
NcursesFM
vcat
http://dockerfile-linter.com/?lang=en
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl --set-default-version 2
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