configs  Check-in [e059be05c1]

Overview
Comment:setup.sh: Disable fossil autosync
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e059be05c199fcf9ac529d26ad9693341aab3490cfb103f4580e97a6d26099b7
User & Date: js on 2022-11-15 22:18:13
Other Links: manifest | tags
Context
2022-11-15
22:18
yt-dlp: Prefer AV1 check-in: 9a5fcd8877 user: js tags: trunk
22:18
setup.sh: Disable fossil autosync check-in: e059be05c1 user: js tags: trunk
2022-10-22
20:17
setup.sh: Set fossil autosync to pullonly check-in: 2bc74e893f user: js tags: trunk
Changes

Modified setup.sh from [30539c6d28] to [3cf6f2e405].

17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

mkdir -p $HOME/.config
have cvs && link_file cvsrc .cvsrc
have fish && link_file fish .config/fish ../
if have fossil; then
	echo "Setting global fossil settingsā€¦"

	fossil set --global autosync pullonly
	fossil set --global editor 'vim -c "se ft=gitcommit"'
	fossil set --global mv-rm-files 1

	if have gpg2; then
		gpg="gpg2"
	elif have gpg; then
		gpg="gpg"







|







17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

mkdir -p $HOME/.config
have cvs && link_file cvsrc .cvsrc
have fish && link_file fish .config/fish ../
if have fossil; then
	echo "Setting global fossil settingsā€¦"

	fossil set --global autosync 0
	fossil set --global editor 'vim -c "se ft=gitcommit"'
	fossil set --global mv-rm-files 1

	if have gpg2; then
		gpg="gpg2"
	elif have gpg; then
		gpg="gpg"