mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
chore: work computer setup, gitprofile update
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"work": [
|
||||
{
|
||||
"key": "user.email",
|
||||
"value": "ismo.vuorinen@vincit.fi"
|
||||
"value": "ismo.vuorinen@svea.com"
|
||||
},
|
||||
{
|
||||
"key": "user.name",
|
||||
@@ -31,4 +31,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
0
hosts/s/.gitkeep
Normal file
0
hosts/s/.gitkeep
Normal file
3
hosts/s/README.md
Normal file
3
hosts/s/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# .dotfiles/hosts/s
|
||||
|
||||
This is my work computer.
|
||||
0
hosts/s/base/.gitkeep
Normal file
0
hosts/s/base/.gitkeep
Normal file
0
hosts/s/config/.gitkeep
Normal file
0
hosts/s/config/.gitkeep
Normal file
2
hosts/s/config/git/local.d/work-git
Normal file
2
hosts/s/config/git/local.d/work-git
Normal file
@@ -0,0 +1,2 @@
|
||||
Host tfs.ia.corp.svea.com
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
26
hosts/s/config/git/overrides/config
Normal file
26
hosts/s/config/git/overrides/config
Normal file
@@ -0,0 +1,26 @@
|
||||
# vim: ft=gitconfig sw=2 ts=2 et
|
||||
[include]
|
||||
path = ~/.dotfiles/config/git/shared
|
||||
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
[user]
|
||||
name = Ismo Vuorinen
|
||||
email = ismo.vuorinen@svea.com
|
||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMmEaS/pitd8TzLNaXf0ojTydEyFp2TWoDctuqTEF8Aw
|
||||
|
||||
[gpg "ssh"]
|
||||
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
|
||||
allowedSignersFile = ~/.ssh/allowed_signers
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[credential "https://github.com"]
|
||||
helper =
|
||||
helper = !/opt/homebrew/bin/gh auth git-credential
|
||||
|
||||
[credential "https://gist.github.com"]
|
||||
helper =
|
||||
helper = !/opt/homebrew/bin/gh auth git-credential
|
||||
14
hosts/s/install.conf.yaml
Normal file
14
hosts/s/install.conf.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- include: 'tools/dotbot-defaults.yaml'
|
||||
- shell:
|
||||
- echo "Configuring s"
|
||||
- link:
|
||||
~/:
|
||||
force: true
|
||||
glob: true
|
||||
path: hosts/s/base/**
|
||||
prefix: '.'
|
||||
~/.config/:
|
||||
glob: true
|
||||
force: true
|
||||
path: hosts/s/config/**
|
||||
Reference in New Issue
Block a user