blob: 808796ab9ff48dae78c3bf6ad68be56821a5f67f (
plain)
1
2
3
4
5
6
7
8
9
10
|
name: Configure git (macOS)
steps:
- !Link
from: ".gitignore_global"
to: "~/.gitignore_global"
recursive: false
- !Link
from: ".gitconfig-macos"
to: "~/.gitconfig"
recursive: false
|