configs  Check-in [54de3688fa]

Overview
Comment:Add scdaemon.conf
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 54de3688fa25c80ba5258cbf41a0f2772fc7459968e740ebf86ad5d36c03308d
User & Date: js on 2023-04-30 10:27:12
Other Links: manifest | tags
Context
2023-04-30
10:39
zshrc: Improve finding GnuPG SSH socket check-in: 98e97b3581 user: js tags: trunk
10:27
Add scdaemon.conf check-in: 54de3688fa user: js tags: trunk
2023-04-29
23:06
Include some GNOME settings check-in: 5c42e9b43e user: js tags: trunk
Changes

Added gnupg/scdaemon.conf version [6e7effe2cf].



>
1
disable-ccid

Modified setup.sh from [3d97694a5b] to [c510e2bf91].

46
47
48
49
50
51
52

53
54
55
56
57
58
59
	fi
fi
have git && link_file git .config/git ../
if have gpg || have gpg2; then
	mkdir -p $HOME/.local/share/gnupg
	chmod 700 $HOME/.local/share/gnupg
	link_file gnupg/gpg.conf .local/share/gnupg/gpg.conf ../../../

	if have gpg2; then
		gpg="gpg2"
	else
		gpg="gpg"
	fi
	$gpg --import gnupg/keyring.asc
	$gpg --import-ownertrust gnupg/ownertrust







>







46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
	fi
fi
have git && link_file git .config/git ../
if have gpg || have gpg2; then
	mkdir -p $HOME/.local/share/gnupg
	chmod 700 $HOME/.local/share/gnupg
	link_file gnupg/gpg.conf .local/share/gnupg/gpg.conf ../../../
	link_file gnupg/scdaemon.conf .local/share/gnupg/scdaemon.conf ../../../
	if have gpg2; then
		gpg="gpg2"
	else
		gpg="gpg"
	fi
	$gpg --import gnupg/keyring.asc
	$gpg --import-ownertrust gnupg/ownertrust