comparison setup.sh @ 173:f8c9b13158b8

create a default zshrc for the host
author Dirk Olmes <dirk.olmes@codedo.de>
date Sat, 04 Apr 2020 04:23:36 +0200
parents efce15db2915
children f6df36a328b5
comparison
equal deleted inserted replaced
172:efce15db2915 173:f8c9b13158b8
17 replace_with_link .zshrc .zsh-env/zshrc 17 replace_with_link .zshrc .zsh-env/zshrc
18 replace_with_link .hgrc .zsh-env/hgrc 18 replace_with_link .hgrc .zsh-env/hgrc
19 replace_with_link .nanorc .zsh-env/.nanorc 19 replace_with_link .nanorc .zsh-env/.nanorc
20 replace_with_link .screenrc .zsh-env/.screenrc 20 replace_with_link .screenrc .zsh-env/.screenrc
21 21
22 touch .zsh-env/zshrc-$HOST
23
22 cat << EOF > .zsh-env/.hgignore 24 cat << EOF > .zsh-env/.hgignore
23 syntax: glob 25 syntax: glob
24 .hgignore 26 .hgignore
25 zshrc-$HOST 27 zshrc-$HOST
26 EOF 28 EOF