Skip to content

Instantly share code, notes, and snippets.

View cattokomo's full-sized avatar
🌧️
Having ADHD

Komo cattokomo

🌧️
Having ADHD
  • 14:02 (UTC +08:00)
View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<!-- Custom Layout for Unexpected Keyboard -->
<!-- This file defines the QWERTY layout.
A layout is made of keys arranged into rows. Keys can be made bigger with the
'width' attribute and blank space can be added on the left of a key with the
'shift' attribute.
'key0' assigns the symbol on the middle of the key. 'key1', 'key2', etc..
assign symbols to the corners of a key, they are arranged like this:
@cattokomo
cattokomo / README.md
Last active March 15, 2024 10:48
Install Luvit in Termux

Install Luvit in Termux

An easy way to (build and) install Luvit into Termux


Run this code below:

curl -LO https://gist.github.com/UrNightmaree/7f25b518e3ce22f7abe4d1bb11001628/raw/d467b2563aab906b45a66fa6c7bf172b23b1b5d7/install-luvit-for-termux.sh
# wget is also works if you don't want to use curl