X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=install.sh;h=e5ded0bfa2c4824060a419203f9a4b635060b2f7;hb=e020d04446663ccc74dea91330a11136d7cc8298;hp=923ab8694213eedcbf80878e0c1c09cb6edfcb57;hpb=ab4280c3ec2f2e99c01bc52775a9a3135bca8ee1;p=ax-zsh.git diff --git a/install.sh b/install.sh index 923ab86..e5ded0b 100755 --- a/install.sh +++ b/install.sh @@ -64,9 +64,18 @@ else cp -pR "$S/$p" "$AXZSH/$p" || abort done done + + ax_msg - "Copying themes ..." + mkdir -p "$AXZSH/themes" || abort + for p in "$S/themes/"*; do + echo "$p -> $AXZSH/$p" + rm -fr "${AXZSH:?}/$p" || abort + cp -pR "$S/$p" "$AXZSH/$p" || abort + done fi mkdir -p "$AXZSH/custom_plugins" || abort +mkdir -p "$AXZSH/custom_themes" || abort ax_msg - "Linking ZSH startup files ..."