mirror of
https://github.com/Matir/skel.git
synced 2026-07-24 13:16:56 -07:00
Merge branch 'main' of https://github.com/Matir/skel
This commit is contained in:
@@ -28,6 +28,9 @@ alias clear-gpg-agent="echo RELOADAGENT | gpg-connect-agent"
|
||||
# Earthly ssh
|
||||
alias earthly='earthly --ssh-auth-sock ""'
|
||||
|
||||
# ESP-IDF
|
||||
alias activate_idf="source ~/.espressif/tools/activate_idf_v*.sh"
|
||||
|
||||
if [ "$(uname)" = "Linux" ]; then
|
||||
# Cryptsetup alias
|
||||
alias luksFormat='cryptsetup luksFormat --type=luks2 --pbkdf-memory=2560000 --pbkdf=argon2id -i 15000 -s 512 -h sha256 -c aes-xts-plain64'
|
||||
|
||||
@@ -39,16 +39,3 @@ disabled = true
|
||||
[kubernetes]
|
||||
disabled = false
|
||||
detect_folders = ["k8s"]
|
||||
|
||||
[custom.gemini_context]
|
||||
description = "Displays the current Gemini CLI context"
|
||||
when = "test -n \"$GEMINI_CLI_HOME\""
|
||||
command = """
|
||||
context_dir=\"${XDG_CONFIG_HOME:-$HOME/.config}/gemini\"
|
||||
if [[ \"$GEMINI_CLI_HOME\" == $context_dir/* ]]; then
|
||||
basename \"$GEMINI_CLI_HOME\"
|
||||
fi
|
||||
"""
|
||||
style = "bold blue"
|
||||
format = "♊[$output](blue) "
|
||||
shell = ["/bin/sh", "-c"]
|
||||
|
||||
@@ -45,3 +45,6 @@
|
||||
hibernationfile
|
||||
sleepimage
|
||||
swapfile
|
||||
|
||||
# Android and other big tools
|
||||
/Users/*/.android
|
||||
|
||||
1
dotfiles/ssh/authorized_keys.d/5dea789b_subkey.pub
Normal file
1
dotfiles/ssh/authorized_keys.d/5dea789b_subkey.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYQOAB5bJ9DjMXyY67GEI99kK1LG8XF+cWJ4md52rPnOeJd0da7l26bn9NtXCma6DP5gZQArfxHsPh7I4SbYJRYxTCCCE/Jsd8mLB22DcoeY+MqPA2g71j3KrYsvuJC++9GHK2Xc7ZRmhAugEmC/NAdtORBVhtBSAUgyCmUczKHoCAqHmq8j54En8kRYjbvlHPpDsNoRuhcH5uDGBIVkbV7UtBl2oUlRNVw7grs6XS7cPU2zCQSxcrRRuAfV4hmGG2eKaPpieNg0MAAbR0G5ssWW3IuYwd1ys5wA0YQuWUhxadUuYc46/cqyyoVIFlfjxCVTX+2w3900SDPOF/YrOwctAb23+78WN6GPnAmmS3zcmXTGsJiw/mmyBlqYI/JdSgrgI+COlcP0rlF/uklzEywfD91m1lno1u2IApdAumZWHR8aFnpHQXfI6rWc1o/V+RBpz5Xe6D2h9CPT3AE303BV09HGmidb0t6bCKoabTDwvE+KojIcbKBji6g8V6KTM=
|
||||
1
dotfiles/ssh/authorized_keys.d/id_ecdsa_zazu.pub
Normal file
1
dotfiles/ssh/authorized_keys.d/id_ecdsa_zazu.pub
Normal file
@@ -0,0 +1 @@
|
||||
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOP0EQthckpi83EoFXtbPnn4Ytd7FYW6Nb3W9ZahqOKhNAqv1owot957ihKHtGKFnYr0Jwgp0TNOdpz6nV9wwCo= david@zazu
|
||||
1
dotfiles/ssh/authorized_keys.d/id_ed25519_baymax.pub
Normal file
1
dotfiles/ssh/authorized_keys.d/id_ed25519_baymax.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFlZdKMzY8S/znw16R3X9jO+BaJ30NloH9XWtftjYh6 david@baymax.local
|
||||
1
dotfiles/ssh/authorized_keys.d/id_ed25519_scar.pub
Normal file
1
dotfiles/ssh/authorized_keys.d/id_ed25519_scar.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBeDzE5KLJh2a9p0u702H9+rvaB1HoLLBU1I2Lx6NUbC david@scar
|
||||
1
dotfiles/ssh/authorized_keys.d/id_sk_ecdsa_zazu.pub
Normal file
1
dotfiles/ssh/authorized_keys.d/id_sk_ecdsa_zazu.pub
Normal file
@@ -0,0 +1 @@
|
||||
sk-ecdsa-sha2-nistp256@openssh.com AAAAInNrLWVjZHNhLXNoYTItbmlzdHAyNTZAb3BlbnNzaC5jb20AAAAIbmlzdHAyNTYAAABBBF8YzO0pEZ9DKHyqgPZpwlv6s4FBYDunIV23R4VUfiC3dw3P1vX9+tDO2+K65v+0vL2rAuBr5ZAHmDxiY8PzDwoAAAAEc3NoOg== david@zazu-sk
|
||||
@@ -214,7 +214,7 @@ if [[ $- == *i* ]] ; then
|
||||
if [[ ! -f "$DUMPFILE" || ( -n "$newest_comp" && "$newest_comp" -nt "$DUMPFILE" ) ]]; then
|
||||
compinit -i -d "$DUMPFILE"
|
||||
# Asynchronously compile the dump file with an atomic rename
|
||||
{ zcompile "$DUMPFILE.zwc.tmp" "$DUMPFILE" && mv -f "$DUMPFILE.zwc.tmp" "$DUMPFILE.zwc" } &!
|
||||
{ zcompile "$DUMPFILE.zwc.$$.tmp" "$DUMPFILE" && mv -f "$DUMPFILE.zwc.$$.tmp" "$DUMPFILE.zwc" } &!
|
||||
else
|
||||
compinit -C -i -d "$DUMPFILE"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user