Search Criteria
Package Details: oh-my-zsh-git r7424.c690f7316-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/oh-my-zsh-git.git (read-only, click to copy) |
---|---|
Package Base: | oh-my-zsh-git |
Description: | A community-driven framework for managing your zsh configuration. Includes 180+ optional plugins and over 120 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community |
Upstream URL: | https://github.com/ohmyzsh/ohmyzsh |
Licenses: | MIT |
Submitter: | phoenixlzx |
Maintainer: | MarcinWieczorek |
Last Packager: | MarcinWieczorek |
Votes: | 472 |
Popularity: | 2.20 |
First Submitted: | 2012-10-24 12:04 (UTC) |
Last Updated: | 2024-11-03 11:29 (UTC) |
Dependencies (7)
- zsh (zsh-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- bullet-train-oh-my-zsh-theme-gitAUR (optional) – better powerline theme
- git (git-gitAUR, git-glAUR) (optional) – most themes use git (highly recommended but still optional)
- oh-my-zsh-powerline-theme-gitAUR (optional) – great theme
- python (python37AUR, python311AUR, python310AUR) (optional) – for some plugin functionality
- ruby (optional) – for some plugin functionality
Latest Comments
1 2 3 4 5 6 .. 18 Next › Last »
MarcinWieczorek commented on 2024-12-30 16:18 (UTC)
This doesn't necessarily have to be an issue. Maybe the way yay updates cached repos. Look at your log:
Does this mean that yay is trying to update from r7441 (which is outdated by just one commit) to the latest one? Why does it try to build
r7279.677f5010d-1
then? If the build succeeded you would go back 200 commits ;) Verify your yay configuration, try to build with stock config both yay's and makepkg's (in case yay overrides it).t0m5k1 commented on 2024-12-29 21:26 (UTC)
@MarcinWieczorek
hmm, thanks for that. It worked, Does this mean yay is having an issue with this now?
MarcinWieczorek commented on 2024-12-29 16:13 (UTC)
@t0m5k1 thanks for commenting. Please try to reproduce without yay.
t0m5k1 commented on 2024-12-27 00:53 (UTC)
Getting the following from yay, seems like ongoing install issues. Any ideas why this continues to happen?
MarcinWieczorek commented on 2024-11-08 21:59 (UTC)
Thanks for the feedback @PrfStrwberry. Thank you all for commenting on the issue. I'm quite responsive in regard of my packages, at least I'm trying to. I'm actively using this one.
PrfStrwberry commented on 2024-11-03 16:56 (UTC)
Latest update fixes the issue. Thank you.
PrfStrwberry commented on 2024-11-01 17:44 (UTC)
Do I have to apply this fix every time I am updating my system or do I wait until the package is updated?
TheDrewAbides commented on 2024-11-01 10:30 (UTC) (edited on 2024-11-01 10:31 (UTC) by TheDrewAbides)
For those of us who aren't robots and are half awake:
cd ~/.cache/paru/clone/oh-my-zsh-git
nano -w +8 0001-zshrc.patch
Add quotes, example -export ZSH="$HOME/.oh-my-zsh"
nano -w +26 PKGBUILD
Change sha256sum to 7688703d2d304703bbb2e48b1365ef18eeb9ddbf1be6acb787af09ed51e5302a
makepkg -si
Tada.
JanusDC commented on 2024-10-31 20:43 (UTC)
I followed @ollosh's instructions, and they worked perfectly. It took me a while to notice that I had to apply @xythrez's patch instead of @quest's, which is the patch just before @ollosh's comment.
1 2 3 4 5 6 .. 18 Next › Last »