1
0
Fork 0

Fix some GPG stuff
continuous-integration/drone/push Build encountered an error Details

main
Ambrose Chua 2019-07-27 10:28:08 +08:00
parent 5a82642f27
commit c93af27760
3 changed files with 9 additions and 4 deletions

View File

@ -136,7 +136,7 @@ cask "kicad"
# extra lang
brew "sbt"
#cask "android-sdk"
cask "android-sdk"
cask "java"
#cask "qt-creator"

View File

@ -4,5 +4,6 @@
name = Ambrose Chua
email = ambrose@chua.family
useConfigOnly = true
signingkey = AE677CFF65D984EB1F0DC24CDB3FFE064995FE8D
[core]
editor = nvim

10
.zshrc
View File

@ -76,9 +76,15 @@ export PATH="$HOME/.yarn/bin:$PATH"
# aliases
alias vim=nvim
# gpg as ssh agent
# gpg
export GPG_TTY="$(tty)"
# gpg ssh agent
test -e "$(which gpgconf)" && export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
# minio client
autoload -U +X bashcompinit && bashcompinit
complete -o nospace -C /usr/local/bin/mc mc
# iTerm2 integration
test -e "$HOME/.iterm2_shell_integration.zsh" && source "$HOME/.iterm2_shell_integration.zsh"
@ -131,5 +137,3 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
fi
autoload -U +X bashcompinit && bashcompinit
complete -o nospace -C /usr/local/bin/mc mc