chore: work computer setup, gitprofile update

This commit is contained in:
2025-02-14 15:27:58 +02:00
parent 02907d6a6b
commit 57c4f0438e
8 changed files with 47 additions and 2 deletions

View File

@@ -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
View File

3
hosts/s/README.md Normal file
View File

@@ -0,0 +1,3 @@
# .dotfiles/hosts/s
This is my work computer.

0
hosts/s/base/.gitkeep Normal file
View File

0
hosts/s/config/.gitkeep Normal file
View File

View File

@@ -0,0 +1,2 @@
Host tfs.ia.corp.svea.com
IdentityFile ~/.ssh/id_rsa

View 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
View 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/**