We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55577d6 commit 7d9419aCopy full SHA for 7d9419a
2 files changed
configs/branchpilot/branchpilot.toml
@@ -0,0 +1 @@
1
+dirs = ["~/tickets"]
scripts/shell.sh
@@ -27,6 +27,7 @@ done
27
28
# Symlink tool configs
29
symlink "$REPO_PATH/configs/biome/biome.json" "$HOME/biome.json"
30
+symlink "$REPO_PATH/configs/branchpilot/branchpilot.toml" "$HOME/.config/branchpilot.toml"
31
mkdir -p "$HOME/.config/infat"
32
symlink "$REPO_PATH/configs/infat/config.toml" "$HOME/.config/infat/config.toml"
33
mkdir -p "$HOME/.config/mise"
0 commit comments