From 678e7ab5bf38b66ddbc3ab9961976c318dde1aef Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 11 Nov 2023 19:42:31 +0100 Subject: [PATCH] sync otd presets --- Makefile | 7 +++++++ windows11.bat | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/Makefile b/Makefile index 2e587df..05f215a 100644 --- a/Makefile +++ b/Makefile @@ -187,6 +187,13 @@ sync-windows: @echo "$(WIN) Xournal++ settings synced!" @echo +# OpenTabletDriver presets + @mkdir -p $(LOCALAPPDATA)/OpenTabletDriver/Presets + @$(WGET) $(REPO_SRC)/opentabletdriver/vertical-main.json -O $(LOCALAPPDATA)/OpenTabletDriver/Presets/vertical-main.json + @$(WGET) $(REPO_SRC)/opentabletdriver/vertical-second.json -O $(LOCALAPPDATA)/OpenTabletDriver/Presets/vertical-second.json + @echo "$(WIN) OpenTabletDriver presets synced!" + @echo + # # Topgrade # @$(WGET) $(REPO_SRC)/.config/topgrade/topgrade.toml -O $(APPDATA)/topgrade.toml # @echo "$(WIN) Topgrade settings synced!" diff --git a/windows11.bat b/windows11.bat index 428f485..4b54f0f 100644 --- a/windows11.bat +++ b/windows11.bat @@ -239,6 +239,11 @@ CALL "%TEMP%\VMulti-Driver\install_hiddriver.bat" PowerShell -Command "Invoke-WebRequest -Uri https://github.com/X9VoiD/VoiDPlugins/releases/latest/download/WindowsInk.zip -OutFile '%TEMP%\WindowsInk.zip'" PowerShell -Command "Expand-Archive -Path '%TEMP%\WindowsInk.zip' -DestinationPath '%LOCALAPPDATA%\OpenTabletDriver\Plugins\Windows Ink' -Force" +:: Settings of OpenTabletDriver +ECHO Setting up OpenTabletDriver presets... +PowerShell -Command "Invoke-WebRequest -Uri !repo!/opentabletdriver/vertical-main.json -OutFile '%LOCALAPPDATA%\OpenTabletDriver\Presets\vertical-main.json'" +PowerShell -Command "Invoke-WebRequest -Uri !repo!/opentabletdriver/vertical-second.json -OutFile '%LOCALAPPDATA%\OpenTabletDriver\Presets\vertical-second.json'" + :: Install VALORANT rank yoinker ECHO VALORANT rank yoinker... PowerShell -Command "" ^