Commit graph

416 commits

Author SHA1 Message Date
Sandro Jäckel b7730213bd
zsh-powerlevel10k: 1.12.0 -> 1.13.0 2020-10-22 19:49:18 +02:00
Tim Steinbach b615fa7b06
oh-my-zsh: 2020-10-15 -> 2020-10-18 2020-10-19 09:40:23 -04:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Tim Steinbach a3cae625e4
oh-my-zsh: 2020-10-14 -> 2020-10-15 2020-10-16 09:29:36 -04:00
Tim Steinbach 1e6a9608aa
oh-my-zsh: 2020-10-13 -> 2020-10-14 2020-10-14 18:39:23 -04:00
Tim Steinbach aaff56eed1
oh-my-zsh: 2020-10-09 -> 2020-10-13 2020-10-13 09:55:07 -04:00
Tim Steinbach 2216b87688
oh-my-zsh: 2020-10-08 -> 2020-10-09 2020-10-09 08:33:03 -04:00
Tim Steinbach cc3c70e5af
oh-my-zsh: 2020-10-05 -> 2020-10-08 2020-10-08 14:51:16 -04:00
Tim Steinbach 066397c0fe
oh-my-zsh: Format with nixfmt 2020-10-08 11:00:19 -04:00
Tim Steinbach 5a9c9b3583
oh-my-zsh: 2020-10-05 -> 2020-10-05 2020-10-06 09:42:45 -04:00
Tim Steinbach d29fea1342
oh-my-zsh: 2020-10-01 -> 2020-10-05 2020-10-05 08:22:19 -04:00
Maximilian Bosch 748871ad42
lambda-mod-zsh-theme: 2019-04-17 -> 2020-10-03, cleanup derivation 2020-10-03 20:03:12 +02:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Tim Steinbach d228ae9d77
oh-my-zsh: 2020-09-29 -> 2020-10-01 2020-10-02 11:18:36 -04:00
Tim Steinbach 8f469ec488
oh-my-zsh: 2020-09-20 -> 2020-09-29 2020-09-29 08:36:32 -04:00
Tim Steinbach d8b5fb33b5
oh-my-zsh: 2020-09-14 -> 2020-09-20 2020-09-20 19:24:37 -04:00
Tim Steinbach 911c641ace
oh-my-zsh: 2020-09-12 -> 2020-09-14 2020-09-15 10:47:51 -04:00
Tim Steinbach 7699e31abb
oh-my-zsh: 2020-09-09 -> 2020-09-12 2020-09-14 08:42:05 -04:00
Tim Steinbach edc18966fa
oh-my-zsh: 2020-09-04 -> 2020-09-09 2020-09-10 10:36:17 -04:00
Tim Steinbach 45de9a079f
oh-my-zsh: 2020-09-03 -> 2020-09-04 2020-09-08 08:52:43 -04:00
R. RyanTM 9f5aed0c22 antibody: 6.1.0 -> 6.1.1 2020-09-04 08:56:02 -07:00
Tim Steinbach e385f98792
oh-my-zsh: 2020-09-02 -> 2020-09-03 2020-09-04 09:25:47 -04:00
Tim Steinbach f9bf64f0c4
oh-my-zsh: 2020-08-31 -> 2020-09-02 2020-09-02 13:48:58 -04:00
Tim Steinbach 0a64ff8152
oh-my-zsh: 2020-08-28 -> 2020-08-31 2020-09-01 09:39:32 -04:00
Tim Steinbach 416987cfff
oh-my-zsh: Fix update script 2020-08-31 09:15:47 -04:00
Tim Steinbach c23a404cb6
Remove fetchpatch 2020-08-31 09:08:49 -04:00
Tim Steinbach 63a726d847
Merge branch 'master' into ohmyzsh-cleanups 2020-08-31 08:57:43 -04:00
Tim Steinbach 1b0186928d
oh-my-zsh: 2020-08-24 -> 2020-08-28 2020-08-31 08:30:45 -04:00
Florian Klink b07a1dc743 oh-my-zsh: apply patch to remove usages of perl
https://github.com/NixOS/nixpkgs/pull/91213 removed `perl` from $PATH.

This adds a patch to oh-my-zsh, using `sed` instead of `perl` to do the
regexp substitution.
2020-08-28 23:23:44 +02:00
Florian Klink f1e667234d oh-my-zsh: cleanup
- use fetchFromGitHub instead of fetchgit
 - indent the `installPhase` properly
 - remove unused `pathsToLink`
 - don't hardcode `phases` to allow patching
 - don't copy from $src, but . to allow patching
2020-08-28 12:28:16 +02:00
Tim Steinbach 692a12e6ee
oh-my-zsh: 2020-08-20 -> 2020-08-24 2020-08-25 09:12:16 -04:00
Tim Steinbach 725a3da8ab
oh-my-zsh: 2020-08-18 -> 2020-08-20 2020-08-20 08:18:29 -04:00
Tim Steinbach 423361a664
oh-my-zsh: 2020-08-17 -> 2020-08-18 2020-08-19 08:50:43 -04:00
Tim Steinbach 1cdddfef4b
oh-my-zsh: 2020-08-06 -> 2020-08-17 2020-08-18 08:02:25 -04:00
Mario Rodas 4cba5d3a51
Merge pull request #95268 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.12.0 -> 1.13.0
2020-08-12 19:15:32 -05:00
R. RyanTM 5178e81f47 pure-prompt: 1.12.0 -> 1.13.0 2020-08-12 17:50:50 +00:00
Timothy Stott ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Robert Schütz cb8a5e5b87
spaceship-prompt: install prompt_spaceship_setup (#94604)
just like in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=spaceship-prompt-git
2020-08-08 10:30:52 +02:00
R. RyanTM 30469ea4c5 grml-zsh-config: 0.17.3 -> 0.17.4 2020-08-07 00:17:58 -07:00
Tim Steinbach be42a66cd3
oh-my-zsh: 2020-07-30 -> 2020-08-06 2020-08-06 08:37:22 -04:00
Daniël de Kok 9bda6bfa6b
Merge pull request #94752 from herrwiese/for-master/zsh-nix-shell-v0.1.0
zsh-nix-shell: (unstable-)2019-12-20 -> 0.1.0
2020-08-06 12:04:14 +02:00
Andreas Wiese f4dad5c17b zsh-nix-shell: (unstable-)2019-12-20 -> 0.1.0 2020-08-05 13:38:15 +02:00
Martin Weinelt 297bbd9e30
Merge pull request #92508 from mweinelt/powerlevel10k
zsh-powerlevel10k: 1.11.0 -> 1.12.0; gitAndTools.gitstatus: 1.1.3 -> 1.2.2
2020-08-05 13:20:55 +02:00
Tim Steinbach 0645303fb8
oh-my-zsh: 2020-07-23 -> 2020-07-30 2020-07-31 09:06:33 -04:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Tim Steinbach d5e90de846
oh-my-zsh: 2020-07-18 -> 2020-07-23 2020-07-23 13:43:01 -04:00
Tim Steinbach 93fc9b99b6
oh-my-zsh: 2020-07-15 -> 2020-07-18 2020-07-20 08:53:45 -04:00
Tim Steinbach 1ce3f1fadd
oh-my-zsh: 2020-07-14 -> 2020-07-15 2020-07-17 10:22:08 -04:00
Oleksii Filonenko e2299f6ff3
Merge pull request #93206 from r-ryantm/auto-update/antibody
antibody: 6.0.1 -> 6.1.0
2020-07-16 10:52:59 +03:00
R. RyanTM f16d6a7304 antibody: 6.0.1 -> 6.1.0 2020-07-16 01:11:42 +00:00
Tim Steinbach 40d449525a
oh-my-zsh: 2020-07-13 -> 2020-07-14 2020-07-15 09:17:21 -04:00
Tim Steinbach 42d34c7399
oh-my-zsh: 2020-07-09 -> 2020-07-13 2020-07-14 09:20:12 -04:00
Samuel Gräfenstein 153367b0ea
oh-my-zsh: undefine functions that don't work on Nix
Both functions expect oh-my-zsh to be in ~/.oh-my-zsh and try to
modify the directory. This doesn't work, since it is in the
Nix store.
2020-07-13 09:38:18 +02:00
Mario Rodas 4b3ee09f53
Merge pull request #92718 from KyleOndy/enable-spaceship-prompt-on-darwin
spaceship-prompt: enable on darwin
2020-07-10 00:15:57 -05:00
Ryan Mulligan ec1e9dba9c
Merge pull request #92665 from r-ryantm/auto-update/zsh-completions
zsh-completions: 0.31.0 -> 0.32.0
2020-07-09 16:23:08 -07:00
Tim Steinbach 3430e3ec34
oh-my-zsh: 2020-07-06 -> 2020-07-09 2020-07-09 09:01:37 -04:00
Kyle Ondy b1792aab12
spaceship-prompt: enable on darwin
This commit enable spaceship-prompt to be used on darwin machines.
2020-07-08 10:43:54 -04:00
Maximilian Bosch e56853f14f
Merge pull request #92669 from r-ryantm/auto-update/zsh-you-should-use
zsh-you-should-use: 1.7.0 -> 1.7.3
2020-07-08 09:19:31 +02:00
R. RyanTM 7589ba3b94 zsh-you-should-use: 1.7.0 -> 1.7.3 2020-07-08 00:47:18 +00:00
R. RyanTM b2d6c9c020 zsh-completions: 0.31.0 -> 0.32.0 2020-07-07 23:40:03 +00:00
Tim Steinbach b0a88e2580
oh-my-zsh: 2020-07-05 -> 2020-07-06 2020-07-07 08:00:40 -04:00
Martin Weinelt 28534d3863
zsh-powerlevel10k: 1.11.0 -> 1.12.0 2020-07-06 19:48:10 +02:00
Tim Steinbach 3c1b3a08e6
oh-my-zsh: 2020-07-03 -> 2020-07-05 2020-07-06 09:02:55 -04:00
Mario Rodas 0c9df94772
Merge pull request #92187 from r-ryantm/auto-update/grml-zsh-config
grml-zsh-config: 0.17.2 -> 0.17.3
2020-07-04 06:20:32 -05:00
Tim Steinbach 67557dff2f
oh-my-zsh: 2020-07-01 -> 2020-07-03 2020-07-03 13:14:45 -04:00
R. RyanTM 05bc2118f1 grml-zsh-config: 0.17.2 -> 0.17.3 2020-07-03 15:37:33 +00:00
Tim Steinbach d540649847
oh-my-zsh: 2020-06-28 -> 2020-07-01 2020-07-01 16:36:46 -04:00
Tim Steinbach 9893f64b57
oh-my-zsh: 2020-06-26 -> 2020-06-28 2020-06-28 14:24:14 -04:00
Tim Steinbach fb5cb30fb0
oh-my-zsh: 2020-06-23 -> 2020-06-26 2020-06-26 08:21:02 -04:00
Tim Steinbach 1ddbd8ce8a
oh-my-zsh: 2020-06-19 -> 2020-06-23 2020-06-24 08:25:10 -04:00
Tim Steinbach 7bbca84761
oh-my-zsh: 2020-06-18 -> 2020-06-19 2020-06-22 08:36:11 -04:00
Tim Steinbach 9de1c659e4
oh-my-zsh: 2020-06-17 -> 2020-06-18 2020-06-18 08:16:06 -04:00
R. RyanTM 32b567cbd6 grml-zsh-config: 0.16.2 -> 0.17.2 2020-06-17 12:39:40 -07:00
Tim Steinbach e76f83c266
oh-my-zsh: 2020-06-10 -> 2020-06-17 2020-06-17 08:16:01 -04:00
Pasquale 79f4822a30 zplugin: init at 2.3 2020-06-14 13:28:27 +02:00
Tim Steinbach cf29bf0953
oh-my-zsh: 2020-06-08 -> 2020-06-10 2020-06-12 10:13:32 -04:00
Tim Steinbach 9b7cb6cd13
oh-my-zsh: 2020-06-05 -> 2020-06-08 2020-06-08 20:22:38 -04:00
Tim Steinbach 61dd71c914
oh-my-zsh: 2020-06-02 -> 2020-06-05 2020-06-05 09:45:35 -04:00
Tim Steinbach f53752834a
oh-my-zsh: 2020-05-26 -> 2020-06-02 2020-06-02 09:07:57 -04:00
Martin Weinelt 5cb2c69859
zsh-powerlevel10k: 1.7.0 -> 1.11.0 2020-06-01 02:34:14 +02:00
R. RyanTM 4bcc5be187 grml-zsh-config: 0.16.1 -> 0.16.2 2020-05-27 12:13:48 -07:00
Tim Steinbach bc9c90ccf0
oh-my-zsh: 2020-05-24 -> 2020-05-26 2020-05-27 08:21:40 -04:00
Lassulus 0300b47dd5
Merge pull request #66427 from pacien/pure-prompt-1.10.3
pure-prompt: init at 1.12.0
2020-05-26 20:44:58 +02:00
Nick Hu 1acb028ca0
Merge pull request #88036 from NickHu/prezto
zsh-prezto: 2019-03-18 -> 2020-05-02
2020-05-26 13:15:31 +01:00
Nick Hu 90779e4d64
zsh-prezto: 2019-03-18 -> 2020-05-20 2020-05-26 12:53:26 +01:00
Tim Steinbach 89998eb8da
oh-my-zsh: 2020-05-21 -> 2020-05-24 2020-05-24 20:51:34 -04:00
Tim Steinbach 8ecb3a3e97
oh-my-zsh: 2020-05-20 -> 2020-05-21 2020-05-22 10:52:12 -04:00
Tim Steinbach 858cce456f
oh-my-zsh: 2020-05-18 -> 2020-05-20 2020-05-20 08:29:55 -04:00
Tim Steinbach 6d035a9d10
oh-my-zsh: 2020-05-16 -> 2020-05-18 2020-05-19 08:01:19 -04:00
R. RyanTM 85c2774b64 antibody: 6.0.0 -> 6.0.1 2020-05-19 01:09:04 +00:00
Tim Steinbach 0e2a4780df
oh-my-zsh: 2020-05-11 -> 2020-05-16 2020-05-17 13:57:44 -04:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Tim Steinbach a9e3b1103c
oh-my-zsh: 2020-05-07 -> 2020-05-11 2020-05-13 14:36:46 -04:00
pablo1107 928fb53442 pure-prompt: add pablovsky as maintainer 2020-05-09 10:55:30 +02:00
pacien db97cb3aa9 pure-prompt: init at 1.12.0
Co-authored-by: pablo1107 <dealberapablo07@gmail.com>
2020-05-09 10:41:20 +02:00
Tim Steinbach 28e1e370be
oh-my-zsh: 2020-05-05 -> 2020-05-07 2020-05-07 08:18:37 -04:00
Tim Steinbach 5a2e2d77e1
oh-my-zsh: 2020-05-01 -> 2020-05-05 2020-05-05 09:26:28 -04:00
Tim Steinbach ff6765d435
oh-my-zsh: 2020-04-30 -> 2020-05-01 2020-05-04 08:43:02 -04:00
Tim Steinbach ac1f36ca16
oh-my-zsh: 2020-04-26 -> 2020-04-30 2020-05-01 09:33:21 -04:00