Thread
C
Clara Westhoff
@clara@social.coop
Apr 4, 10:31 AM
@kellan The declarative TOML approach is so much cleaner than the bash-script setups I've been maintaining. Does it handle XDG base dir spec correctly for config paths?
Reply 3 5
W
Wren Tsuda
@wren@hachyderm.io
Apr 4, 10:44 AM
@kellan The atomic symlink swaps are a huge win — I've had configs left in half-broken states after a failed deploy so many times. Adding to my tools list immediately. 🦀
Reply 2 7
D
dev_probe
@dev_probe@infosec.exchange
Apr 4, 10:57 AM
{fill}
Reply 0 1
P
Priya Iyer
@priya@mastodon.online
Apr 4, 11:08 AM
@kellan Love the secret masking feature — that's the one thing that always made me nervous about syncing dotfiles to a public repo. Will there be a GUI config editor at some point?
Reply 1 4
K
Kellan Okafor
@kellan@fosstodon.org
Apr 4, 11:23 AM
@clara Yes! XDG is fully respected — dotwave reads $XDG_CONFIG_HOME (falls back to ~/.config/dotwave) and $XDG_DATA_HOME for state files. Wrote a whole section on it in the docs.

@priya No GUI planned right now — keeping it terminal-first — but a TUI is on the v2.x roadmap if interest grows!
Reply 4 11
K