Skip to content

Instantly share code, notes, and snippets.

View AndrewGlez's full-sized avatar
💭
I may be slow to respond.

Andrew González AndrewGlez

💭
I may be slow to respond.
View GitHub Profile
@Yeshwanthyk
Yeshwanthyk / keymap.json
Created May 2, 2025 14:20
zed lazyvim keymaps
[
// Terminal
{
"context": "Workspace",
"bindings": {
"ctrl-/": "workspace::ToggleBottomDock"
}
},
// Window's navigation
{
@TameemS
TameemS / debloatLDPlayer.md
Last active September 3, 2026 19:24
Debloating LDPlayer

Inspired by this

More of my guides: Debloating MEMu - Debloating Nox (Updated)

This mainly applies to LDPlayer9. They will probably work on the low end options (like LDPlayer5) but not guaranteed.

Debloating LDPlayer

This emulator seems to have less stability issues than MEMu. I think we get the shtick that these emulators do spooky stuff.

  1. Download LDPlayer, preferably an offline version from the version history
@zanculmarktum
zanculmarktum / megafetch.sh
Last active December 20, 2025 05:37
Get download url from mega.nz
#!/bin/bash
# Copyright 2018, 2019, 2020 Azure Zanculmarktum
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.