summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-14 11:21:58 +0200
committerkkard2 <[email protected]>2023-07-14 11:21:58 +0200
commit73ef61232509647c3944163405f46837bd716c83 (patch)
treef44eee8ba2442096f7cf9da7353cf9d7a9054dd6 /README.md
parent0fd4fc47fadf5337ba9517d7ada3fc9913932307 (diff)
git aliasage
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4e7a206..0ae300e 100644
--- a/README.md
+++ b/README.md
@@ -9,5 +9,13 @@ config stuff (i need to move everything into one place)
* `$XDG_CONFIG_HOME/espanso` -> `./espanso`
* `./espanso/assets` -> `<ASSET_DIR>` (asset dir is sth that syncs media)
+# other config
+* `~/.gitconfig`
+```
+[include]
+ path = <repo>/global_gitconfig
+```
+DO NOT SYMLINK PLEASE
+
# windows
* run `./_windows/startup.ps1` on startup (`PowerShell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File <PATH>`)