ohmyzsh/plugins/vcxsrv
2022-02-07 10:37:56 -03:00
..
README.md Adding a plugin that set the required environment variable to VcXsrv 2022-02-07 10:37:56 -03:00
vcxsrv.plugin.zsh Adding a plugin that set the required environment variable to VcXsrv 2022-02-07 10:37:56 -03:00

VcXsrv plugin

This plugin add the environment variables to allow graphic apps running on WSL to find the VcXsrv instance intalled on Windows. It assumes that you have let the VcXsrv configured with your local machine.

To use it, add vcxsrv to the plugins array in your zshrc file:

plugins=(... vcxsrv)

Requirements

In order to make this work, you will need to have the folowing softwares installed:

VcXsrv installed on Windows.

More info on the usage and install: https://github.com/direnv/direnv