Sha256: f47f1721a965d6fe6474a6f6289599ef8792bca80fff0cdb79942948997fa961

Contents?: true

Size: 589 Bytes

Versions: 29

Compression:

Stored size: 589 Bytes

Contents

#!/bin/bash
source /etc/profile

# add required use flags and keywords
#cat <<DATAEOF >> "$chroot/etc/portage/package.use/vim"
#app-editors/vim minimal
#DATAEOF

cat <<DATAEOF >> "$chroot/etc/portage/package.accept_keywords/vim"
app-vim/bash-support ~x86 ~amd64
DATAEOF

# install vim
chroot "$chroot" emerge app-editors/vim


# install vim plugins
chroot "$chroot" emerge app-vim/puppet-syntax app-vim/bash-support

# install spf13 (experimental)
#chroot "$chroot" emerge dev-vcs/git # be aware of huge dependency
#chroot "$chroot" wget --no-check-certificate -qO- http://j.mp/spf13-vim3

Version data entries

29 entries across 15 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/gentoo-latest-i686/add_vim.sh
veewee-0.5.0.alpha4 templates/gentoo-latest-amd64/add_vim.sh
veewee-0.5.0.alpha3 templates/gentoo-latest-i686/add_vim.sh
veewee-0.5.0.alpha3 templates/gentoo-latest-amd64/add_vim.sh
veewee-0.5.0.alpha2 templates/gentoo-latest-amd64/add_vim.sh
veewee-0.5.0.alpha2 templates/gentoo-latest-i686/add_vim.sh
veewee-0.5.0.alpha1 templates/gentoo-latest-i686/add_vim.sh
veewee-0.5.0.alpha1 templates/gentoo-latest-amd64/add_vim.sh
veewee-0.4.5.1 templates/gentoo-latest-i686/add_vim.sh
veewee-0.4.5.1 templates/gentoo-latest-amd64/add_vim.sh
veewee-0.4.5 templates/gentoo-latest-amd64/add_vim.sh
veewee-0.4.5 templates/gentoo-latest-i686/add_vim.sh
veewee-0.4.5.pre1 templates/gentoo-latest-i686/add_vim.sh
veewee-0.4.5.pre1 templates/gentoo-latest-amd64/add_vim.sh
veewee-0.4.4 templates/gentoo-latest-i686/add_vim.sh
veewee-0.4.4 templates/gentoo-latest-amd64/add_vim.sh
veewee-0.4.3 templates/gentoo-latest-i686/add_vim.sh
veewee-0.4.3 templates/gentoo-latest-amd64/add_vim.sh
veewee-0.4.2 templates/gentoo-latest-i686/add_vim.sh
veewee-0.4.2 templates/gentoo-latest-amd64/add_vim.sh