Merge branch 'main' of github.com:juancwu/dotfiles into ubuntu
This commit is contained in:
commit
830552f778
2 changed files with 21 additions and 0 deletions
19
.gitconfig
Normal file
19
.gitconfig
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
[user]
|
||||||
|
name = juancwu
|
||||||
|
email = 46619361+juancwu@users.noreply.github.com
|
||||||
|
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPgpMo8j6HrZf3Xoe6ppX3BOZ7a7Xj4e8QzEnR7x5dm9
|
||||||
|
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
|
|
||||||
|
[gpg "ssh"]
|
||||||
|
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
|
@ -155,3 +155,5 @@ This section defines a list of plugins used to customize fish.
|
||||||
- [Peco](https://github.com/peco/peco) - Filterting tool.
|
- [Peco](https://github.com/peco/peco) - Filterting tool.
|
||||||
- [Llama](https://github.com/antonmedv/llama) - Terminal file manager.
|
- [Llama](https://github.com/antonmedv/llama) - Terminal file manager.
|
||||||
- [ghq](https://github.com/x-motemen/ghq) - Manage remote repository clones.
|
- [ghq](https://github.com/x-motemen/ghq) - Manage remote repository clones.
|
||||||
|
|
||||||
|
testing sign commits
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue