Skip to content

Instantly share code, notes, and snippets.

View 0komo's full-sized avatar
💭
on my zig hyperfixation era

Komo 0komo

💭
on my zig hyperfixation era
  • 🇮🇩
  • 16:05 (UTC +08:00)
View GitHub Profile
@0komo
0komo / refind-builder.py
Last active November 9, 2024 05:25
rEFInd NixOS module
#! @python3@/bin/python3 -B
import argparse
import os
import os.path
import sys
import errno
import subprocess
import glob
import datetime
import shutil

Komo

Species: Hybrid (Goat[^1] and Wolf)
Design:

  • Has a white fur color.
    • Has a gray color part on hand and feet. (Gradually changes from white to gray)
  • Has a green eye color.
  • Has a goat ears.
  • Has a canine ears.
    • A dark line at the edge of the ear (Something like ^)
<?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:
@0komo
0komo / 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