Skip to content

Mithrilwoodrat/dev-on-windows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Setup WSL

  • setup ssh service in WSL
  • If error Missing privilege separation directory: /run/sshd , run sudo mkdir -p /run/sshd in wsl

Setup ConEmu

  • Add/refresh default tasks After Install WSL or Msys2

Setup Msys2 Home

  • Set up $HOME Edit /etc/fastic add line :/Users/<username> /home/<username> ntfs binary,noacl,auto 1 1 to enable ssh client find your config

Install Visual C++ Build Tools 2015

edit ~/.bashrc add export PATH=$PATH:/c/Program\ Files\ \(x86\)/MSBuild/14.0/Bin

About

An opiniated guide to set up a development environment on Windows.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published