feat(git-scope): add config

Amolith created

Change summary

dot_config/git-scope/config.yml | 9 +++++++++
1 file changed, 9 insertions(+)

Detailed changes

dot_config/git-scope/config.yml 🔗

@@ -0,0 +1,9 @@
+roots:
+  - ~/repos
+
+ignore:
+  - node_modules
+  - .venv
+  - dist
+
+editor: "setsid ghostty -e fish -c 'opx crush ; exec fish'"