diff options
| author | kkard2 <[email protected]> | 2023-07-14 11:21:58 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-14 11:21:58 +0200 |
| commit | 73ef61232509647c3944163405f46837bd716c83 (patch) | |
| tree | f44eee8ba2442096f7cf9da7353cf9d7a9054dd6 /README.md | |
| parent | 0fd4fc47fadf5337ba9517d7ada3fc9913932307 (diff) | |
git aliasage
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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>`) |
