Skip to content

Instantly share code, notes, and snippets.

View sgup's full-sized avatar

Shridhar Gupta sgup

View GitHub Profile
@sgup
sgup / wezterm.lua
Last active January 20, 2026 20:16
WezTerm config with Ghostty-style keybindings and default theme (Turn WezTerm into Ghostty)
local wezterm = require("wezterm")
local act = wezterm.action
local config = wezterm.config_builder()
-- Ghostty default color scheme with macOS selection highlight
config.colors = {
foreground = "#d8d8d8",
background = "#282c34",
@sgup
sgup / expo-op-sqlite.plugin.js
Last active February 4, 2025 17:08
Expo plugin for OP-SQLite
const {
withPodfileProperties,
withDangerousMod,
} = require("@expo/config-plugins");
const fs = require("fs");
const path = require("path");
async function readFileAsync(path) {
return fs.promises.readFile(path, "utf8");
}
@sgup
sgup / recommended-routine.md
Last active January 5, 2026 11:57
Recommended Routine - Reddit BodyweightFitness