Skip to content

Instantly share code, notes, and snippets.

View xkedude's full-sized avatar
✔️

xke xkedude

✔️
View GitHub Profile
@coco-napky
coco-napky / hyper.js
Created March 8, 2017 23:21
Hyper config for git bash in Windows
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12,
// font family with optional fallbacks
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: 'rgba(248,28,229,0.8)',

The PATH is an important concept when working on the command line. It's a list of directories that tell your operating system where to look for programs, so that you can just write script instead of /home/me/bin/script or C:\Users\Me\bin\script. But different operating systems have different ways to add a new directory to it:

Windows

  1. The first step depends which version of Windows you're using:
  • If you're using Windows 8 or 10, press the Windows key, then search for and
@meddokss
meddokss / wax_auto_accept.js
Last active December 2, 2021 09:22
WAX Auto Accept
// ==UserScript==
// @name WAX Auto Accept
// @namespace Meddoks
// @version 2.1.0
// @description Auto Approve after captchas done
// @author Meddoks
// @match https://all-access.wax.io/cloud-wallet/signing/
// @grant none
// Если я решил чью то боль, буду благодарен если отправите парочку ваксов на акк == .4krq.wam
// ==/UserScript==
@SuperZikoure
SuperZikoure / apple_mobile_devices_hardware_strings.txt
Last active September 20, 2024 16:52
Apple Mobile Devices Hardware Strings
// Date : 28/05/2021
// Last Updated : 04/05/2022
// Author : Ghassane SEBAÏ
// Contact : [email protected]
// Source : https://en.wikipedia.org/wiki/List_of_iOS_and_iPadOS_devices
// Format :
// "Model Name : [Hardware Strings]"
// -> Using '/' as a separator between hardware strings.
@gabe565
gabe565 / change-arc-icon.md
Last active November 15, 2024 05:38
Change Arc Browser Icon

Change Arc Browser Icon

arc

A collection of commands that change the Arc Browser icon on macOS.

Commands

Theme Command
Candy Arc defaults write company.thebrowser.Browser currentAppIconName candy
@f1shy-dev
f1shy-dev / best_SAE_trick.md
Last active November 14, 2024 08:32
sneakyf1shy's apple intelligence tutorial

the sneakyf1shy apple intelligence tutorial v2.0

Warning

This is patched as of iOS/iPadOS 18.1 DevBeta 5. If you want to follow this, stay on Beta 4.

This actually downloads the models, and is NOT just new SiriUI. Hence, this process is complex and probably not worth it.

⚠️ Prepare to be disappointed and annoyed, and have your time wasted! ⚠️

  • What does not work: Writing Tools, Memories, Reduce Interruptions, Image Eraser and other tools that are within official Apple Intelligence on supported devices.
@leminlimez
leminlimez / Domains.md
Last active November 15, 2024 11:01
A deep dive into the iOS backup/restore system

Domains.plist

Documentation of /System/Library/Backup/Domains.plist. File taken from iOS 16.4 iPhone SE 3. The file was removed in iOS 17.0

Values

Values in the plist. Other than SystemDomains, these are not really important and are just here for preservation sake.

A domain in domains.plist contains keys that determine what gets backed up for what types of devices and where (i.e. iCloud vs iTunes). Not all domains have each key. The only 2 keys that must be in every domain are RootPath and RelativePathsToBackupAndRestore. Some domains have the value ShouldDigest. I am not sure exactly what it means but I have included it for documentation purposes.

  • Version: "24.0"
  • SystemDomains: (Dictionary), see below