diff setup.sh @ 172:efce15db2915

create a default .hgignore file
author Dirk Olmes <dirk.olmes@codedo.de>
date Sat, 04 Apr 2020 04:09:41 +0200
parents 95e349996727
children f8c9b13158b8
line wrap: on
line diff
--- a/setup.sh	Sat Apr 04 04:05:37 2020 +0200
+++ b/setup.sh	Sat Apr 04 04:09:41 2020 +0200
@@ -18,3 +18,9 @@
 replace_with_link .hgrc .zsh-env/hgrc
 replace_with_link .nanorc .zsh-env/.nanorc
 replace_with_link .screenrc .zsh-env/.screenrc
+
+cat << EOF > .zsh-env/.hgignore
+syntax: glob
+.hgignore
+zshrc-$HOST
+EOF