A free, beginner-friendly calisthenics program you can do at home with no gym or equipment required.
3 days per week • ~60 minutes per session • Build strength & muscle with bodyweight exercises
| 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", |
| 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"); | |
| } |