Skip to content

Latest commit

 

History

History
88 lines (55 loc) · 1.7 KB

File metadata and controls

88 lines (55 loc) · 1.7 KB

dotfiles

Contribute

My dotfiles hosted on github.com

Code Climate

Issue Count Test Coverage Code Climate

Tools

rr

ptop

vcat

Links

http://dockerfile-linter.com/?lang=en

Install

# Install mise which install python
bin/makeMise.sh

Windows

Long paths

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem and set LongPathsEnabled to 1

Hyper V

Needs to be enabled

WSL

wsl.exe --list --online
wsl.exe --install Ubuntu

reboot required

Fix git for windows

git config --global core.sshCommand "'C:\Windows\System32\OpenSSH\ssh.exe'"

Chocolatey

choco install everything

Scoop

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

Rust

Rustup

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -x