From 66f6522fdfe6c6768a93f54195af5c2bf12bb24a Mon Sep 17 00:00:00 2001 From: kkard2 Date: Wed, 26 Jul 2023 22:10:41 +0200 Subject: readme cleanup --- README.md | 2 +- _linux/README.md | 5 +++++ _windows/README.md | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 _linux/README.md create mode 100644 _windows/README.md diff --git a/README.md b/README.md index e2dd467..f2e02a4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ config stuff (i need to move everything into one place) # running * run `./espanso/update_from_assets.py` -# links for this to work +# links * `~/.ideavimrc` -> `./idea/.ideavimrc` * `$XDG_CONFIG_HOME/espanso` -> `./espanso` * `./espanso/assets` -> `` (asset dir is sth that syncs media) diff --git a/_linux/README.md b/_linux/README.md new file mode 100644 index 0000000..3151e39 --- /dev/null +++ b/_linux/README.md @@ -0,0 +1,5 @@ +# run +* `sudo apt install sxhkd` xdd + +# links +* `~/.config/sxhkd/sxhkdrc` -> `./sxhkdrc` diff --git a/_windows/README.md b/_windows/README.md new file mode 100644 index 0000000..391b886 --- /dev/null +++ b/_windows/README.md @@ -0,0 +1,2 @@ +# running +* `./startup.ps1` on startup (via task scheduler is optimal) -- cgit v1.3.1