mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
Compare commits
4 Commits
299eaa8d8d
...
8db4a1249a
Author | SHA1 | Date | |
---|---|---|---|
8db4a1249a | |||
f20f06ac84 | |||
04be4c96ee | |||
f764c4fd26 |
@ -6,11 +6,12 @@
|
|||||||
# Aminda Suomalainen FINEID 20.12.2021-20.12.2026
|
# Aminda Suomalainen FINEID 20.12.2021-20.12.2026
|
||||||
# NOTE: This is a PUBLIC key, the secret key is non-exportable on
|
# NOTE: This is a PUBLIC key, the secret key is non-exportable on
|
||||||
# the SMARTCARD. See also https://gitea.blesmrt.net/mikaela/ssh-allowed_signers/src/branch/cxefa/README.md#where-to-find-keys
|
# the SMARTCARD. See also https://gitea.blesmrt.net/mikaela/ssh-allowed_signers/src/branch/cxefa/README.md#where-to-find-keys
|
||||||
signingkey = ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuq/w936y0Enjg7e+t27p6Hwj7RJpuDdhjV/FeikCitey23dx72yIFe3giHW10eBKHr0lhWbDhm2m0b74ZNKneR+oJ99Kl98KegGwjS/gRcjYILHWBJBCF7y61XNeJTlehEZ4zAXS3zLGaZ6DUWY3aqoMkoiAFDdHEAu5EfYITybR+eQZNiGOLVpEVC96bSgGYl4BtUjLib8YCkznllo1hbQWOJSeftIkCJj/XcOvX5kIHsnTMdkgPVd+JhBJ1ReYLf4mBYA0BVTBbHJVrMajz77Oo4iZua3XDw3RF9cekAHjh+x/zZntwiRu0k51xI0mX5nr9SsuiQccD/fxwCoI9P1u2xZHFthiHl4MxUvTRDuBTz8bktdUruqxJP+ZkKZmuozLhP738m+9nMRiavSJm0RQGDUMXfHoJ8+9VVB4uZRZq9Hprt7ReCYobgRaq4220Cpg/WADcm13o0jp0PKOl2uiS6MdIbReiLGJVf/XxeNun43K1+osv/Ermy6qL5WM=
|
#signingkey = ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuq/w936y0Enjg7e+t27p6Hwj7RJpuDdhjV/FeikCitey23dx72yIFe3giHW10eBKHr0lhWbDhm2m0b74ZNKneR+oJ99Kl98KegGwjS/gRcjYILHWBJBCF7y61XNeJTlehEZ4zAXS3zLGaZ6DUWY3aqoMkoiAFDdHEAu5EfYITybR+eQZNiGOLVpEVC96bSgGYl4BtUjLib8YCkznllo1hbQWOJSeftIkCJj/XcOvX5kIHsnTMdkgPVd+JhBJ1ReYLf4mBYA0BVTBbHJVrMajz77Oo4iZua3XDw3RF9cekAHjh+x/zZntwiRu0k51xI0mX5nr9SsuiQccD/fxwCoI9P1u2xZHFthiHl4MxUvTRDuBTz8bktdUruqxJP+ZkKZmuozLhP738m+9nMRiavSJm0RQGDUMXfHoJ8+9VVB4uZRZq9Hprt7ReCYobgRaq4220Cpg/WADcm13o0jp0PKOl2uiS6MdIbReiLGJVf/XxeNun43K1+osv/Ermy6qL5WM=
|
||||||
#signingkey = ~/.ssh/id_ed25519.pub
|
#signingkey = ~/.ssh/id_ed25519.pub
|
||||||
#signingkey = 0x414E406A
|
|
||||||
# Public GPG Authentication Subkey in SSH format
|
# Public GPG Authentication Subkey in SSH format
|
||||||
#signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILGSHRVWaw4j1WXik/HQ2/m00NjKZLFeSxX4NEBRqevn
|
#signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILGSHRVWaw4j1WXik/HQ2/m00NjKZLFeSxX4NEBRqevn
|
||||||
##wtop
|
##wtop
|
||||||
#email = mikaela+digitalents@mikaela.info
|
#email = mikaela+digitalents@mikaela.info
|
||||||
#signingkey = 0xDF046339D69EB8C9
|
#signingkey = 0xDF046339D69EB8C9
|
||||||
|
|
||||||
|
# vim: filetype=gitconfig
|
||||||
|
@ -8,6 +8,14 @@
|
|||||||
pullen = pull --no-ff
|
pullen = pull --no-ff
|
||||||
verify = verify-commit HEAD
|
verify = verify-commit HEAD
|
||||||
|
|
||||||
|
#[gpg]
|
||||||
|
#format = ssh
|
||||||
|
#format = x509
|
||||||
|
[gpg "ssh"]
|
||||||
|
allowedSignersFile = ~/src/codeberg.org/Aminda/ssh-allowed_signers/allowed_signers
|
||||||
|
#[gpg "x509"]
|
||||||
|
# program = gpgsm
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
@ -45,13 +53,6 @@
|
|||||||
# diff = diff-highlight | less
|
# diff = diff-highlight | less
|
||||||
[interactive]
|
[interactive]
|
||||||
# diffFilter = diff-highlight
|
# diffFilter = diff-highlight
|
||||||
[gpg]
|
|
||||||
format = ssh
|
|
||||||
#format = x509
|
|
||||||
[gpg "ssh"]
|
|
||||||
allowedSignersFile = ~/src/codeberg.org/Aminda/ssh-allowed_signers/allowed_signers
|
|
||||||
#[gpg "x509"]
|
|
||||||
# program = gpgsm
|
|
||||||
[tag]
|
[tag]
|
||||||
forceSignAnnotated = true
|
forceSignAnnotated = true
|
||||||
[pull]
|
[pull]
|
||||||
@ -85,3 +86,5 @@
|
|||||||
# Don't complain about this path
|
# Don't complain about this path
|
||||||
[safe]
|
[safe]
|
||||||
directory = /home/linuxbrew/.linuxbrew
|
directory = /home/linuxbrew/.linuxbrew
|
||||||
|
|
||||||
|
# vim: filetype=gitconfig
|
||||||
|
@ -138,16 +138,14 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"DNSOverHTTPS": {
|
"DNSOverHTTPS": {
|
||||||
"Enabled": false,
|
"Enabled": true,
|
||||||
"ExcludedDomains": [
|
"ExcludedDomains": [
|
||||||
"http.badssl.com",
|
"http.badssl.com",
|
||||||
"norwegianwifi.com"
|
"norwegianwifi.com"
|
||||||
],
|
],
|
||||||
"Fallback": true,
|
"Fallback": true,
|
||||||
"Locked": true,
|
"Locked": true,
|
||||||
"ProviderURL": "https://dns0.eu/",
|
"ProviderURL": "https://dns11.quad9.net/dns-query"
|
||||||
"ProviderURL_outside_europe_aminda_comment": "Swap to https://unfiltered.adguard-dns.com/dns-query if device is expected to cross continents from Europe?",
|
|
||||||
"ProviderURL_with_ECS_comment": "If changing this to something with non-private ECS, remember to disable ECS in preferences of TRR!"
|
|
||||||
},
|
},
|
||||||
"DisableEncryptedClientHello": false,
|
"DisableEncryptedClientHello": false,
|
||||||
"DisableFirefoxAccounts": false,
|
"DisableFirefoxAccounts": false,
|
||||||
|
@ -3,7 +3,7 @@ Version=1.0
|
|||||||
Type=Application
|
Type=Application
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
Terminal=true
|
Terminal=true
|
||||||
Exec=kgx --command="bash --norc -c TERM\=gnome-256color\ tmux"
|
Exec=kgx --command="bash --norc -c env\ TERM\=gnome-256color\ tmux"
|
||||||
Name=Tmux in Console
|
Name=Tmux in Console
|
||||||
Name[fi]=Tmux Consolessa
|
Name[fi]=Tmux Consolessa
|
||||||
Comment=Command line autostart
|
Comment=Command line autostart
|
||||||
|
2
package.json
vendored
2
package.json
vendored
@ -2,6 +2,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@aminda/global-prettier-config": "2024.28.4"
|
"@aminda/global-prettier-config": "2024.28.4"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
|
"packageManager": "pnpm@9.13.0+sha512.beb9e2a803db336c10c9af682b58ad7181ca0fbd0d4119f2b33d5f2582e96d6c0d93c85b23869295b765170fbdaa92890c0da6ada457415039769edf3c959efe",
|
||||||
"prettier": "@aminda/global-prettier-config"
|
"prettier": "@aminda/global-prettier-config"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user