update to use 1password ssh agent/github ssh signing

Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2022-09-16 00:26:12 +08:00
parent f1f349f7ec
commit b2f38cfa10
2 changed files with 11 additions and 1 deletions

View File

@@ -179,6 +179,10 @@ function recover() {
$(brew --prefix)/opt/fzf/install
}
function post_recover() {
mkdir -p ~/.1password && ln -s ~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock ~/.1password/agent.sock
}
option=$1
case $option in
"")