configs  Check-in [fab747704a]

Overview
Comment:setup.sh: Create ~/.hushlogin
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | trunk
Files: files | file ages | folders
SHA3-256: fab747704a3e851de4ad67f9bbbfb9950743d459291e440931effd14f78648bb
User & Date: js on 2024-11-10 21:36:28
Other Links: manifest | tags
Context
2024-11-10
21:36
setup.sh: Create ~/.hushlogin Leaf check-in: fab747704a user: js tags: trunk
21:35
Basic.terminal: Bindings for PgUp/PgDown/Start/End check-in: 0ade9336f6 user: js tags: trunk
Changes

Modified setup.sh from [4f756f3d30] to [a7e401c051].

13
14
15
16
17
18
19


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

export XDG_DATA_HOME="$HOME/.local/share"
export GNUPGHOME="$XDG_DATA_HOME/gnupg"



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

	fossil unset autosync







>
>







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

export XDG_DATA_HOME="$HOME/.local/share"
export GNUPGHOME="$XDG_DATA_HOME/gnupg"

touch $HOME/.hushlogin

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

	fossil unset autosync