mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
gpg-agent.conf: enable SSH support
This commit is contained in:
parent
8c91309cee
commit
ab86080ddb
@ -5,6 +5,7 @@ cat .zsh_aliases.MKAYSIGREP > ~/.zsh_aliases
|
||||
cat .gitconfig.MKAYSIGREP > ~/.gitconfig
|
||||
mkdir -p ~/.gnupg
|
||||
cat .gpg.conf.MKAYSIGREP > ~/.gnupg/gpg.conf
|
||||
cat gpg-agent.conf > ~/.gnupg/gpg-agent.conf
|
||||
cat .pastebinit.xml.MKAYSIGREP > ~/.pastebinit.xml
|
||||
cat .environment.MKAYSIGREP > ~/.environment
|
||||
cat .gitconfig.MKAYSIGREP > ~/.gitconfig
|
||||
|
1
gpg-agent.conf
Normal file
1
gpg-agent.conf
Normal file
@ -0,0 +1 @@
|
||||
enable-ssh-support
|
@ -7,6 +7,7 @@ cat gitconfig > ~/.gitconfig
|
||||
cat vimrc > ~/.vimrc
|
||||
mkdir -p ~/.gnupg
|
||||
cat gpg.conf > ~/.gnupg/gpg.conf
|
||||
cat gpg-agent.conf > ~/.gnupg/gpg-agent.conf
|
||||
cat xsessionrc > ~/.xsessionrc
|
||||
cat pastebinit.xml > ~/.pastebinit.xml
|
||||
gpg --quiet --import .keys/0x4DB53CFE82A46728.asc&
|
||||
|
Loading…
Reference in New Issue
Block a user