diff options
author | Ron Asimi | 2019-07-22 13:36:59 -0400 |
---|---|---|
committer | Ron Asimi | 2019-07-22 13:36:59 -0400 |
commit | eed6edcd90d3cc68e3a309718bcf9c29860f8468 (patch) | |
tree | 1516c17d4f9988f6208d3f78b6e569db935c9ef1 /PKGBUILD | |
parent | 75e797ed6d7c3ee0580cba995674785f6c8c80f3 (diff) | |
download | aur-eed6edcd90d3cc68e3a309718bcf9c29860f8468.tar.gz |
update with config dir
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,7 @@ _pkgname=powerlevel10k pkgname=zsh-theme-${_pkgname}-git -pkgver=r2070.5e72d3c +pkgver=r2255.a1c45a5 pkgrel=1 pkgdesc="Powerlevel10k is a theme for ZSH. It's a backward-compatible fork of Powerlevel9k with lower latency and better prompt responsiveness" arch=('any') @@ -59,6 +59,8 @@ package() install -D -m644 prompt.png "${pkgdir}/usr/share/zsh-theme-${_pkgname}/prompt.png" install -D -m644 demo.png "${pkgdir}/usr/share/zsh-theme-${_pkgname}/demo.png" install -D -m644 p9k-vs-p10k.cast "${pkgdir}/usr/share/zsh-theme-${_pkgname}/p9k-vs-p10k.cast" + install -d "${pkgdir}/usr/share/zsh-theme-${_pkgname}/config" + cp -R config "$pkgdir"/usr/share/zsh-theme-${_pkgname}/ install -d "${pkgdir}/usr/share/zsh-theme-${_pkgname}/gitstatus/bin" cp -R gitstatus "$pkgdir"/usr/share/zsh-theme-${_pkgname}/ cp -R internal "$pkgdir"/usr/share/zsh-theme-${_pkgname}/ |