Commit 5a790b1

bryfry <bryon@fryer.io>
2024-05-17 19:58:49
2024-05-17
1 parent 1f21be3
Changed files (3)
files/gitconfig
@@ -1,3 +1,5 @@
 [user]
 	email = bryon@fryer.io
 	name = bryfry
+[init]
+	defaultBranch = main
dod.md
@@ -0,0 +1,101 @@
+
+### mdbook
+
+https://github.com/rust-lang/mdBook/releases
+
+```bash
+curl \
+    --location \
+    --output artifacts/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz \
+    https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz
+```
+
+### zig
+
+https://ziglang.org/download/
+
+```bash
+curl \
+    --location \
+    --output artifacts/zig-linux-x86_64-0.12.0.tar.xz \
+    https://ziglang.org/download/0.12.0/zig-linux-x86_64-0.12.0.tar.xz
+```
+
+### bb
+
+https://github.com/babashka/babashka/releases
+
+```bash
+{
+curl \
+    --location \
+    --output artifacts/babashka-1.3.190-linux-amd64-static.tar.gz \
+    https://github.com/babashka/babashka/releases/download/v1.3.190/babashka-1.3.190-linux-amd64-static.tar.gz
+curl \
+    --location \
+    --output artifacts/babashka-1.3.190-linux-amd64.tar.gz \
+    https://github.com/babashka/babashka/releases/download/v1.3.190/babashka-1.3.190-linux-amd64.tar.gz
+}
+```
+
+### golang
+
+https://go.dev/dl/
+
+```bash
+curl \
+    --location \
+    --output artifacts/go1.22.2.linux-amd64.tar.gz \
+    https://go.dev/dl/go1.22.2.linux-amd64.tar.gz
+```
+
+### node
+
+https://nodejs.org/en/download/prebuilt-binaries/current
+
+```bash
+curl \
+    --location \
+    --output artifacts/node-v22.0.0-linux-x64.tar.xz \
+    https://nodejs.org/dist/v22.0.0/node-v22.0.0-linux-x64.tar.xz
+```
+
+### ttyd
+
+https://github.com/tsl0922/ttyd/releases
+
+```bash
+curl \
+    --location \
+    --output artifacts/ttyd \
+    https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.i686
+```
+
+### just
+
+https://github.com/casey/just/releases
+
+```bash
+curl \
+    --location \
+    --output artifacts/just-1.25.2-x86_64-unknown-linux-musl.tar.gz \
+    https://github.com/casey/just/releases/download/1.25.2/just-1.25.2-x86_64-unknown-linux-musl.tar.gz
+```
+
+### bun
+
+```bash
+curl \
+    --location \
+    --output artifacts/bun-linux-x64-baseline.zip \
+    https://github.com/oven-sh/bun/releases/download/bun-v1.1.6/bun-linux-x64-baseline.zip
+```
+
+### caddy 
+
+```bash
+curl \
+    --location \
+    --output artifacts/caddy_2.7.6_linux_amd64.tar.gz \
+    https://github.com/caddyserver/caddy/releases/download/v2.7.6/caddy_2.7.6_linux_amd64.tar.gz
+```
README.md
@@ -11,6 +11,7 @@ bash init.sh
 
 ## TODO:
 
+- [ ] fn hjkl arrow key mappings
 - [ ] Fix screen brightness keys
 - [ ] Test bluetooth w/ headsets
 - [ ] Figure out wpa mgmt