File tree 8 files changed +47
-2
lines changed
8 files changed +47
-2
lines changed Original file line number Diff line number Diff line change 23
23
"work": [
24
24
{
25
25
"key": "user.email",
26
- "value": "ismo.vuorinen@vincit.fi "
26
+ "value": "ismo.vuorinen@svea.com "
27
27
},
28
28
{
29
29
"key": "user.name",
30
30
"value": "Ismo Vuorinen"
31
31
}
32
32
]
33
33
}
34
- }
34
+ }
Original file line number Diff line number Diff line change
1
+ # .dotfiles/hosts/s
2
+
3
+ This is my work computer.
Original file line number Diff line number Diff line change
1
+ Host tfs.ia.corp.svea.com
2
+ IdentityFile ~/.ssh/id_rsa
Original file line number Diff line number Diff line change
1
+ # vim: ft=gitconfig sw=2 ts=2 et
2
+ [include ]
3
+ path = ~ /.dotfiles/config/git/shared
4
+
5
+ [gpg ]
6
+ format = ssh
7
+
8
+ [user ]
9
+ name = Ismo Vuorinen
10
+
11
+ signingkey = ssh -ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMmEaS /pitd8TzLNaXf0ojTydEyFp2TWoDctuqTEF8Aw
12
+
13
+ [gpg "ssh "]
14
+ program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
15
+ allowedSignersFile = ~/.ssh/allowed_signers
16
+
17
+ [commit ]
18
+ gpgsign = true
19
+
20
+ [credential "https://github.com "]
21
+ helper =
22
+ helper = !/opt/homebrew/bin/gh auth git-credential
23
+
24
+ [credential "https://gist.github.com "]
25
+ helper =
26
+ helper = !/opt/homebrew/bin/gh auth git-credential
Original file line number Diff line number Diff line change
1
+ ---
2
+ - include : ' tools/dotbot-defaults.yaml'
3
+ - shell :
4
+ - echo "Configuring s"
5
+ - link :
6
+ ~/ :
7
+ force : true
8
+ glob : true
9
+ path : hosts/s/base/**
10
+ prefix : ' .'
11
+ ~/.config/ :
12
+ glob : true
13
+ force : true
14
+ path : hosts/s/config/**
You can’t perform that action at this time.
0 commit comments