Overview
Comment: | setup.sh: Create ~/.hushlogin |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fab747704a3e851de4ad67f9bbbfb995 |
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 | 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 |
︙ |