Skip to content

Commit

Permalink
add gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
brettinternet committed Nov 13, 2024
1 parent 5e51a2e commit 8858e59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
- ~/dev/work

- link:
~/.gitconfig:
path: darwin/.gitconfig
~/.zprofile:
path: darwin/.zprofile
~/.hushlogin:
Expand All @@ -31,5 +33,5 @@
if: '[ -x "$(command -v nix)" ]'

- shell:
- ['./darwin/setup.sh']
- ["./darwin/setup.sh"]
# - ['[ -x "$(command -v nix)" ] && ./nix/setup.sh']
9 changes: 9 additions & 0 deletions darwin/.gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[core]
editor = nvim

[user]
name = brett
email = [email protected]

[pull]
rebase = true

0 comments on commit 8858e59

Please sign in to comment.