fix: git config script indention in file

This commit is contained in:
2026-06-23 21:05:53 +02:00
parent 428ec75bd4
commit e644f32cfe
+1 -1
View File
@@ -54,7 +54,7 @@ scripts:
git:config: | git:config: |
printf 'Name: ' && read name printf 'Name: ' && read name
printf 'Email: ' && read email printf 'Email: ' && read email
printf '[user]\n\tname = %s\n\temail = %s\n' "$name" "$email" > ~/.gitconfig.local printf '[user]\n name = %s\n email = %s\n' "$name" "$email" > ~/.gitconfig.local
echo "Written ~/.gitconfig.local" echo "Written ~/.gitconfig.local"
ssh:keygen: ssh-keygen -t ed25519 -C "$(git config --global --include user.email)" ssh:keygen: ssh-keygen -t ed25519 -C "$(git config --global --include user.email)"
rust:install: curl https://sh.rustup.rs -sSf | sh -s -- --no-modify-path -y rust:install: curl https://sh.rustup.rs -sSf | sh -s -- --no-modify-path -y