- Adds some optional ST3 keymaps to VS Code on Windows (#159)

* - Added commented out sublime text keymaps for VS Code under Windows

* - Added cmd.exe to kinto.ahk for Windows

* - Added support for Fluent Terminal on Windows

* - Firefox paste fix for Windows

* - Added Sublime hotkeys to VS Code to setup for windows

* - Added refresh of environment variables after possible package installs on Windows
This commit is contained in:
Ben Reaves
2020-05-08 14:18:56 -05:00
committed by GitHub
parent 61fe293af8
commit 4c8ae68027
3 changed files with 35 additions and 2 deletions

View File

@@ -10,3 +10,6 @@ else{
if(-not(test-path "C:\Program Files\AutoHotkey\AutoHotkey.exe")){
choco install autohotkey.install
}
if(-not(test-path "C:\Strawberry\")){
choco install strawberryperl
}