1

Configure cargo to use system git binary

This commit is contained in:
Evan Pratten 2023-06-17 11:10:24 -04:00
parent 18df56ac4a
commit d160689f99
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
[net]
git-fetch-with-cli = true

View File

@ -35,6 +35,7 @@
path: configs/nautilus/scripts/Copy to web
mode: 755
~/.ssh/allowed_signers: configs/ssh/allowed_signers
~/.cargo/config.toml: configs/cargo/config.toml
- shell:
- [git submodule update --init --recursive, Installing submodules]