diff --git a/scripts/autoconfig-all.cmd b/scripts/autoconfig-all.cmd index a196b25..fce5a71 100644 --- a/scripts/autoconfig-all.cmd +++ b/scripts/autoconfig-all.cmd @@ -86,9 +86,6 @@ echo. call install-far.cmd echo. -call install-wezterm.cmd -echo. - powershell -command install-windowsterminal.ps1 echo. diff --git a/scripts/config/wezterm.lua b/scripts/config/wezterm.lua deleted file mode 100644 index ecda200..0000000 --- a/scripts/config/wezterm.lua +++ /dev/null @@ -1,48 +0,0 @@ -local wezterm = require 'wezterm'; -return { - - default_prog = {"cmd.exe","/K c:/tools/start-ssh-agent.cmd"}, - initial_cols = 100, - initial_rows = 40, - - set_environment_variables = { - prompt = "$E[31m$T $E[35m$P$G$E[0m " - }, - - keys = { - {key="-", mods="CTRL", action="DecreaseFontSize"}, - {key="+", mods="CTRL", action="IncreaseFontSize"}, - {key="0", mods="CTRL", action="ResetFontSize"}, - {key="PageUp", mods="SHIFT", action=wezterm.action{ScrollByPage=-1}}, - {key="PageDown", mods="SHIFT", action=wezterm.action{ScrollByPage=1}} - }, - - mouse_bindings = { - { - event={Down={streak=1, button="Right"}}, - mods="NONE", - action="Paste" - } - }, - - font_size = 12.0, - scrollback_lines = 5000, - enable_scroll_bar = true, - default_cursor_style = "BlinkingBlock", - cursor_blink_rate = 500, - - colors = { - cursor_bg = "yellow", - cursor_border = "yellow", - scrollbar_thumb = "#DDDDDD" - }, - - window_padding = { - left = 8, - right = 16, - top = 0, - bottom = 8, - }, - -} - diff --git a/scripts/config/wt-settings.json b/scripts/config/wt-settings.json index 91c2417..5d84d87 100644 --- a/scripts/config/wt-settings.json +++ b/scripts/config/wt-settings.json @@ -91,9 +91,23 @@ "actions": [ - { "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" }, - { "command": "paste", "keys": "ctrl+v" }, - { "command": "find", "keys": "ctrl+shift+f" }, - { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" } + { "command": "closeTab", "keys": "alt+q" }, + { "command": "newTab", "keys": "alt+n" }, + { "command": "newTab", "keys": "alt+t" }, + { "command": "prevTab", "keys": "alt+left" }, + { "command": "nextTab", "keys": "alt+right" }, + { "command": { "action": "switchToTab", "index": 0 }, "keys": "alt+1" }, + { "command": { "action": "switchToTab", "index": 1 }, "keys": "alt+2" }, + { "command": { "action": "switchToTab", "index": 2 }, "keys": "alt+3" }, + { "command": { "action": "switchToTab", "index": 3 }, "keys": "alt+4" }, + { "command": { "action": "switchToTab", "index": 4 }, "keys": "alt+5" }, + { "command": { "action": "switchToTab", "index": 5 }, "keys": "alt+6" }, + { "command": { "action": "switchToTab", "index": 6 }, "keys": "alt+7" }, + { "command": { "action": "switchToTab", "index": 7 }, "keys": "alt+8" }, + { "command": { "action": "switchToTab", "index": 8 }, "keys": "alt+9" }, + { "command": "scrollUp", "keys": "shift+up" }, + { "command": "scrollDown", "keys": "shift+down" }, + { "command": "scrollUpPage", "keys": "shift+pgup" }, + { "command": "scrollDownPage", "keys": "shift+pgdown" } ] } diff --git a/scripts/install-wezterm.cmd b/scripts/install-wezterm.cmd deleted file mode 100644 index 0fa4ef1..0000000 --- a/scripts/install-wezterm.cmd +++ /dev/null @@ -1,15 +0,0 @@ -@echo off - -set CONFIG=config\install-wezterm.txt -set EXE=..\software\WezTerm-20201101-103216-403d002d-setup.exe - -echo ####### %0 ####### - -echo killing wezterm process ... -taskkill /F /IM wezterm-gui.exe 2>nul - -echo installing WEZTERM ... -%EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS - -echo ####### %0 ####### - diff --git a/wim/remove-apps.cmd b/wim/remove-apps.cmd index c0be774..415566b 100644 --- a/wim/remove-apps.cmd +++ b/wim/remove-apps.cmd @@ -43,7 +43,7 @@ dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxSpee dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.YourPhone_2019.430.2026.0_neutral_~_8wekyb3d8bbwe dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneMusic_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneVideo_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe -dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsCalculator_2020.1906.55.0_neutral_~_8wekyb3d8bbwe +rem dism /Image:%MNT% /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsCalculator_2020.1906.55.0_neutral_~_8wekyb3d8bbwe @echo off diff --git a/wim/remove-packages.cmd b/wim/remove-packages.cmd index 779139c..2d155c4 100644 --- a/wim/remove-packages.cmd +++ b/wim/remove-packages.cmd @@ -184,12 +184,6 @@ for %%P in ( ) do ( -rem microsoft-onecore-applicationmodel-sync-desktop -rem Microsoft-OneCore-ApplicationModel-Sync-Desktop -rem Microsoft-OneCoreUAP-AppRuntime-RemoteAppLifetimeManager -rem Microsoft-Windows-ConfigCI-Onecore -rem Microsoft-Windows-ConfigCI-Package - @echo on install_wim_tweak.exe /p %MNT% /c "%%P" /r /n @echo off