update extensions and add winget script

This commit is contained in:
Eric D. Rohler 2021-06-17 09:23:15 -04:00
parent adadbf96c7
commit 4e9959321c
4 changed files with 32 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<key name="Software">
<key name="ConEmu">
<key name=".Vanilla" modified="2021-01-15 05:13:15" build="191012">
<key name=".Vanilla" modified="2021-06-17 08:10:37" build="210304">
<value name="ColorTable00" type="dword" data="001e1d1b"/>
<value name="ColorTable01" type="dword" data="00d28b26"/>
<value name="ColorTable02" type="dword" data="0014b482"/>

View File

@ -10,7 +10,6 @@ e.=explorer .
ls=ls --show-control-chars -F --color $*
pwd=cd
clear=cls
history=cat -n "%CMDER_ROOT%\config\.history"
unalias=alias /d $1
cmderr=cd /d "%CMDER_ROOT%"
home=cd /d %USERPROFILE%

View File

@ -1,5 +1,6 @@
{
"extensions": [
"alefragnani.rtf",
"DavidAnson.vscode-markdownlint",
"DotJoshJohnson.xml",
"Equinusocio.vsc-community-material-theme",

30
winget-installs.cmd Normal file
View File

@ -0,0 +1,30 @@
winget install --id=Microsoft.dotNetFramework -e && ^
winget install --id=Microsoft.dotnet -e && ^
winget install --id=Microsoft.VisualStudio.2019.Professional -e && ^
winget install --id=Microsoft.VisualStudioCode -e && ^
winget install --id=Telerik.FiddlerEverywhere -e && ^
winget install --id=Git.Git -e && ^
winget install --id=GitHub.GitLFS -e && ^
winget install --id=Fork.Fork -e && ^
winget install --id=Microsoft.SQLServerManagementStudio -e && ^
winget install --id=LancelotSoftware.MediaFileManager -e && ^
winget install --id=7zip.7zip -e && ^
winget install --id=RARLab.WinRAR -e && ^
winget install --id=Adobe.AdobeAcrobatReaderDC -e && ^
winget install --id=Mozilla.FirefoxDeveloperEdition -v "89.0b13" -e && ^
winget install --id=Mozilla.Firefox -e && ^
winget install --id=Google.Chrome -e && ^
winget install --id=BraveSoftware.BraveBrowser -e && ^
winget install --id=Opera.Opera -e && ^
winget install --id=TorProject.TorBrowser -e && ^
winget install --id=GIMP.GIMP -e && ^
winget install --id=Microsoft.AzureStorageExplorer -e && ^
winget install --id=Inkscape.Inkscape -e && ^
winget install --id=JGraph.Draw -e && ^
winget install --id=OpenJS.NodeJS -e && ^
winget install --id=OBSProject.OBSStudio -e && ^
winget install --id=VideoLAN.VLC -e && ^
winget install --id=Microsoft.Office -e && ^
winget install --id=Microsoft.Teams -e && ^
winget install --id=LibreOffice.LibreOffice && ^