- add os-specific configs
- want to use this for alacritty, which should have
save_to_clipboard: true
on windows and macos - idea: post-checkout build step based on a "default" and on os-specific patch files?
- would need to write the post-checkout hook
- remember that macos is stupid about coreutils so check for gpatch first
- would need a pre-commit hook to validate that every patch applies
- would need to write the post-checkout hook
- want to use this for alacritty, which should have
- fix symlinks from the dotfiles/ dir to outside
- eg. want to effectively symlink
~/.local/share/applications/mimeapps.list
to~/.config/mimeapps.list
- could maintain
$WLRENV_DIR/xdg/config
as symlink to$XDG_CONFIG
, and symlink to that- right now that seems to result in the symlinker creating the link directly to the target, which... might be okay? as long as the xdg dirs are set up correctly first
- eg. want to effectively symlink