Skip to content

Instantly share code, notes, and snippets.

View justalemon's full-sized avatar
🍋
Lemon

Hannele Ruiz justalemon

🍋
Lemon
View GitHub Profile
@justalemon
justalemon / scoop.ps1
Created December 8, 2023 19:43
Scoop Installation and the packages I want
irm get.scoop.sh | iex
scoop install busybox rustup ruby msys2 python
ridk install
@justalemon
justalemon / instructions.md
Created December 6, 2023 16:03
Arch WSL Instructions
  • Go to https://github.com/yuk7/ArchWSL/releases and download the non online appx and cer
  • Install the cer to the machine in "Trusted Root Certification Authorities"
  • Start Arch and wait for install to complete
  • Start Arch again and wait for the keyring to initialize, if not, see yuk7/ArchWSL#317
  • Fix the use of llvmpipe usage instead of D3D12, see yuk7/ArchWSL#308 and microsoft/wslg#1129
  • Enable pulseaudio support by installing pulseaudio and setting PULSE_SERVER to /mnt/wslg/PulseServer
@justalemon
justalemon / main.py
Created July 25, 2023 20:56 — forked from maxmacstn/main.py
Raspberry Pi Pico - CircuitPython volume knob
import digitalio
import board
import usb_hid
import time
from adafruit_hid.keyboard import Keyboard
from adafruit_hid.mouse import Mouse
from adafruit_hid.keycode import Keycode
from adafruit_hid.consumer_control import ConsumerControl
from adafruit_hid.consumer_control_code import ConsumerControlCode