repos / dotfiles

my dotfiles

commit
dd3fe45
parent
14e90a0
author
Eric Bower
date
2026-01-23 09:05:02 -0500 EST
feat: changes
3 files changed,  +13, -25
D dev.sh
A bin/devboot.sh
+13, -0
 1@@ -0,0 +1,13 @@
 2+#!/bin/bash
 3+CMD="${CMD:-ssh}"
 4+riverctl spawn "foot --app-id=irc-chat ${CMD} d.chat"
 5+riverctl spawn "foot --app-id=term-1 ${CMD} d.term.1"
 6+riverctl spawn "foot --app-id=term-2 ${CMD} d.term.2"
 7+riverctl spawn "foot --app-id=pico-1 ${CMD} d.pico.1"
 8+riverctl spawn "foot --app-id=pico-2 ${CMD} d.pico.2"
 9+riverctl spawn "foot --app-id=pico-3 ${CMD} d.pico.3"
10+riverctl spawn "foot --app-id=pico-4 ${CMD} d.pico.4"
11+riverctl spawn "foot --app-id=zmx-1 ${CMD} d.zmx.1"
12+riverctl spawn "foot --app-id=zmx-2 ${CMD} d.zmx.2"
13+riverctl spawn "foot --app-id=dot-1 ${CMD} d.dot.1"
14+riverctl spawn "foot --app-id=dot-2 ${CMD} d.dot.2"
D dev.sh
+0, -14
 1@@ -1,14 +0,0 @@
 2-#/bin/bash
 3-riverctl spawn "firefox"
 4-riverctl spawn "foot --app-id=irc-chat ssh d.chat"
 5-riverctl spawn "foot --app-id=term-1 ssh d.term.1"
 6-# riverctl spawn "foot --app-id=term-2 ssh d.term.2"
 7-riverctl spawn "foot --app-id=pico-1 ssh d.pico.1"
 8-# riverctl spawn "foot --app-id=pico-2 ssh d.pico.2"
 9-# riverctl spawn "foot --app-id=pico-3 ssh d.pico.3"
10-# riverctl spawn "foot --app-id=pico-4 ssh d.pico.4"
11-riverctl spawn "foot --app-id=zmx-1 ssh d.zmx.1"
12-# riverctl spawn "foot --app-id=zmx-2 ssh d.zmx.2"
13-riverctl spawn "foot --app-id=dot-1 ssh d.dot.1"
14-# riverctl spawn "foot --app-id=dot-2 ssh d.dot.2"
15-
M dot_config/river/init
+0, -11
 1@@ -87,14 +87,3 @@ mako &
 2 
 3 # auto-start windows
 4 riverctl spawn "firefox"
 5-riverctl spawn "foot --app-id=irc-chat ssh d.chat"
 6-riverctl spawn "foot --app-id=term-1 ssh d.term.1"
 7-riverctl spawn "foot --app-id=term-2 ssh d.term.2"
 8-riverctl spawn "foot --app-id=pico-1 ssh d.pico.1"
 9-riverctl spawn "foot --app-id=pico-2 ssh d.pico.2"
10-riverctl spawn "foot --app-id=pico-3 ssh d.pico.3"
11-riverctl spawn "foot --app-id=pico-4 ssh d.pico.4"
12-riverctl spawn "foot --app-id=zmx-1 ssh d.zmx.1"
13-riverctl spawn "foot --app-id=zmx-2 ssh d.zmx.2"
14-riverctl spawn "foot --app-id=dot-1 ssh d.dot.1"
15-riverctl spawn "foot --app-id=dot-2 ssh d.dot.2"