attempted githooks

This commit is contained in:
Kieran 2024-08-16 05:23:08 -07:00
parent 53917f026d
commit 687f156874
4 changed files with 8 additions and 2 deletions

2
.githooks/post-merge.cmd Normal file
View File

@ -0,0 +1,2 @@
call ../config
echo "UPDATED"

View File

@ -1 +1,3 @@
# HSS win scripts
# HSS win scripts
To configre a LattePanda Delta, run the `init` script

View File

@ -2,7 +2,7 @@
copy .\startup.cmd "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\"
:: disable sleep
/hibernate off
powercfg.exe /hibernate off
:: disable updates
sc config wuauserv start= disabled

2
init.cmd Normal file
View File

@ -0,0 +1,2 @@
call config.cmd
git config --local core.hooksPath .githooks/