update with zn
This commit is contained in:
committed by
Morten Olsen
parent
9705b9a7b8
commit
19c849039b
23
private_Projects/private_private/dot_gitconfig
Normal file
23
private_Projects/private_private/dot_gitconfig
Normal file
@@ -0,0 +1,23 @@
|
||||
[user]
|
||||
email = fbtijfdq@void.black
|
||||
name = Morten Olsen
|
||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILAzuPy7D/54GxMq9Zhz0CUjaDnEQ6RkQ/yqVYl7U55k
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
[gpg "ssh"]
|
||||
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
|
||||
|
||||
|
||||
|
||||
[url "ssh://git@ssh-gitea.olsen.cloud:2205/"]
|
||||
insteadOf = "https://gitea.olsen.cloud/"
|
||||
|
||||
|
||||
[url "git@github-private:"]
|
||||
insteadOf = https://github.com/
|
||||
|
||||
4
private_Projects/private_zeronorth/dot_envrc
Normal file
4
private_Projects/private_zeronorth/dot_envrc
Normal file
@@ -0,0 +1,4 @@
|
||||
export NODE_AUTH_TOKEN="op://Employee/Github NPM Token/password"
|
||||
export NPM_TOKEN="op://Employee/Github NPM Token/password"
|
||||
export NPM_GITHUB_TOKEN="op://Employee/Github NPM Token/password"
|
||||
export AWS_PROFILE=zntest
|
||||
20
private_Projects/private_zeronorth/dot_gitconfig
Normal file
20
private_Projects/private_zeronorth/dot_gitconfig
Normal file
@@ -0,0 +1,20 @@
|
||||
[user]
|
||||
email = morten.olsen@zeronorth.com
|
||||
name = Morten Olsen
|
||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKDbZITpz5QrVIxPn9gKVWMPK+3W3YZZGszFOQvO/h7M
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
[gpg "ssh"]
|
||||
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
|
||||
|
||||
|
||||
|
||||
|
||||
[url "git@github-zeronorth:"]
|
||||
insteadOf = https://github.com/
|
||||
|
||||
Reference in New Issue
Block a user