Skip to content

Instantly share code, notes, and snippets.

View r0mflip's full-sized avatar
🚀
#infrequentlyeverything

Ram Damera r0mflip

🚀
#infrequentlyeverything
View GitHub Profile
@r0mflip
r0mflip / terminal_profiles.json
Last active January 21, 2020 17:55
Windows Terminal config
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"globals": {
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}"
},
"profiles": [{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"acrylicOpacity": 0.85,
"colorScheme": "One Half Dark",
"fontSize": 11,
@r0mflip
r0mflip / custom-roms-howto.md
Created September 2, 2018 12:31
Custom ROM mashup

Pre run steps

  • Enable developer features
  • Allow USB debugging
  • Get adb permissions(handshake) atleast once
  • Enable OEM unlocking

Unlock

Unlock the device recovery by painstakingly following the steps for the respective model.

@r0mflip
r0mflip / .eslintrc
Last active September 10, 2019 06:16 — forked from ramlmn/.eslintrc
ESLint configuration
{
"extends": "r0mflip",
"env": {
"node": true,
"browser": true
},
"parserOptions": {
"ecmaVersion": 2017
},
"rules": {
@r0mflip
r0mflip / 0_0-vscode.md
Last active December 1, 2019 16:31 — forked from ramlmn/0_0-vscode.md
VSCode settings and snippets

VSCode Settings and Snippets

Packages to install

ext install akamud.vscode-theme-onedark
ext install joelday.docthis
ext install dbaeumer.vscode-eslint
ext install bierner.markdown-preview-github-styles
ext install bierner.markdown-footnotes
{
"auto_close_tags": false,
"auto_find_in_selection": true,
"copy_with_empty_selection": false,
"default_line_ending": "LF",
"drag_text": false,
"draw_white_space": "all",
"font_face": "Consolas",
"font_size": 11,
"highlight_line": true,