sminez / ad

an adaptable text editor
https://crates.io/crates/ad-editor
MIT License
264 stars 10 forks source link

Sort out installing config files and scripts #7

Open sminez opened 2 months ago

sminez commented 2 months ago

Currently there are Makefile targets for setting up the config directory if you clone the repo and build from source, but installing via cargo wont handle this out of the box I don't think? It is possible to embed the config directory into the editor binary itself using something like rust-embed but that might not be the best way to go so some investigation into alternative methods should be carried out first.