From 84f3642c6ee971c264e53669d1598f847fb65ca0 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Wed, 27 Jan 2021 22:05:17 +0100 Subject: [PATCH] . --- scripts/autoconfig-all.cmd | 8 +- scripts/config/install-sublime.txt | 6 ++ scripts/config/install-submerge.txt | 6 ++ .../config/{ssh_config.txt => ssh-config.txt} | 0 scripts/config/wcx_ftp.ini | 21 ++++ scripts/config/wt-settings.json | 99 ++++++++++++++++++ scripts/deploy/logon.cmd | 20 +++- scripts/icons/Sublime.lnk | Bin 0 -> 933 bytes scripts/install-emclient.cmd | 2 +- scripts/install-sublime.cmd | 22 ++++ scripts/install-wterminal.ps1 | 13 +++ scripts/modify-path.cmd | 2 +- software/.gitignore | 10 +- 13 files changed, 199 insertions(+), 10 deletions(-) create mode 100644 scripts/config/install-sublime.txt create mode 100644 scripts/config/install-submerge.txt rename scripts/config/{ssh_config.txt => ssh-config.txt} (100%) create mode 100644 scripts/config/wcx_ftp.ini create mode 100644 scripts/config/wt-settings.json create mode 100644 scripts/icons/Sublime.lnk create mode 100644 scripts/install-sublime.cmd create mode 100644 scripts/install-wterminal.ps1 diff --git a/scripts/autoconfig-all.cmd b/scripts/autoconfig-all.cmd index d882d9c..75e92d1 100644 --- a/scripts/autoconfig-all.cmd +++ b/scripts/autoconfig-all.cmd @@ -77,6 +77,12 @@ echo. call install-git.cmd echo. +powershell -Command .\install-wterminal.ps1 +echo. + +call install-sublime.cmd +echo. + rem fuck you microsoft ... call install-openshell.cmd echo. @@ -127,7 +133,7 @@ rem ... stupid os problem #2 call cleanup-startmenu.cmd echo. -rem ... remove ALL the stupid fucking microsoft TELEMiETRY BULLSHIT! +rem ... remove ALL the stupid fucking microsoft TELEMETRY BULLSHIT! call uninstall-telemetry.cmd echo. diff --git a/scripts/config/install-sublime.txt b/scripts/config/install-sublime.txt new file mode 100644 index 0000000..960cd51 --- /dev/null +++ b/scripts/config/install-sublime.txt @@ -0,0 +1,6 @@ +[Setup] +Lang=default +Dir=C:\Program Files\Sublime Text 3 +Group=Sublime Text +NoIcons=0 +Tasks=contextentry diff --git a/scripts/config/install-submerge.txt b/scripts/config/install-submerge.txt new file mode 100644 index 0000000..88f23b9 --- /dev/null +++ b/scripts/config/install-submerge.txt @@ -0,0 +1,6 @@ +[Setup] +Lang=default +Dir=C:\Program Files\Sublime Merge +Group=Sublime Merge +NoIcons=0 +Tasks= diff --git a/scripts/config/ssh_config.txt b/scripts/config/ssh-config.txt similarity index 100% rename from scripts/config/ssh_config.txt rename to scripts/config/ssh-config.txt diff --git a/scripts/config/wcx_ftp.ini b/scripts/config/wcx_ftp.ini new file mode 100644 index 0000000..09f39ed --- /dev/null +++ b/scripts/config/wcx_ftp.ini @@ -0,0 +1,21 @@ +[General] +ConnectRetries=10 +WaitDelay=5 +transfermode=I +LogFile= +FtpInBackground=0 +ModeZ=1 +[default] +pasvmode=1 +[connections] +1=Netcup (hosting147976) +2=Hetzner (DUMBO) +default=Netcup (hosting147976) +[Hetzner (DUMBO)] +host=dumbo.exabyte.systems +username=u250063 +pasvmode=1 +[Netcup (hosting147976)] +host=www.exabyte-systems.com +username=hosting147976 +pasvmode=1 diff --git a/scripts/config/wt-settings.json b/scripts/config/wt-settings.json new file mode 100644 index 0000000..e63dbb1 --- /dev/null +++ b/scripts/config/wt-settings.json @@ -0,0 +1,99 @@ +// To view the default settings, hold "alt" while clicking on the "Settings" button. +// For documentation on these settings, see: https://aka.ms/terminal-documentation +{ + "$schema": "https://aka.ms/terminal-profiles-schema", + "defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", + "initialCols": 140, + "initialRows": 40, + "copyOnSelect": true, + "copyFormatting": false, + "profiles": + { + "defaults": + { + // Put settings here that you want to apply to all profiles. + }, + "list": + [ + { + "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", + "name": "Command Prompt", + "commandline": "cmd.exe /K c:\\scripts\\start-ssh-agent.cmd", + "cursorShape": "filledBox", + "startingDirectory": "%USERPROFILE%\\workspace", + "colorScheme": "CMDBOX", + "hidden": false + }, + { + "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", + "name": "Windows PowerShell", + "commandline": "powershell.exe", + "cursorShape": "filledBox", + "startingDirectory": "%USERPROFILE%\\workspace", + "colorScheme": "POWERSHELL", + "hidden": false + }, + { + "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", + "hidden": true, + "name": "Azure Cloud Shell", + "source": "Windows.Terminal.Azure" + } + ] + }, + + "schemes": [ + { + "name": "CMDBOX", + "foreground": "#CCCCCC", + "background": "#0C0C0C", + "cursorColor": "#3B78FF", + "black": "#0C0C0C", + "red": "#C50F1F", + "green": "#13A10E", + "yellow": "#C19C00", + "blue": "#0037DA", + "purple": "#881798", + "cyan": "#3A96DD", + "white": "#CCCCCC", + "brightBlack": "#767676", + "brightRed": "#E74856", + "brightGreen": "#16C60C", + "brightYellow": "#F9F1A5", + "brightBlue": "#3B78FF", + "brightPurple": "#B4009E", + "brightCyan": "#61D6D6", + "brightWhite": "#F2F2F2" + }, + { + "name": "POWERSHELL", + "foreground": "#CCCCCC", + "background": "#012456", + "cursorColor": "#F9F1A5", + "black": "#0C0C0C", + "red": "#C50F1F", + "green": "#13A10E", + "yellow": "#C19C00", + "blue": "#0037DA", + "purple": "#881798", + "cyan": "#3A96DD", + "white": "#CCCCCC", + "brightBlack": "#767676", + "brightRed": "#E74856", + "brightGreen": "#16C60C", + "brightYellow": "#F9F1A5", + "brightBlue": "#3B78FF", + "brightPurple": "#B4009E", + "brightCyan": "#61D6D6", + "brightWhite": "#F2F2F2" + } +], + + "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" } + ] +} diff --git a/scripts/deploy/logon.cmd b/scripts/deploy/logon.cmd index af2ce8a..b3155cd 100644 --- a/scripts/deploy/logon.cmd +++ b/scripts/deploy/logon.cmd @@ -28,10 +28,26 @@ echo set desktop colour ... echo starting BGInfo ... %TOOLS%\bginfo\bginfo64.exe %TOOLS%\bginfo\config.bgi /NOLICPROMPT /silent /timer:0 -echo creating some directories and files for current user ... + +rem ###### +rem ### +echo creating some directories and copy files for current user ... + +rem SSH mkdir %USERPROFILE%\workspace 1>nul 2>nul mkdir %USERPROFILE%\.ssh 1>nul 2>nul -copy /Y %TOOLS%\scripts\config\ssh_config.txt %USERPROFILE%\.ssh\config +xcopy /D %TOOLS%\scripts\config\ssh-config.txt %USERPROFILE%\.ssh\config + +rem WINDOWS TERMINAL +xcopy /D %TOOLS%\scripts\config\wt-settings.json ^ + %LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json + +rem TOTALCOMMANDER +xcopy /D %TOOLS%\scripts\config\wcx_ftp.ini %windir% + +rem ### +rem ###### + echo start workstation service ... net start workstation 1>nul 2>nul diff --git a/scripts/icons/Sublime.lnk b/scripts/icons/Sublime.lnk new file mode 100644 index 0000000000000000000000000000000000000000..9fd455b5c6cf7927176037595ef88a8fa5f739c1 GIT binary patch literal 933 zcmeZaU|?VrVFHp23U^cYgWY#jz&AkUD&oWTO@1__2VxLYhH3orzSI{A3| zg52Tn0fJC=`@#^+P|A=5v>_Adl2o8uLV#oi&_4=5+Zh-n z81jI&f&$OcKgCA@Zi}94gewC>5Qp zaxaJvas>#a0I@g_GXt^Kw^lm=ARU&UQ<|H~0F0`DqWtut#9Rfp%$(HXnBdZ+oXp%* zg^<*W5(VR!VhA_B1jyA(tpM6!0}NI@h8UbA?g)y(8(=ZO$U_cJOi#))I5SuQZ6?=- z1V|7phycAz9{a%lGI+Yu^{2KV3Ux+9OYGf z1%%{*u?mb-h6R>D+AugEc%xXZ%i7)okL4Z?dP{68dSrp(86cZHfcSa;*4VZu>)mz* O-8rbQ`tLYM90mX@uEZYz literal 0 HcmV?d00001 diff --git a/scripts/install-emclient.cmd b/scripts/install-emclient.cmd index 13a4610..18927d8 100644 --- a/scripts/install-emclient.cmd +++ b/scripts/install-emclient.cmd @@ -3,7 +3,7 @@ set SCRIPTS=..\scripts set SOFTWARE=..\software -set MSI=emclient-v8.1.979.msi +set MSI=emclient-v8.1.1054.msi echo ####### %0 ####### diff --git a/scripts/install-sublime.cmd b/scripts/install-sublime.cmd new file mode 100644 index 0000000..c76ce17 --- /dev/null +++ b/scripts/install-sublime.cmd @@ -0,0 +1,22 @@ +@echo off + +set CONFIG1=config\install-sublime.txt +set EXE1=..\software\sublime_text_build_3211_x64_Setup.exe + +set CONFIG2=config\install-submerge.txt +set EXE2=..\software\sublime_merge_build_2039_x64_setup.exe + +echo ####### %0 ####### + +echo killing sublime processes... +taskkill /F /IM sublime_text.exe 2>nul +taskkill /F /IM sublime_merge.exe 2>nul + +echo installing SUBLIME TEXT ... +%EXE1% /LOADINF=%CONFIG1% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS + +echo installing SUBLIME MERGE ... +%EXE2% /LOADINF=%CONFIG2% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS + +echo ####### %0 ####### + diff --git a/scripts/install-wterminal.ps1 b/scripts/install-wterminal.ps1 new file mode 100644 index 0000000..2947171 --- /dev/null +++ b/scripts/install-wterminal.ps1 @@ -0,0 +1,13 @@ +# Install Windows Terminal ... + +$MSIBUNDLE="..\software\Microsoft.WindowsTerminal_1.4.3243.0_8wekyb3d8bbwe.msixbundle" + +write-host '#######',(split-path $PSCommandPath -Leaf),'#######' + +$ErrorActionPreference = "SilentlyContinue" +# $progressPreference = 'SilentlyContinue' + +Add-AppXPackage -path "$MSIBUNDLE" + +write-host '#######',(split-path $PSCommandPath -Leaf),'#######' + diff --git a/scripts/modify-path.cmd b/scripts/modify-path.cmd index 6e57685..faf6e2d 100644 --- a/scripts/modify-path.cmd +++ b/scripts/modify-path.cmd @@ -4,7 +4,7 @@ echo ####### %0 ####### echo setting PATH variable (for all users) ... reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" ^ - /d "%SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMROOT%\system32\WindowsPowerShell\v1.0;%TOOLS%;%TOOLS%\git\bin;%TOOLS%\git\usr\bin;%TOOLS%\notepad++" ^ + /d "%SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMROOT%\system32\WindowsPowerShell\v1.0;%LOCALAPPDATA%\Microsoft\WindowsApps;%TOOLS%;%TOOLS%\git\bin;%TOOLS%\git\usr\bin;%TOOLS%\notepad++" ^ /v PATH /t REG_EXPAND_SZ /f echo ####### %0 ####### diff --git a/software/.gitignore b/software/.gitignore index 67056d6..8d6bdfc 100644 --- a/software/.gitignore +++ b/software/.gitignore @@ -1,5 +1,5 @@ -*.exe -*.msi -*.xpi -*.zip - +*.exe +*.msi +*.xpi +*.zip +*.msixbundle