Skip to content

Commit

Permalink
#3 Include machine specific configuration in include section.
Browse files Browse the repository at this point in the history
  • Loading branch information
yamat47 committed Apr 3, 2022
1 parent 1ca213d commit 3f5df63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[user]
name = Yamaguchi Takuya
email = yamat47.thirddown@gmail.com
signingkey = FIXME
[core]
editor = nvim -c \"set fenc=utf-8\"
pager = less
[include]
path = ~/.gitconfig.local
[color]
status = auto
diff = auto
Expand Down
4 changes: 4 additions & 0 deletions .gitconfig.local.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[user]
name = FIXME
email = FIXME
signingkey = FIXME
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ ln -sF $HOME/.config/dotfiles/ddu.toml $HOME/.config/nvim

# Git setting
ln -sF $HOME/.config/dotfiles/.gitconfig $HOME
cp $HOME/.config/dotfiles/.gitconfig.local.sample $HOME/.gitconfig.local

0 comments on commit 3f5df63

Please sign in to comment.