Skip to content

Instantly share code, notes, and snippets.

View wxllow's full-sized avatar
:shipit:
hi :)

willow wxllow

:shipit:
hi :)
View GitHub Profile
@wxllow
wxllow / kebab_unlock_root_guide.md
Last active July 17, 2025 18:47
T-Mobile OnePlus 8T Unlock and Root Guide

T-Mobile OnePlus 8T Unlock and Root Guide

This guide provides instructions for converting a T-Mobile OnePlus 8T+ 5G (kebab KB2007) to the EU firmware, unlocking the bootloader, and obtaining root access with Magisk on OxygenOS 14. Using this method, no unlock token is required.

Disclaimer: This process will void your warranty (lol) and completely wipe all data on your device. You are solely responsible for any damage, data loss, or bricked devices that may result from following this guide. Proceed at your own risk.

Important: It is highly recommended that you back up your personal data before starting. Additionally, consider backing up your modem and persist partitions in case of unforeseen issues.

Prerequisites

@wxllow
wxllow / useragent-switcher-preferences(1).json
Created May 11, 2024 20:51
useragent-switcher-preferences for AARCH64/ARM64 Linux (Asahi)
{
"blacklist": [],
"cache": true,
"custom": {
"netflix.com": "Mozilla/5.0 (X11; CrOS x86_64 15633.69.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.6045.212 Safari/537.36"
},
"exactMatch": false,
"faqs": false,
"last-update": 1714282750222,
"log": false,
@wxllow
wxllow / limawithkitty.md
Created December 6, 2023 18:43
Use Lima with Kitty Terminal
infocmp -a xterm-kitty | limactl shell <container> tic -x -o \~/.terminfo /dev/stdin
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-symlinks
- repo: https://github.com/psf/black
feh --bg-fill /home/wl/wallpaper.jpg
Xft.dpi: 224
Xft.antialias: 1
Xft.hinting: 1
Xft.rgba: rgb
Xft.autohint: 0
Xft.hintstyle: hintfull
Xft.lcdfilter: lcdfilter
#!/bin/sh
#/home/wl/.local/resolution
prlcc & # Parallels guest tools
picom & # Compositor
xrdb -merge ~/.Xresources # I need this for hidpi
/home/wl/.local/fehbg # set desktop background (using feh)
#/home/wl/.local/dwmbar & # launch DWM bar (bash script)
awesome
[Desktop Entry]
Encoding=UTF-8
Name=startawesome
Comment=Start awesomewm
Exec=startawesome
Icon=awesome
Type=XSession
@wxllow
wxllow / picom.conf
Created June 5, 2022 01:00
My picom configuration
#################################
# Shadows #
#################################
# Enabled client-side shadows on windows. Note desktop windows
# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow,
# unless explicitly requested using the wintypes option.
#
# shadow = false