Skip to content

Instantly share code, notes, and snippets.

View KelseyHigham's full-sized avatar

Kelsey Higham KelseyHigham

View GitHub Profile
@KelseyHigham
KelseyHigham / loadquest.zsh
Last active October 4, 2023 05:26
Push LÖVR files to org.lovr.app on a Quest, restart the app, and start logging. I have this in my ~/.zshrc as "load". (public domain CC0)
# === loadquest ===
# push lovr files to org.lovr.app on a Quest, restart the app, and start logging.
#
# usage:
# navigate to a folder with a main.lua, and do
# loadquest
# or navigate to a folder with your files, and do
# loadquest gorilla.lua
# in the latter case, gorilla.lua will be renamed to main.lua on the Quest.
@KelseyHigham
KelseyHigham / Lua-glsl.sublime-syntax
Last active June 20, 2023 11:57
Lua + GLSL syntax highlighting, for Sublime Text 4
%YAML 1.2
---
name: Lua-glsl
scope: source.lua
extends: Packages/Lua/Lua.sublime-syntax
version: 2
file_extensions:
- lua