From 269e8b88d68b1d48e2af92ef5b4b005f0bc229a9 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 23 Jun 2020 12:56:18 +0200 Subject: alacritty: cleanup and restructure Adds a README that explains how it works. Introduces common extension prefixes to identify overlays and color sets and makes the script output to stdout instead of to file --- .config/alacritty/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .config/alacritty/README.md (limited to '.config/alacritty/README.md') diff --git a/.config/alacritty/README.md b/.config/alacritty/README.md new file mode 100644 index 0000000..b0cce63 --- /dev/null +++ b/.config/alacritty/README.md @@ -0,0 +1,18 @@ +# alacritty config + +* `*.ovl.yml` :: config overlays +* `*.color.yml` :: color overlays + +use `ovl.sh` to generate the final config + +``` +# generate default config +$ ovl.sh papercolor_dark.color.yml > alacritty.yml +``` + +``` +# generate scratch term config +$ ovl.sh papercolor_dark.color.yml launcher.ovl.yml > launcher.yml +``` + +`base.ovl.yml` is always included. -- cgit 1.4.1