mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
10 lines
181 B
Bash
Executable file
10 lines
181 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
git config --global init.defaultBranch main
|
|
|
|
git lfs install
|
|
|
|
git config --global user.email kp2pml30@gmail.com
|
|
git config --global user.name kp2pml30
|