diff options
author | Tharre <tharre3@gmail.com> | 2015-09-11 08:50:55 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:35 +0000 |
commit | 457114c10daed77471a51b03f1e0eb4b5c6114c6 (patch) | |
tree | 8161c45b5f73c651ca3511ed064aaabde337aa10 /install.sh | |
parent | e8baf3d4a812bf6b1266e33b2822abaf5d8c2477 (diff) | |
download | dotfiles-457114c10daed77471a51b03f1e0eb4b5c6114c6.tar.gz dotfiles-457114c10daed77471a51b03f1e0eb4b5c6114c6.tar.xz dotfiles-457114c10daed77471a51b03f1e0eb4b5c6114c6.zip |
gpg: add gpg-agent.conf
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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." |