From 5594d08bcd89ecc9e5626f95054193492d51002d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 29 Nov 2024 13:38:27 +0100 Subject: [PATCH] Fix some stuff --- fish/config.fish | 14 -------------- git/allowed_signers | 2 ++ git/config | 2 +- git/ignore | 1 + 4 files changed, 4 insertions(+), 15 deletions(-) create mode 100644 git/allowed_signers diff --git a/fish/config.fish b/fish/config.fish index 427fe5a..f38f011 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -1,13 +1,3 @@ -function _ntfy_done -a title message - ntfy send \ - --quiet \ - --title "$title" \ - --tags "$(hostname)",computer \ - https://push.pnyhf.eu/terminal \ - "$message" -end - -# Skips non-existing and already known paths fish_add_path \ ~/.local/bin \ ~/.cargo/bin \ @@ -23,10 +13,6 @@ abbr -a -- gu gitup abbr -a -- g git abbr -a -- q pueue -alias j z -alias jj zz - -alias ls lsd alias l ls alias ll 'ls -la' alias llh 'ls -lha' diff --git a/git/allowed_signers b/git/allowed_signers new file mode 100644 index 0000000..23c7a80 --- /dev/null +++ b/git/allowed_signers @@ -0,0 +1,2 @@ +wuehr@sc-networks.com,awuehr@sc-networks.com,aw@sc-networks.com,awuehr@pnyhf.eu,aw@pnyhf.eu,l-x@pnyhf.eu,l-x@mailbox.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBdOQtyNPTA45OzjjwhG6tk4PUXSybuuPjIFSpoSxMds +bruckmoser@sc-networks.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFOs7tV4wONEOnMurB4ySNkmwy6beU2HxjYawgyUN7+x \ No newline at end of file diff --git a/git/config b/git/config index 747d1de..c493193 100644 --- a/git/config +++ b/git/config @@ -74,7 +74,7 @@ format = ssh [gpg "ssh"] - allowedSignersFile = ~/.ssh/allowed_signers + allowedSignersFile = ~/.config/git/allowed_signers [includeIf "gitdir:~/dev/scn/"] path = ~/dev/scn/.gitconfig diff --git a/git/ignore b/git/ignore index fd36e61..299d4d2 100644 --- a/git/ignore +++ b/git/ignore @@ -16,3 +16,4 @@ GPUCache/ .todo .yarn .envrc +.lando.local.yml \ No newline at end of file