Update Install #1

Merged
edrohler merged 2 commits from update-install-script into master 2021-06-20 09:54:25 -04:00
5 changed files with 7 additions and 10 deletions
Showing only changes of commit d5f3b5ee1b - Show all commits

View File

@ -1,7 +1,7 @@
<?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="2021-06-20 08:06:00" build="210304"> <key name=".Vanilla" modified="2021-06-20 09:49:45" build="210304">
<value name="ColorTable00" type="dword" data="001e1d1b"/> <value name="ColorTable00" type="dword" data="001e1d1b"/>
<value name="ColorTable01" type="dword" data="00d28b26"/> <value name="ColorTable01" type="dword" data="00d28b26"/>
<value name="ColorTable02" type="dword" data="0014b482"/> <value name="ColorTable02" type="dword" data="0014b482"/>
@ -124,11 +124,11 @@
<value name="ColorKeyValue" type="dword" data="00010101"/> <value name="ColorKeyValue" type="dword" data="00010101"/>
<value name="UseCurrentSizePos" type="hex" data="01"/> <value name="UseCurrentSizePos" type="hex" data="01"/>
<value name="WindowMode" type="dword" data="0000051f"/> <value name="WindowMode" type="dword" data="0000051f"/>
<value name="ConWnd Width" type="dword" data="0000009e"/> <value name="ConWnd Width" type="dword" data="0000009c"/>
<value name="ConWnd Height" type="dword" data="00000057"/> <value name="ConWnd Height" type="dword" data="00000056"/>
<value name="Cascaded" type="hex" data="01"/> <value name="Cascaded" type="hex" data="01"/>
<value name="ConWnd X" type="long" data="1919"/> <value name="ConWnd X" type="long" data="1919"/>
<value name="ConWnd Y" type="long" data="-11"/> <value name="ConWnd Y" type="long" data="-1"/>
<value name="16bit Height" type="ulong" data="0"/> <value name="16bit Height" type="ulong" data="0"/>
<value name="AutoSaveSizePos" type="hex" data="01"/> <value name="AutoSaveSizePos" type="hex" data="01"/>
<value name="IntegralSize" type="hex" data="00"/> <value name="IntegralSize" type="hex" data="00"/>

View File

@ -1,5 +0,0 @@
set startdir = %cd%
set aliasdir = %USERPROFILE%
set localappdata = %LocalAppData%
echo mklink aliases.cmd %stardir%

View File

@ -1,4 +1,5 @@
# DOSKEY Aliases # DOSKEY Aliases
Get command line aliases in your Windows Command Prompt. Get command line aliases in your Windows Command Prompt.
Create symlinks from repo to repsective dirs. Create SymbolicLinks from repo to respective directories using the [Install PowerShell Script](install.ps1).

View File

@ -30,6 +30,7 @@
"Configruation", "Configruation",
"Crosstab", "Crosstab",
"Crosstabs", "Crosstabs",
"DOSKEY",
"Datasource", "Datasource",
"Etag", "Etag",
"GIFs", "GIFs",