Package Details: zsh-zim-git r643.ee93f79-1

Git Clone URL: https://aur.archlinux.org/zsh-zim-git.git (read-only, click to copy)
Package Base: zsh-zim-git
Description: ZIM - Zsh IMproved
Upstream URL: https://github.com/zimfw/zimfw
Keywords: improved plugin theme vim zim zsh
Licenses: MIT
Submitter: ishitatsuyuki
Maintainer: carbolymer (Rhinoceros)
Last Packager: carbolymer
Votes: 18
Popularity: 0.000000
First Submitted: 2015-12-28 02:13 (UTC)
Last Updated: 2023-03-30 13:36 (UTC)

Dependencies (4)

Required by (1)

Sources (5)

Pinned Comments

carbolymer commented on 2021-01-11 21:41 (UTC) (edited on 2021-01-22 07:46 (UTC) by carbolymer)

Ugh, it was a PITA to create this package. Please note that errors are silenced, so if you have any issues with zim, remove &>/dev/null from your /etc/zshrc - https://aur.archlinux.org/cgit/aur.git/tree/zshrc?h=zsh-zim-git&id=5a378e94d516c57d39629de545b78b0f020d86a4

I had to do it this way: $ZIM_HOME is only writable by root and zim constantly tries to update & recompile itself (=write to $ZIM_HOME), which results in permission errors when starting zsh as a normal user.

If you want to add/remove a module:

  1. Add a respective zmodule in /etc/zsh/zimrc
  2. Run as root: zimfw install && zsh

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

ishitatsuyuki commented on 2020-02-19 13:34 (UTC)

@bus Do not flag packages out-of-date for any reasons other than versions (which means that you should never flag a VCS package)!

I'm not going to let some random person take over this package without verifying they don't have malicious intents. Orphaning is only required when the maintainer (is intending to) no longer responds to any comments or requests.

Rhinoceros commented on 2020-01-10 12:15 (UTC)

Ah yes true. Thanks for the reply. I'll have a bit of a play and see if I can work out how to install it at a system level first, but yes, I might end up the same way.

ishitatsuyuki commented on 2020-01-10 12:12 (UTC)

I just switched to a user level install and I'm fine with that since I'm the only one using the computer anyway.

And using a package is not the only way to update, you could just set up a cron job or whatever.

Rhinoceros commented on 2020-01-10 12:09 (UTC) (edited on 2020-01-10 12:09 (UTC) by Rhinoceros)

Fair enough. TBH I thought about creating the stable zsh-zim package, but a brief look at upstream confused me. Out of interest, will you continue to use zsh-zim? And if so, will you just install it at a user-level?

EDIT: that's not my preference because I'd never remember to update it.

ishitatsuyuki commented on 2020-01-10 06:36 (UTC)

Since the upstream doesn't like zimfw getting packaged for global installation, and porting seems to be harder with the latest template changes, I'm going to stop maintaining this package. Contributions are still welcome.

Rhinoceros commented on 2020-01-08 06:17 (UTC)

This no longer builds for me.

==> Starting package()...
cp: cannot create regular file '/tmp/zsh-zim-git/pkg/zsh-zim-git/usr/lib/zim/templates/zshrc': No such file or directory

It looks like the subdirectory templates is no longer present upstream.

Also, regarding the previous comments, there's now a stable release out: https://github.com/zimfw/zimfw/releases

ishitatsuyuki commented on 2019-09-29 12:00 (UTC)

Since zimfw does not have any releases at this point, I don't see any point in doing that.

silverbluep commented on 2019-09-28 17:29 (UTC)

As a git package, I believe the proper way of doing this package is have it conflict and replace zsh-zim; so when there is a stable release there can be a git package and a release package.

ishitatsuyuki commented on 2019-02-09 12:16 (UTC)

I don’t think that helps in any way. I already do that in the install file, and all you need is a rebuild and install of zsh-zim-git.

carbolymer commented on 2019-02-09 12:11 (UTC)

After each update, zsh floods the console with following error message: https://pastebin.com/A91n9eBR. The solution is to invoke:

sudo find /usr/lib/zim/modules -iname "*.zwc" -exec rm -f {} \;

and reinstal zsh-zim-git. I think this should be added to the prepare() in PKGBUILD.