app-shells/ohmyzsh - 9999 (guru)

Search

Install

Install this version:

emerge -a =app-shells/ohmyzsh-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-shells/ohmyzsh-9999

Or alternatively:

emerge --autounmask-write -a =app-shells/ohmyzsh-9999

Package Information

Description:
A framework for managing your zsh configuration.
Homepage:
https://ohmyz.sh
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3

DESCRIPTION="A framework for managing your zsh configuration."
HOMEPAGE="https://ohmyz.sh"
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"

LICENSE="MIT"
SLOT="0"

DEPEND="app-shells/zsh"
RDEPEND="${DEPEND}"

src_install() {
	insinto "/usr/share/zsh/site-contrib/oh-my-zsh"
	doins -r *
}

pkg_postinst() {
	elog "In order to use ${PN}, copy /usr/share/zsh/site-contrib/oh-my-zsh/templates/zshrc.zsh-template over to your ~/.zshrc"
	elog "and change the path of your oh-my-zsh installation to: 'export ZSH=/usr/share/zsh/site-contrib/oh-my-zsh'"
}

Inherited Eclasses

Dependencies

DEPEND

app-shells/zsh

RDEPEND

app-shells/zsh