aboutsummaryrefslogtreecommitdiffstats
path: root/git/.install-macos.yml
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-20 21:19:29 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-20 21:20:55 +0100
commit0a07704d6dc53bf3a35d4aadfa240586f55e9487 (patch)
treedc7d45dfd0b74b58fa7f19d09c61b4981cd7dc25 /git/.install-macos.yml
parent961c56632ba5c2e3937bced415697096ef8c8344 (diff)
Replace python installer
Diffstat (limited to 'git/.install-macos.yml')
-rw-r--r--git/.install-macos.yml10
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