sync otd presets
This commit is contained in:
parent
02657c40d3
commit
678e7ab5bf
2 changed files with 12 additions and 0 deletions
7
Makefile
7
Makefile
|
@ -187,6 +187,13 @@ sync-windows:
|
||||||
@echo "$(WIN) Xournal++ settings synced!"
|
@echo "$(WIN) Xournal++ settings synced!"
|
||||||
@echo
|
@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
|
# # Topgrade
|
||||||
# @$(WGET) $(REPO_SRC)/.config/topgrade/topgrade.toml -O $(APPDATA)/topgrade.toml
|
# @$(WGET) $(REPO_SRC)/.config/topgrade/topgrade.toml -O $(APPDATA)/topgrade.toml
|
||||||
# @echo "$(WIN) Topgrade settings synced!"
|
# @echo "$(WIN) Topgrade settings synced!"
|
||||||
|
|
|
@ -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 "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"
|
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
|
:: Install VALORANT rank yoinker
|
||||||
ECHO VALORANT rank yoinker...
|
ECHO VALORANT rank yoinker...
|
||||||
PowerShell -Command "" ^
|
PowerShell -Command "" ^
|
||||||
|
|
Loading…
Reference in a new issue