diff --git a/cmder/user-ConEmu.xml b/cmder/user-ConEmu.xml index ffee68c..f2a74ec 100644 --- a/cmder/user-ConEmu.xml +++ b/cmder/user-ConEmu.xml @@ -1,7 +1,7 @@ - + @@ -124,11 +124,11 @@ - - + + - - + + diff --git a/vscode/extensions.json b/vscode/extensions.json index 2360a49..9de8ab8 100644 --- a/vscode/extensions.json +++ b/vscode/extensions.json @@ -10,6 +10,7 @@ "golf1052.code-sync", "hediet.vscode-drawio", "HookyQR.beautify", + "idleberg.nsis", "ionutvmi.reg", "KendoUI.kendotemplatewizard", "ms-azuretools.vscode-docker", diff --git a/vscode/settings.json b/vscode/settings.json index 20aae24..4b7650a 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -37,9 +37,12 @@ "HTTPMETHOD", "HTTPVERSION", "Hashtable", + "Jitsi", "Linq", "MKCOL", + "MSIX", "MSWACS", + "NSIS", "Neovim", "Newtonsoft", "OLTP", @@ -134,6 +137,7 @@ "urlparam", "vbox", "whitelabeling", + "winget", "wwwroot" ], "[html]": { diff --git a/winget-installs.cmd b/winget-installs.cmd index 85658f2..89faa74 100644 --- a/winget-installs.cmd +++ b/winget-installs.cmd @@ -27,4 +27,4 @@ winget install --id=VideoLAN.VLC -e && ^ winget install --id=Microsoft.Office -e && ^ winget install --id=Microsoft.Teams -e && ^ winget install --id=LibreOffice.LibreOffice && ^ - \ No newline at end of file +winget isntall --id=Cmder.Cmder-Mini -e && ^ \ No newline at end of file