fix: git config script indention in file
This commit is contained in:
@@ -54,7 +54,7 @@ scripts:
|
||||
git:config: |
|
||||
printf 'Name: ' && read name
|
||||
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"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user