Differences From Artifact [4f756f3d30]:
- Executable file setup.sh — part of check-in [fb7befcc62] at 2024-09-21 22:56:02 on branch trunk — Update gpg config (user: js, size: 2803) [annotate] [blame] [check-ins using]
To Artifact [a7e401c051]:
- Executable file setup.sh — part of check-in [fab747704a] at 2024-11-10 21:36:28 on branch trunk — setup.sh: Create ~/.hushlogin (user: js, size: 2827) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 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 |
︙ |