sync otd presets

This commit is contained in:
Mylloon 2023-11-11 19:42:31 +01:00
parent 02657c40d3
commit 678e7ab5bf
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 12 additions and 0 deletions

View file

@ -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!"

View file

@ -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 "" ^