From 464cb4531a934f5e1bd0b7dfd5d753e33b11202d Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 13 Dec 2025 12:52:05 -0700 Subject: [PATCH] feat(git-scope): add config --- dot_config/git-scope/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dot_config/git-scope/config.yml 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'"