From 457114c10daed77471a51b03f1e0eb4b5c6114c6 Mon Sep 17 00:00:00 2001 From: Tharre Date: Fri, 11 Sep 2015 08:50:55 +0200 Subject: gpg: add gpg-agent.conf --- install.sh | 3 +++ shell/_gnupg/.gitignore | 3 +++ shell/_gnupg/gpg-agent.conf | 1 + 3 files changed, 7 insertions(+) create mode 100644 shell/_gnupg/.gitignore create mode 100644 shell/_gnupg/gpg-agent.conf diff --git a/install.sh b/install.sh index f550747..81ad201 100755 --- a/install.sh +++ b/install.sh @@ -23,6 +23,9 @@ ln -sf "$dotfiles/shell/_tmux.conf" "$HOME/.tmux.conf" # [gdb] ln -sf "$dotfiles/shell/_gdbinit" "$HOME/.gdbinit" +# [gpg] +ln -sfT "$dotfiles/shell/_gnupg" "$HOME/.gnupg" + if [ "$1" = "arch" ]; then echo "Performing full installation." diff --git a/shell/_gnupg/.gitignore b/shell/_gnupg/.gitignore new file mode 100644 index 0000000..e4c06c1 --- /dev/null +++ b/shell/_gnupg/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!gpg-agent.conf diff --git a/shell/_gnupg/gpg-agent.conf b/shell/_gnupg/gpg-agent.conf new file mode 100644 index 0000000..85405bc --- /dev/null +++ b/shell/_gnupg/gpg-agent.conf @@ -0,0 +1 @@ +enable-ssh-support -- cgit v1.2.3-70-g09d2