configs  Check-in [2bc74e893f]

Overview
Comment:setup.sh: Set fossil autosync to pullonly
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2bc74e893fe068abae8eeec9316d2bbd6cf69b3e9e9342fd1aeef7e5b5319909
User & Date: js on 2022-10-22 20:17:45
Other Links: manifest | tags
Context
2022-11-15
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
20:17
zshrc: Several changes check-in: 37161a8741 user: js tags: trunk
Changes

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

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"







|







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"