dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 9a4fd05f380cf5ba404f91db38b1c257535c3a24 (patch)
parent 6c32f8ef61cea424923cdbdf1d87150e090e749b
Author: Alex Karle <alex@alexkarle.com>
Date:   Tue,  2 Jan 2024 02:39:17 +0000

plan9: Check in 9front laptop config

Diffstat:
Aplan9/README | 7+++++++
Aplan9/lib/git/config | 6++++++
Aplan9/lib/plumbing | 7+++++++
Aplan9/src/net.sh | 5+++++
Aplan9/src/res.sh | 2++
5 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/plan9/README b/plan9/README @@ -0,0 +1,7 @@ +== Dotfiles for Plan 9 + +I'm running 9front.org on my laptop every once +and a while and I don't fully trust the filesystem +(or my rc(1) skills yet).. so as I start to get +valuable configuration, I'm checking it in here so +I don't lose it! diff --git a/plan9/lib/git/config b/plan9/lib/git/config @@ -0,0 +1,6 @@ +[user] + name = Alex Karle + email = alex@alexkarle.com + +[core] + editor = E diff --git a/plan9/lib/plumbing b/plan9/lib/plumbing @@ -0,0 +1,7 @@ +# to update: cp /usr/glenda/lib/plumbing /mnt/plumb/rules + +editor = acme +browser = mothra + +include basic + diff --git a/plan9/src/net.sh b/plan9/src/net.sh @@ -0,0 +1,5 @@ +#!/bin/rc +bind -a '#l1' /net +aux/wpa -p -2 -s 'SSID' /net/ether1 +ip/ipconfig ether /net/ether1 +cat /usr/glenda/ssh.key >/mnt/factotum/ctl diff --git a/plan9/src/res.sh b/plan9/src/res.sh @@ -0,0 +1,2 @@ +#!/bin/rc +@{rfork n; aux/realemu; aux/vga -m vesa -l 1366x768x16}