From 3bb852e1849d9d46edf9ae6b3838b2bd1c6522f3 Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Sat, 7 Jan 2017 11:19:02 -0500 Subject: Add GPG configuration --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index b5bc5e6..94a4b3f 100755 --- a/install.sh +++ b/install.sh @@ -32,3 +32,7 @@ ln -s $CURRENT_PATH/bin ~/bin cp $CURRENT_PATH/applis/powerline-shell-config.py.dist $CURRENT_PATH/applis/powerline-shell/config.py cd $CURRENT_PATH/applis/powerline-shell && ./install.py && cd - ln -s $CURRENT_PATH/applis/powerline-shell/powerline-shell.py $CURRENT_PATH/bin + +# GPG keystore is located in .gnupg directory so only link conf +mkdir -p ~/.gnupg +ln -s $CURRENT_PATH/gpg/gpg.conf ~/.gnupg/ -- cgit v1.2.3-70-g09d2