Переход на менеджер https://github.com/jandamm/zgenom

This commit is contained in:
2021-11-06 19:50:38 +03:00
parent e9b976f5f2
commit 00bd63ccc6
14 changed files with 230 additions and 169 deletions

23
55-agents.zsh Normal file
View File

@@ -0,0 +1,23 @@
# Copy this file to agents.user.zsh and modify to your needs
##
# SSH agent
##
# zstyle :omz:plugins:ssh-agent agent-forwarding on
# zstyle :omz:plugins:ssh-agent identities id_rsa
# zstyle :omz:plugins:ssh-agent lifetime 10h
# zgenom ohmyzsh plugins/ssh-agent
##
# GPG agent
##
# zgenom ohmyzsh plugins/gpg-agent
##
# Keychain
##
# zstyle :omz:plugins:keychain identities id_rsa 01234567
# zstyle :omz:plugins:keychain options --quiet --inherit local-once --noask --nocolor --quick
# zstyle :omz:plugins:keychain agents gpg,ssh
# zgenom ohmyzsh plugins/keychain