update with zn
This commit is contained in:
committed by
Morten Olsen
parent
9705b9a7b8
commit
19c849039b
@@ -61,7 +61,7 @@ cask "mqtt-explorer"
|
|||||||
cask "obsidian"
|
cask "obsidian"
|
||||||
cask "ollama-app"
|
cask "ollama-app"
|
||||||
cask "raycast"
|
cask "raycast"
|
||||||
cask "tree-sitter-cli"
|
brew "tree-sitter-cli"
|
||||||
|
|
||||||
{{- if ne .work true }}
|
{{- if ne .work true }}
|
||||||
cask "darktable"
|
cask "darktable"
|
||||||
|
|||||||
@@ -39,15 +39,18 @@
|
|||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
|
||||||
|
{{- if eq .work false }}
|
||||||
[includeIf "gitdir:~/Projects/"]
|
[includeIf "gitdir:~/Projects/"]
|
||||||
path = "~/Projects/.gitconfig"
|
path = "~/Projects/.gitconfig"
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
[includeIf "gitdir:~/Projects/private"]
|
{{- if eq .work true}}
|
||||||
|
[includeIf "gitdir:~/Projects/private/"]
|
||||||
path = "~/Projects/private/.gitconfig"
|
path = "~/Projects/private/.gitconfig"
|
||||||
|
|
||||||
[includeIf "gitdir:~/Projects/zeronorth"]
|
[includeIf "gitdir:~/Projects/zeronorth/"]
|
||||||
path = "~/Projects/zeronorth/.gitconfig"
|
path = "~/Projects/zeronorth/.gitconfig"
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
1
dot_gitignore_global
Normal file
1
dot_gitignore_global
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.envrc
|
||||||
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