diff --git a/app-shells/over-prompt/over-prompt-9999.ebuild b/app-shells/over-prompt/over-prompt-9999.ebuild index 8945424..7b95b8f 100644 --- a/app-shells/over-prompt/over-prompt-9999.ebuild +++ b/app-shells/over-prompt/over-prompt-9999.ebuild @@ -45,10 +45,6 @@ src_install() { einfo "Installing dotfiles." zsh deploy-dotfiles.zsh system "${D}" - # install user dotfiles and installer - mkdir "${D}/usr/share/${PN}/dotfiles" - cp -r deploy-dotfiles.zsh user "${D}/usr/share/${PN}/dotfiles" - popd fi @@ -64,6 +60,4 @@ src_install() { pkg_postinst() { einfo "Source /usr/share/${PN}/zsh-init to enable the prompt." einfo "The config file is in /etc/${PN}/." - einfo "User dotfiles have been copied to /usr/share/${PN}/dotfiles." - einfo "You can install them by executing: ./deploy-dotfiles.zsh user ~" }