Commit Briefs

433f0624f2 Isaac Meerleo

Switch journal capture from Markdown to org (main)

Write journal entries as slugged .org files under ~/org/me/journal/ with org #+title/#+date keywords instead of timestamped Markdown in ~/Journal/.


0c253dabc0 Isaac Meerleo

Add agent-shell ACP client

Add the agent-shell stack (shell-maker, acp, agent-shell) and set up Anthropic login auth inside an after! block so a non-autoloaded call can't abort the rest of config. Ignore the .agent-shell/ runtime dir.


f500dcc20d Isaac Meerleo

Add org-timeblock week view

Add the org-timeblock package and configure a Sunday-anchored 7-day grid (6am-10pm) with per-tag colors, plus a SPC o t leader binding.


51d81f1bb4 Isaac Meerleo

Add ITM ledger KPI autofill and monthly review capture

Add ledger helper functions that pull YTD/MTD revenue, expenses, bank balance, runway, and per-planner margin from the business book, and wire them into the weekly KPI template (replacing manual prompts). Add the monthly deep-review capture and named ledger-report shortcuts.


c0c08a12c7 Isaac Meerleo

Modernize deprecated point-at-bol/eol calls

Replace point-at-bol/point-at-eol with pos-bol/pos-eol and drop a stale comment in org-agenda-delete-empty-blocks.


77b36c37d2 Isaac Meerleo

Reorganize agenda into per-area files

Replace the single ~/org/agenda/todo.org with per-area todo files (work, church, home, me, tech) and define area @-tags with client tags rolling up into @work. Add refile targets across agenda files and lowercase the balcony tag.


a8de13a988 Isaac Meerleo

Add prose font + scaled org headline faces

Enable mixed-pitch for prose (Noto Sans) in org/markdown/fountain while keeping code, tables, headlines, and tags monospace. Scale org-level faces so heading levels are visually distinct.



aa80e86893 Isaac Meerleo

Add nexrc (vi/nex: wrap at 72)


843cb893e3 Isaac Meerleo

enable ledger doom module


146b102522 Isaac Meerleo

add org-capture template for ITM Weekly KPI


c72db4d659 Isaac Meerleo

exclude inbox from agenda view


d8a3cb9ec5 Isaac Meerleo

Add doom emacs configs


2042a0719c Isaac Meerleo

Create rc.d folder for rc scripts

Add minecraft server rc script Add utility to interact with running minecraft server


19d3d0922b Isaac Meerleo

Restyle wg_config and replace ifconfig key derivation

Replace the ifconfig wg9 create/destroy method for deriving client public keys with openssl X25519 DER construction (RFC 8410). No longer requires root or a running kernel with wg(4) to generate configs. Also bring script in line with wg_gen conventions: - Add usage() function and proper argument validation - Add description/wgdescr to hostname.wg and wgserver outputs - Fix hostname.wg: add missing inet prefix, wgpka 20 -> 25 - Quote all filenames, chmod 600 instead of chown


68860e7a10 Isaac Meerleo

Tighten permissions on the new directory


f436a7665b Isaac Meerleo

Add wg_gen: generate WireGuard configs for a /24 subnet

Generate a complete WireGuard deployment from a single command: one server hostname.if and all 253 client configs (.conf and OpenBSD hostname.wg) for a /24 subnet. Public key derivation uses openssl(1) X25519 DER construction (RFC 8410) instead of wireguard-tools or temporary interfaces.


d1172766f4 Isaac Meerleo

tighten permissions for home and bin files


b1c3970b00 Isaac Meerleo

initial import of my wireguard configuration generator.


73e96acb05 Isaac Meerleo

Organize config files meant to be in a home directory into a new

folder called "home"


5872a52fa4 Isaac Meerleo

Add some new default configurations


b9277158e1 Isaac Meerleo

Initial commit for my .files