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: | 3.16 |
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 .. 17 Next › Last »
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.
fastrespawn commented on 2024-10-31 09:39 (UTC)
@xythrez @ollosh following your isntructions I got it working, thanks
ollosh commented on 2024-10-31 09:25 (UTC)
@loretta a fix from @xythrez worked for me with a small trick being that I needed to generate checksum manually.
.cache/paru/clone/oh-my-zsh-git
)sha256sum 0001-zshrc.patch
makepkg -si
That worked for me
quest commented on 2024-10-28 21:00 (UTC)
For those failing to build, here is a working patch.
1 2 3 4 5 6 .. 17 Next › Last »