Initial commit

This commit is contained in:
2024-07-06 20:31:50 +02:00
commit b5f83958c9
299 changed files with 11284 additions and 0 deletions

5
check.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
files=(theme/*.lua theme/*/*.lua rc_parts/*.lua)
files=${files[@]}
stylua -c $files
luacheck $files