Adds ecs and fixes wez for remote hosts

This commit is contained in:
2026-08-26 16:37:17 -04:00
parent 30c9e4af9d
commit 11139d0ade
3 changed files with 166 additions and 7 deletions
+11 -5
View File
@@ -68,28 +68,34 @@
, exec: "/usr/bin/obsidian"
, args: []
}
, { name: "WezTerm (Local)"
, { name: "WezTerm (Local - Host)"
, app_id: "lol.roo.term.local-unix"
, exec: "/home/jbrechtel/bin/wez"
, args: ["--domain", "local-unix", "--theme", "Ef-Dream", "--font", "Hurmit Nerd Font Mono"]
, tags: ["terminals"]
}
, { name: "WezTerm (Local - Agent)"
, app_id: "lol.roo.term.local-agent-unix"
, exec: "/home/jbrechtel/bin/wez"
, args: ["--domain", "local-agent-unix", "--theme", "Ef-Dream", "--font", "IosevkaTerm Nerd Font Mono", "--remote", "true"]
, tags: ["terminals"]
}
, { name: "WezTerm (pandemic.brechtel)"
, app_id: "lol.roo.term.pandemic.brechtel"
, exec: "/home/jbrechtel/bin/wez"
, args: ["--domain", "pandemic.brechtel", "--theme", "Ef-Night", "--font", "ZedMono Nerd Font Mono"]
, args: ["--domain", "pandemic.brechtel", "--theme", "Ef-Night", "--font", "ZedMono Nerd Font Mono", "--remote", "true"]
, tags: ["terminals"]
}
, { name: "WezTerm (Flipstone - Host)"
, app_id: "lol.roo.term.local-flipstone-unix"
, exec: "/home/jbrechtel/bin/wez"
, args: ["--domain", "local-flipstone-unix", "--theme", "Ef-Maris-Dark", "--font", "Agave Nerd Font Mono"]
, args: ["--domain", "local-flipstone-unix", "--theme", "Ef-Maris-Dark", "--font", "AurulentSansM Nerd Font Mono", "--font_size", "11"]
, tags: ["terminals"]
}
, { name: "WezTerm (Flipstone - Agent)"
, app_id: "lol.roo.home.term.flipstone-dev"
, app_id: "lol.roo.term.local-flipstone-agent-unix"
, exec: "/home/jbrechtel/bin/wez"
, args: ["--domain", "flipstone-dev", "--theme", "Ef-Bio", "--font", "IosevkaTermSlab Nerd Font"]
, args: ["--domain", "local-flipstone-agent-unix", "--theme", "Ef-Bio", "--font", "IosevkaTermSlab Nerd Font", "--remote", "true"]
, tags: ["terminals"]
}
, { name: "WezTerm-Flipstone-FSDB"