mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-02-02 23:28:39 +00:00
Compare commits
No commits in common. "5b8f98ea255d4de6916d0368ceb6068141c61b50" and "6db8439f506776a13a208a0ba623b841caaecbcf" have entirely different histories.
5b8f98ea25
...
6db8439f50
2 changed files with 6 additions and 10 deletions
|
@ -9,10 +9,9 @@ brew "hadolint"
|
|||
brew "jq"
|
||||
brew "mdbook"
|
||||
brew "mkcert"
|
||||
brew "sqlite"
|
||||
brew "rclone"
|
||||
brew "shellcheck"
|
||||
brew "sqlite"
|
||||
brew "tea"
|
||||
brew "ykman"
|
||||
brew "drone/drone/drone"
|
||||
brew "oven-sh/bun/bun"
|
||||
|
|
13
.gitconfig
13
.gitconfig
|
@ -1,14 +1,11 @@
|
|||
[user]
|
||||
name = Kohei Watanabe
|
||||
email = nebel@fogtype.com
|
||||
signingKey = 79807D08C6EF6460
|
||||
[commit]
|
||||
gpgSign = true
|
||||
[core]
|
||||
commentChar = ";"
|
||||
[init]
|
||||
defaultBranch = main
|
||||
email = kou029w@gmail.com
|
||||
[pull]
|
||||
rebase = true
|
||||
[rebase]
|
||||
autoStash = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[core]
|
||||
commentChar = ";"
|
||||
|
|
Loading…
Add table
Reference in a new issue