- Create a folder at the root of your user home folder
(Example:
C:/Users/uname/
) called.ssh
. - Create the following files if they do not already exist (paths begin from the root of your user home folder):
.ssh/config
using System; | |
using System.Net.WebSockets; | |
using System.Text; | |
using System.Threading; | |
using System.Threading.Tasks; | |
namespace Coe.WebSocketWrapper | |
{ | |
public class WebSocketWrapper | |
{ |
IOJS_VERSION=v0.0.0 | |
IOJS_DIR=$HOME/.iojs | |
iojs_install() { | |
iojs_setup | |
iojs_download | |
iojs_assemble | |
iojs_teardown | |
} |
How to setup a development environment where Git from WSL integrates with native Windows applications, using the Windows home folder as the WSL home and using Git from WSL for all tools.
Note if using Git for Windows, or any tool on the Windows side that does not use Git from WSL then there will likely be problems with file permissions if using those files from inside WSL.
These are the tools I use:
wslgit
)