Mario Rodas
0f73c7e25a
Merge pull request #111241 from r-ryantm/auto-update/grml-zsh-config
...
grml-zsh-config: 0.17.4 -> 0.18.0
2021-01-30 15:22:38 -05:00
R. RyanTM
6d6af7e492
grml-zsh-config: 0.17.4 -> 0.18.0
2021-01-30 02:20:09 +00:00
Monson Shao
d5b4c4fdac
zsh-prezto: install to right place
2021-01-30 02:25:59 +08:00
Tim Steinbach
25af703d2d
oh-my-zsh: 2021-01-20 → 2021-01-27
2021-01-27 18:14:29 -05:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Vonfry
057017ee86
zsh-fzf-tab: init at 2021-01-24 ( #110694 )
...
* zsh-fzf-tab: init at 2021-01-24
* Update pkgs/shells/zsh/zsh-fzf-tab/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-25 01:17:21 +01:00
Mario Rodas
35be8e34fe
Merge pull request #110535 from r-ryantm/auto-update/pure-prompt
...
pure-prompt: 1.15.0 -> 1.16.0
2021-01-24 11:01:56 -05:00
Monson Shao
99b3d904e7
maintainers: add holymonson
2021-01-24 21:33:11 +08:00
Monson Shao
6f94d834a1
zsh-prezto: update to unstable
2021-01-24 21:32:01 +08:00
R. RyanTM
84733f9589
pure-prompt: 1.15.0 -> 1.16.0
2021-01-22 20:10:26 +00:00
Tim Steinbach
c6a31be155
oh-my-zsh: 2021-01-16 → 2021-01-20
2021-01-20 12:36:55 -05:00
Martin Weinelt
3144b2ee18
zsh-powerlevel10k: 1.14.4 -> 1.14.6
2021-01-19 20:33:49 +01:00
Christian Kampka
f0ec10a829
treewide: remove kampka as maintainer ( #109813 )
2021-01-18 21:23:49 +01:00
Tim Steinbach
78dc8bf5c8
oh-my-zsh: 2021-01-14 → 2021-01-16
2021-01-18 10:42:42 -05:00
Tim Steinbach
3d39348aac
oh-my-zsh: 2021-01-07 → 2021-01-14
2021-01-15 10:39:10 -05:00
Ben Siraphob
e245ae3c3a
pkgs/shells: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Alyssa Ross
3893d6c6d7
gitAndTools: move everything to the top level
...
The comment at the top of git-and-tools/default.nix said:
/* All git-relates tools live here, in a separate attribute set so that users
* can get a fast overview over what's available.
but unfortunately that hasn't actually held up in practice.
Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing. In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196
).
So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix. This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.
The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before. I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Tim Steinbach
f621108dbc
oh-my-zsh: 2021-01-05 → 2021-01-07
2021-01-08 14:03:10 +00:00
Tim Steinbach
c034059bca
oh-my-zsh: 2021-01-04 → 2021-01-05
2021-01-06 14:28:39 -05:00
Tim Steinbach
02262c67ce
oh-my-zsh: 2021-01-02 → 2021-01-04
2021-01-05 10:30:29 -05:00
Doron Behar
cf0e54722d
Merge pull request #105301 from antifuchs/zsh-purity
...
zsh: Disable compiling in /usr/local/... as the site-function directory
2021-01-04 10:04:18 +02:00
Tim Steinbach
88d2028549
oh-my-zsh: 2021-01-01 → 2021-01-02
2021-01-02 21:00:00 -05:00
Tim Steinbach
952b3f9651
oh-my-zsh: 2020-12-31 → 2021-01-01
2021-01-01 16:52:09 -05:00
Tim Steinbach
d1adfb65f2
oh-my-zsh: 2020-12-30 → 2020-12-31
2020-12-31 11:57:33 -05:00
Tim Steinbach
f62c0b45f1
oh-my-zsh: 2020-12-28 → 2020-12-30
2020-12-30 21:19:14 -05:00
Tim Steinbach
e9d8aaa945
oh-my-zsh: 2020-12-27 → 2020-12-28
2020-12-29 10:11:57 -05:00
Tim Steinbach
9e88afeb10
oh-my-zsh: 2020-12-16 → 2020-12-27
2020-12-28 10:48:00 -05:00
Martin Weinelt
e44a5aacee
zsh-powerlevel10k: 0.14.3 -> 0.14.4
2020-12-18 18:13:01 +01:00
Tim Steinbach
528cdd3ec5
oh-my-zsh: 2020-12-14 → 2020-12-16
2020-12-17 09:02:46 -05:00
Tim Steinbach
198003cb9f
oh-my-zsh: 2020-11-26 → 2020-12-14
2020-12-16 10:43:38 -05:00
Andreas Fuchs
58fa36d30c
zsh: Disable compiling in /usr/local/... as the site fndir
...
With the default configure flags, zsh compiles in a reference to the
"site function" directory that's outside the store path. Under the
right (wrong) circumstances, other builds using zsh can be affected by
these functions.
2020-11-28 19:04:06 -05:00
Tim Steinbach
eb2a3a040c
oh-my-zsh: 2020-11-25 → 2020-11-26
2020-11-28 12:43:17 -05:00
Martin Weinelt
63a60bf31a
zsh-powerlevel10k: 1.13.0 -> 1.14.3
...
Update gitstatus pin 1.2.0 -> 1.3.1.
https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.0
https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.1
https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.2
https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.3
2020-11-26 11:54:46 +01:00
Tim Steinbach
2e3c491a00
oh-my-zsh: 2020-11-22 → 2020-11-25
2020-11-25 19:22:07 +00:00
Tim Steinbach
e0e4c2281c
oh-my-zsh: 2020-11-20 → 2020-11-22
2020-11-23 10:55:11 -05:00
Tim Steinbach
a57bf2dc18
oh-my-zsh: 2020-11-12 → 2020-11-20
2020-11-20 16:27:42 +00:00
Oleksii Filonenko
512c3c0a05
maintainers: rename filalex77 -> Br1ght0ne
2020-11-17 13:09:31 +02:00
Tim Steinbach
7a36556e64
oh-my-zsh: 2020-11-11 → 2020-11-12
2020-11-13 09:28:18 -05:00
Mario Rodas
2738176ecd
Merge pull request #103509 from r-ryantm/auto-update/pure-prompt
...
pure-prompt: 1.13.0 -> 1.15.0
2020-11-11 21:29:52 -05:00
R. RyanTM
7e0dc8e35e
pure-prompt: 1.13.0 -> 1.15.0
2020-11-11 22:33:12 +00:00
Tim Steinbach
d7688900b4
oh-my-zsh: 2020-11-10 → 2020-11-11
2020-11-11 15:43:11 -05:00
Tim Steinbach
ef990c1905
oh-my-zsh: 2020-11-09 → 2020-11-10
2020-11-11 09:32:02 -05:00
Tim Steinbach
e43b443121
oh-my-zsh: 2020-11-04 → 2020-11-09
2020-11-10 09:23:17 -05:00
Tim Steinbach
2e00fff047
oh-my-zsh: Fix update script
...
Pull commit date rather than author date to avoid going back in time
on commits that have been sitting for a while.
2020-11-10 09:22:46 -05:00
Tim Steinbach
0de5ab3f20
oh-my-zsh: 2020-10-29 → 2020-11-04
2020-11-05 12:42:01 +00:00
Tim Steinbach
9813539969
oh-my-zsh: Add test
2020-11-04 20:37:50 -05:00
Tim Steinbach
9907a2d48b
oh-my-zsh: Update script
2020-11-04 18:12:23 -05:00
Ryan Mulligan
893c94b4b2
Merge pull request #90322 from pasqui23/zplg2
...
zplugin: init at 2.3
2020-10-31 07:34:03 -07:00
Tim Steinbach
95b36ade44
oh-my-zsh: 2020-10-27 -> 2020-10-29
2020-10-30 09:34:22 -04:00
Martin Weinelt
9ecd40908d
zsh-powerlevel10k: pin gitstatus version
...
The required gitstatus version compatible with zsh-powerlevel10k has
been pinned, as even though it is written by the same author, gitstatus
has received updates which are not yet compatible with zsh-p10k.
Fixes : #101946
2020-10-28 17:15:42 +01:00
Tim Steinbach
1a50aad173
oh-my-zsh: 2020-10-18 -> 2020-10-27
2020-10-27 11:58:49 -04:00
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