summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-26 22:10:41 +0200
committerkkard2 <[email protected]>2023-07-26 22:10:41 +0200
commit66f6522fdfe6c6768a93f54195af5c2bf12bb24a (patch)
tree3b94c22b7da5e57b1e1497ecb62c10d1340c04ec
parentef6e6beaa2cb7f18e8a3eefb0e54828dedb6a581 (diff)
readme cleanup
-rw-r--r--README.md2
-rw-r--r--_linux/README.md5
-rw-r--r--_windows/README.md2
3 files changed, 8 insertions, 1 deletions
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>` (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)