Updated Readme and config file, no longer need compiled wslbridge (sigh)
This commit is contained in:
parent
bcc956fed0
commit
f522cc4101
@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<key name="Software">
|
<key name="Software">
|
||||||
<key name="ConEmu">
|
<key name="ConEmu">
|
||||||
<key name=".Vanilla" modified="2019-07-15 22:33:01" build="190714">
|
<key name=".Vanilla" modified="2019-07-15 23:12:27" build="190714">
|
||||||
<value name="Language" type="string" data="en"/>
|
<value name="Language" type="string" data="en"/>
|
||||||
<value name="StartType" type="hex" data="02"/>
|
<value name="StartType" type="hex" data="02"/>
|
||||||
<value name="CmdLine" type="string" data=""/>
|
<value name="CmdLine" type="string" data=""/>
|
||||||
<value name="StartTasksFile" type="string" data=""/>
|
<value name="StartTasksFile" type="string" data=""/>
|
||||||
<value name="StartTasksName" type="string" data="{Shells::Ubuntu}"/>
|
<value name="StartTasksName" type="string" data="{Bash::WSL}"/>
|
||||||
<value name="StartFarFolders" type="hex" data="00"/>
|
<value name="StartFarFolders" type="hex" data="00"/>
|
||||||
<value name="StartFarEditors" type="hex" data="00"/>
|
<value name="StartFarEditors" type="hex" data="00"/>
|
||||||
<value name="StartCreateDelay" type="ulong" data="100"/>
|
<value name="StartCreateDelay" type="ulong" data="100"/>
|
||||||
@ -83,6 +83,8 @@
|
|||||||
<value name="JumpListAutoUpdate" type="hex" data="01"/>
|
<value name="JumpListAutoUpdate" type="hex" data="01"/>
|
||||||
<value name="SaveCmdHistory" type="hex" data="01"/>
|
<value name="SaveCmdHistory" type="hex" data="01"/>
|
||||||
<value name="CmdLineHistory" type="multi">
|
<value name="CmdLineHistory" type="multi">
|
||||||
|
<line data="{Bash::WSL}"/>
|
||||||
|
<line data="{Bash::bash}"/>
|
||||||
<line data="{Shells::PowerShell}"/>
|
<line data="{Shells::PowerShell}"/>
|
||||||
<line data="ubuntu"/>
|
<line data="ubuntu"/>
|
||||||
<line data="cmd.exe"/>
|
<line data="cmd.exe"/>
|
||||||
@ -604,8 +606,8 @@
|
|||||||
<value name="DndRKey" type="hex" data="A2"/>
|
<value name="DndRKey" type="hex" data="A2"/>
|
||||||
<value name="WndDragKey" type="dword" data="00121101"/>
|
<value name="WndDragKey" type="dword" data="00121101"/>
|
||||||
</key>
|
</key>
|
||||||
<key name="Tasks" modified="2019-07-15 21:26:53" build="190714">
|
<key name="Tasks" modified="2019-07-15 23:12:27" build="190714">
|
||||||
<value name="Count" type="long" data="10"/>
|
<value name="Count" type="long" data="12"/>
|
||||||
<key name="Task1" modified="2019-07-15 22:33:01" build="190714">
|
<key name="Task1" modified="2019-07-15 22:33:01" build="190714">
|
||||||
<value name="Name" type="string" data="{Shells::Ubuntu}"/>
|
<value name="Name" type="string" data="{Shells::Ubuntu}"/>
|
||||||
<value name="Flags" type="dword" data="00000005"/>
|
<value name="Flags" type="dword" data="00000005"/>
|
||||||
@ -697,6 +699,24 @@
|
|||||||
<value name="Count" type="long" data="1"/>
|
<value name="Count" type="long" data="1"/>
|
||||||
<value name="Cmd1" type="string" data='*cmd.exe /k Title Chocolatey & "%ConEmuBaseDir%\Addons\ChocolateyAbout.cmd"'/>
|
<value name="Cmd1" type="string" data='*cmd.exe /k Title Chocolatey & "%ConEmuBaseDir%\Addons\ChocolateyAbout.cmd"'/>
|
||||||
</key>
|
</key>
|
||||||
|
<key name="Task11" modified="2019-07-15 23:12:27" build="190714">
|
||||||
|
<value name="Name" type="string" data="{Bash::CygWin bash}"/>
|
||||||
|
<value name="Flags" type="dword" data="00000004"/>
|
||||||
|
<value name="Hotkey" type="dword" data="00000000"/>
|
||||||
|
<value name="GuiArgs" type="string" data=""/>
|
||||||
|
<value name="Active" type="long" data="0"/>
|
||||||
|
<value name="Count" type="long" data="1"/>
|
||||||
|
<value name="Cmd1" type="string" data='set CHERE_INVOKING=1 & set "PATH=%ConEmuDrive%\cygwin64\bin;%PATH%" & %ConEmuBaseDirShort%\conemu-cyg-64.exe -new_console:p %ConEmuDrive%\cygwin64\bin\bash.exe --login -i -new_console:C:"%ConEmuDrive%\cygwin64\Cygwin.ico"'/>
|
||||||
|
</key>
|
||||||
|
<key name="Task12" modified="2019-07-15 23:12:27" build="190714">
|
||||||
|
<value name="Name" type="string" data="{Bash::WSL}"/>
|
||||||
|
<value name="Flags" type="dword" data="00000004"/>
|
||||||
|
<value name="Hotkey" type="dword" data="00000000"/>
|
||||||
|
<value name="GuiArgs" type="string" data='/dir %CD% /icon "%USERPROFILE%\AppData\Local\lxss\bash.ico"'/>
|
||||||
|
<value name="Active" type="long" data="0"/>
|
||||||
|
<value name="Count" type="long" data="1"/>
|
||||||
|
<value name="Cmd1" type="string" data='set "PATH=%ConEmuBaseDirShort%\wsl;%PATH%" & %ConEmuBaseDirShort%\conemu-cyg-64.exe --wsl -cur_console:pm:/mnt -C "~" -t zsh -l'/>
|
||||||
|
</key>
|
||||||
</key>
|
</key>
|
||||||
<key name="Apps" modified="2019-07-15 21:26:53" build="190714">
|
<key name="Apps" modified="2019-07-15 21:26:53" build="190714">
|
||||||
<value name="Count" type="long" data="0"/>
|
<value name="Count" type="long" data="0"/>
|
@ -2,8 +2,9 @@
|
|||||||
|
|
||||||
Pre-reqs
|
Pre-reqs
|
||||||
* Install conemu
|
* Install conemu
|
||||||
* Install cygwin (no packages needed)
|
* ~~Install cygwin (no packages needed)~~
|
||||||
* Copy contents of wslbridge folder to c:\cygwin64\bin\
|
* ~~Copy contents of wslbridge folder to c:\cygwin64\bin\~~
|
||||||
|
* Copy ConEmu.xml to C:/Users/_username_/AppData/Roaming/ConEmu.xml
|
||||||
|
|
||||||
This is a working conemu config. It contains some of the following modifications:
|
This is a working conemu config. It contains some of the following modifications:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user