diff --git a/dot_config/git-scope/config.yml b/dot_config/git-scope/config.yml new file mode 100644 index 0000000000000000000000000000000000000000..31ef8ca238c138ae0a6e165a5a947a43611213cc --- /dev/null +++ b/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'"