index.md (1037B)
1 --- 2 title: "2023, Day 2" 3 date: 2023-12-02T19:13:51-08:00 4 draft: false 5 --- 6 7 I spent a bit more time fussing around with my environment; I think I've decided 8 that a component of my December Adventure will be playing in the uxn 9 ecosystem. 10 11 I created a [.theme file](https://wiki.xxiivv.com/site/theme.html) with 12 [Dexe](https://wiki.xxiivv.com/site/dexe.html), and set up a simple shell 13 script so that I could use [Left](https://wiki.xxiivv.com/site/left.html) for 14 git commits (I set this locally with `git config core.editor left`, where 15 `left` is an executable shell script on my path) and writing blog posts, in 16 addition to editing code. (I'm not sure why aliases didn't work but a shell 17 script does, if anybody has ideas please let me know!) 18 19 ![Screenshot of this entry being written in Left. How meta.](left.png) 20 21 I'm going to spend the rest of tonight playing with text-rendering in the screen 22 device, which is something that [compudanzas's excellent 23 tutorial/book](https://compudanzas.net/uxn_tutorial.html) doesn't really cover.