Search Criteria
Package Details: oh-my-posh-bin 14.16.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/oh-my-posh-bin.git (read-only, click to copy) |
---|---|
Package Base: | oh-my-posh-bin |
Description: | A prompt theme engine for any shell. |
Upstream URL: | https://github.com/JanDeDobbeleer/oh-my-posh |
Licenses: | MIT |
Conflicts: | oh-my-posh |
Provides: | oh-my-posh |
Submitter: | Kamack38 |
Maintainer: | Kamack38 |
Last Packager: | Kamack38 |
Votes: | 7 |
Popularity: | 0.030687 |
First Submitted: | 2022-04-04 15:34 (UTC) |
Last Updated: | 2023-03-22 18:39 (UTC) |
Dependencies (4)
- curl (curl-minimal-git, curl-git) (make)
- grep (grep-git) (make)
- sed (sed-git) (make)
- unzip (unzip-natspec, unzip-zstd) (make)
Required by (1)
- easy-zsh-config (requires oh-my-posh)
Sources (5)
- LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad
- posh-linux-amd64-6f6e47e27c7e0ed9f456162c0cc43446fc4f4ad27a364af83789276986a345a6
- posh-linux-arm-5eacd56e9caeee5624d2e45e0a4ae2e81fed852eb097708331baba1ec0064dce
- posh-linux-arm64-817022d953c152b4594265ef566ba6e7424e4c61e00fb65422e55867365004b7
- themes-a086cdd78851602877c693ff247b9740446df0fb61c271ab3d43829d8f0d5c22.zip
Latest Comments
1 2 Next › Last »
Kamack38 commented on 2022-11-08 16:30 (UTC)
Fix for the Licence file will be pushed soon.
a821 commented on 2022-11-08 08:34 (UTC) (edited on 2022-11-08 09:08 (UTC) by a821)
The built package contains a license file that has an unnecessary hash appended to its name. You could simply replace the line after
package()
(line 35) withEdit: had to fix the PKGBUILD due to several issues already mentioned months ago
Kamack38 commented on 2022-07-18 10:54 (UTC)
LiteracyFanatic, maybe try cleaning your AUR helper cache or build the PKGBUILD directly.
LiteracyFanatic commented on 2022-07-18 01:47 (UTC)
themes.zip checksum is invalid again.
mikebm94 commented on 2022-07-11 04:37 (UTC)
The validity check for the themes.zip file (themes-41fd29514b4f7f13062e57c229a62d163470d4519aefb8ac05a6b4153b8d807a.zip) fails.
wszqkzqk commented on 2022-06-21 05:53 (UTC)
But how to solve the problem of character garbled.
m3thodic commented on 2022-06-12 16:03 (UTC)
Actually here is a better diff for changing the file permissions on themes:
m3thodic commented on 2022-06-04 01:38 (UTC) (edited on 2022-06-04 01:38 (UTC) by m3thodic)
Hey @Kamack38
You need to chmod the bundled themes in the package() function:
For some reason the files are completely unreadable when extracted from the zip archive:
---------- 1 root root 3.7K Jun 3 21:35 /usr/share/oh-my-posh/themes/1_shell.omp.json
After adding the chmod command I can now set themes:
eval $(oh-my-posh prompt init zsh --config /usr/share/oh-my-posh/themes/1_shell.omp.json)
Thanks!
Kamack38 commented on 2022-04-26 19:54 (UTC)
Thanks kwaxi!
kwaxi commented on 2022-04-23 08:20 (UTC) (edited on 2022-04-23 10:49 (UTC) by kwaxi)
Suggesting the following patch to enable multi-arch package:
1 2 Next › Last »