Skip to content

Instantly share code, notes, and snippets.

View daedroza's full-sized avatar

Kalpaj Chaudhari daedroza

View GitHub Profile
@daedroza
daedroza / LineageOS-19.1
Last active January 7, 2023 03:22
LineageOS-19.1
#!/bin/bash
# branch:^lineage-19.1.* -project:^LineageOS/android_packages_apps_Aperture.* -project:^LineageOS/android_device.* -project:^LineageOS/android_kernel.* -project:^LineageOS/android_hardware.* -status:merged
# Script Environment Initialise
set -e;
source build/envsetup.sh;
# android_bootable_recovery
cdp recovery;
@daedroza
daedroza / testing.txt
Created January 10, 2024 05:40
Testing
echo 'GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT biosdevname=0 net.ifnames=0 acpi_osi=Linux acpi_enforce_resources=lax noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier mds=off tsx=on tsx_async_abort=off mitigations=off"' | sudo tee /etc/default/grub.d/mitigations.cfg;
theme = "dark_plus"
[editor]
scrolloff = 13
bufferline = "always"
insert-final-newline = true
line-number = "relative"
mouse = false
rulers = [81, 101]
text-width = 130