Skip to content

Instantly share code, notes, and snippets.

View kynadev's full-sized avatar
🏳️‍🌈

Kyna Develle kynadev

🏳️‍🌈
  • UW Paul Allen School of CSE
  • Seattle WA
  • 21:50 (UTC -07:00)
View GitHub Profile
@kynadev
kynadev / infinitzie.zsh-theme
Created September 2, 2023 19:00
OH MY ZSH THEME
# Infinitzie Theme! (wip)
# License: MIT
# Author: Kyna Develle
# Dependencies:
# plugin: zsh-autosuggestions
# package: git, cmatrix
# todo figure out ESC char equivelent that works the same
normal_type=""
bold_type=""
@kynadev
kynadev / guntypesfixhell.sh
Created July 24, 2022 04:42
Fix Gun JS when using Typescript with this script. You will need to run it whenever you update
#!/bin/sh env
# Include this in your package.json's scripts section
# I give it the name "fix-gun" and run it whenever you change your packages
# Obviously this is a bandaid on a gaping wound. Hopefully it is fixed more properly. Current Date: 12022-07-23
# Remove Types
rmdir -v ./node_modules/gun/type/
rm -v ./node_modules/gun/*.d.ts
kwriteconfig5 --file kwalletrc --group 'Wallet' --key 'Enabled' 'false'
kwriteconfig5 --file kwalletrc --group 'Wallet' --key 'First Use' 'false'