configs  Check-in [6ee022af75]

Overview
Comment:setup.sh: Remove remnants of fish
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6ee022af75dda8b1b845ff478033998a01bd8dd74a206a327fdcb3b60f86833a
User & Date: js on 2023-04-01 11:18:39
Other Links: manifest | tags
Context
2023-04-10
18:30
zshrc: Fix ObjFW flags for Nintendo Switch check-in: ab12fcaaf3 user: js tags: trunk
2023-04-01
11:18
setup.sh: Remove remnants of fish check-in: 6ee022af75 user: js tags: trunk
11:16
Add ssh directory check-in: 9d06fa6e91 user: js tags: trunk
Changes

Modified setup.sh from [054acad999] to [fda990d9fe].

13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
	else
		echo "$HOME/$2 already exists, skipping…"
	fi
}

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








<







13
14
15
16
17
18
19

20
21
22
23
24
25
26
	else
		echo "$HOME/$2 already exists, skipping…"
	fi
}

mkdir -p $HOME/.config
have cvs && link_file cvsrc .cvsrc

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