Skip to content

Commit

Permalink
fix(easy-zsh-config-git): avoid conflict with zsh-common
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahrun committed Oct 13, 2023
1 parent 17e919a commit ff1c1b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/easy-zsh-config-git/easy-zsh-config-git.pacscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name="easy-zsh-config-git"
pkgname="easy-zsh-config"
url="https://github.com/wszqkzqk/${pkgname}.git"
url="https://github.com/wszqkzqk/easy-zsh-config.git"
pkgver="0.6.2"
pacdeps=("oh-my-posh-git" "zsh-history-substring-search-git")
depends=("zsh" "zsh-syntax-highlighting" "zsh-autosuggestions")
Expand All @@ -19,9 +19,7 @@ prepare() {
}

package() {
sudo install -Dm644 zshrc "${pkgdir}/etc/skel/.zshrc"
sudo install -Dm644 zshrc "${pkgdir}/etc/zsh/zshrc"
sudo install -Dm640 zshrc "${pkgdir}/root/.zshrc"
sudo install -Dm644 zshrc "${pkgdir}/etc/zsh/zshrc-easy-zsh-config"
sudo install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${name}/"
sudo install -Dm644 easy-zsh-config "${pkgdir}/usr/share/zsh/easy-zsh-config"
}

0 comments on commit ff1c1b6

Please sign in to comment.