This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
theme = "dark_plus" | |
[editor] | |
true-color = true | |
bufferline = "always" | |
color-modes = true | |
insert-final-newline = true | |
line-number = "absolute" | |
mouse = false | |
rulers = [80, 100] |