From 68da6e62e82ecf57b6a82acf7c4402dd1ddb4aa3 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 29 Sep 2024 22:25:16 +0200 Subject: Minor config updates --- .ssh/config | 2 +- Brewfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ssh/config b/.ssh/config index 6f15256..52e0c98 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,7 +4,7 @@ Match exec "hostname | grep -E A14M*" Host parrotOS RemoteForward /run/user/1000/gnupg/S.gpg-agent /Users/a14m/.gnupg/S.gpg-agent.extra RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /Users/a14m/.gnupg/S.gpg-agent.ssh -Host parrotOS +Host archlinux.local ForwardAgent yes StreamLocalBindUnlink yes diff --git a/Brewfile b/Brewfile index 9cee641..c1ade40 100644 --- a/Brewfile +++ b/Brewfile @@ -12,7 +12,7 @@ brew "git-crypt" brew "gpg" brew "pass" brew "pass-otp" -brew "pinentry-mac" +brew "pinentry-mac" if OS.mac? brew "vim" brew "neovim" brew "thefuck" -- cgit v1.2.3