Skip to content

Commit 57c4f04

Browse files
committed
chore: work computer setup, gitprofile update
1 parent 02907d6 commit 57c4f04

File tree

8 files changed

+47
-2
lines changed

8 files changed

+47
-2
lines changed

base/gitprofile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"work": [
2424
{
2525
"key": "user.email",
26-
"value": "ismo.vuorinen@vincit.fi"
26+
"value": "ismo.vuorinen@svea.com"
2727
},
2828
{
2929
"key": "user.name",
3030
"value": "Ismo Vuorinen"
3131
}
3232
]
3333
}
34-
}
34+
}

hosts/s/.gitkeep

Whitespace-only changes.

hosts/s/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# .dotfiles/hosts/s
2+
3+
This is my work computer.

hosts/s/base/.gitkeep

Whitespace-only changes.

hosts/s/config/.gitkeep

Whitespace-only changes.

hosts/s/config/git/local.d/work-git

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Host tfs.ia.corp.svea.com
2+
IdentityFile ~/.ssh/id_rsa

hosts/s/config/git/overrides/config

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

hosts/s/install.conf.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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/**

0 commit comments

Comments
 (0)