aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-dotfiles/src (unfollow)
Commit message (Collapse)Author
2024-04-25feat(dotfiles): support syncing shell/env vars (#1977)Ellie Huxtable
There's a bunch of duplication here! I'd also like to support syncing shell "snippets", aka just bits of shell config that don't fit into the structure here. Potentially special handling for PATH too. Rather than come up with some abstraction in the beginning, which inevitably will not fit future uses, I'm duplicating code _for now_. Once all the functionality is there, I can tidy things up and sort a proper abstraction out. Something in atuin-client for map/list style synced structures would probably work best.
2024-04-23fix(dotfiles): unquote aliases before quoting (#1976)Ellie Huxtable
* fix(dotfiles): unquote aliases before quoting * tests
2024-04-22fix(dotfiles): more fish alias import (#1974)Ellie Huxtable
Serves me right for assuming fish mostly is POSIX.
2024-04-22fix(dotfiles): fish alias import (#1972)Ellie Huxtable
2024-04-22fix(dotfiles): alias import with init output (#1970)Ellie Huxtable
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
I'd like to tidy up the root a little, and it's nice to have all the rust crates in one place