diff options
Diffstat (limited to 'git')
| -rw-r--r-- | git/.install-macos.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/git/.install-macos.yml b/git/.install-macos.yml new file mode 100644 index 0000000..808796a --- /dev/null +++ b/git/.install-macos.yml @@ -0,0 +1,10 @@ +name: Configure git (macOS) +steps: + - !Link + from: ".gitignore_global" + to: "~/.gitignore_global" + recursive: false + - !Link + from: ".gitconfig-macos" + to: "~/.gitconfig" + recursive: false
\ No newline at end of file |
