Skip to content

Instantly share code, notes, and snippets.

View I-Want-ToBelieve's full-sized avatar

I-Want-ToBelieve

View GitHub Profile
@I-Want-ToBelieve
I-Want-ToBelieve / shell.nix
Created September 14, 2023 14:49 — forked from Nadrieril/shell.nix
Building LineageOS on NixOS
# I used this shell.nix to build LineageOS 13.0 for my maguro (Samsung Galaxy Nexus GSM) phone
# The build instructions for normal Linuxes are here: https://wiki.lineageos.org/devices/maguro/build
# For NixOS, follow those instructions but skip anything related to installing packages
# Detailed instructions:
# cd into an empty directory of your choice
# copy this file there
# in nix-shell:
# $ repo init -u https://github.com/LineageOS/android.git -b cm-13.0
# $ repo sync
# $ source build/envsetup.sh
@I-Want-ToBelieve
I-Want-ToBelieve / komorebic.ahk
Created January 13, 2022 07:22 — forked from crosstyan/komorebic.ahk
komorebic.ahk for AutoHotkey v2
#SingleInstance Force
WorkspaceNumber := 9
ArrayFromZero(Length){
temp := []
Loop Length {
temp.Push(A_Index-1)
}
return temp
type Uuid = string;
@I-Want-ToBelieve
I-Want-ToBelieve / plink-plonk.js
Created March 8, 2020 18:42 — forked from tomhicks/plink-plonk.js
Listen to your web pages
@I-Want-ToBelieve
I-Want-ToBelieve / manual-uninstall-paragon-ntfs.sh
Created March 3, 2020 15:16 — forked from guycalledseven/manual-uninstall-paragon-ntfs.sh
Manually remove Paragon NTFS v15 leftovers MacOS
# after appcleaner does his magic, do this
sudo rm -rf "/Library/Application Support/Paragon Software/"
sudo rm /Library/LaunchDaemons/com.paragon-software.installer.plist
sudo rm /Library/LaunchDaemons/com.paragon-software.ntfs.loader.plist
sudo rm /Library/LaunchDaemons/com.paragon-software.ntfsd.plist
sudo rm /Library/LaunchAgents/com.paragon-software.ntfs.notification-agent.plist
sudo rm -rf /Library/Filesystems/ufsd_NTFS.fs/
sudo rm -rf /Library/PrivilegedHelperTools/com.paragon-software.installer
sudo rm -rf /Library/Extensions/ufsd_NTFS.kext/