From d5f3b5ee1b327e0d3995b0ad7736f3b67cecb9fa Mon Sep 17 00:00:00 2001 From: "Eric D. Rohler" Date: Sun, 20 Jun 2021 09:53:02 -0400 Subject: [PATCH] update installation docs and winget installs --- cmder/user-ConEmu.xml | 8 ++++---- copyfile.cmd | 5 ----- readme.md | 3 ++- vscode/settings.json | 1 + winget-installs.cmd => winget/winget-installs.cmd | 0 5 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 copyfile.cmd rename winget-installs.cmd => winget/winget-installs.cmd (100%) diff --git a/cmder/user-ConEmu.xml b/cmder/user-ConEmu.xml index 8110963..be91dc6 100644 --- a/cmder/user-ConEmu.xml +++ b/cmder/user-ConEmu.xml @@ -1,7 +1,7 @@ - + @@ -124,11 +124,11 @@ - - + + - + diff --git a/copyfile.cmd b/copyfile.cmd deleted file mode 100644 index 24aefdc..0000000 --- a/copyfile.cmd +++ /dev/null @@ -1,5 +0,0 @@ -set startdir = %cd% -set aliasdir = %USERPROFILE% -set localappdata = %LocalAppData% - -echo mklink aliases.cmd %stardir% \ No newline at end of file diff --git a/readme.md b/readme.md index ca894ae..7ca5e7d 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,5 @@ # DOSKEY Aliases + Get command line aliases in your Windows Command Prompt. -Create symlinks from repo to repsective dirs. \ No newline at end of file +Create SymbolicLinks from repo to respective directories using the [Install PowerShell Script](install.ps1). diff --git a/vscode/settings.json b/vscode/settings.json index 4b7650a..1f61cfd 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -30,6 +30,7 @@ "Configruation", "Crosstab", "Crosstabs", + "DOSKEY", "Datasource", "Etag", "GIFs", diff --git a/winget-installs.cmd b/winget/winget-installs.cmd similarity index 100% rename from winget-installs.cmd rename to winget/winget-installs.cmd