Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
...
Idea shamelessly stolen from 4e60b0efae
.
I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.
As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.
I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Tim Steinbach
e865acf44c
oh-my-zsh: 2019-12-20 -> 2019-12-22
2019-12-22 20:11:22 -05:00
Tim Steinbach
e093c7503f
oh-my-zsh: 2019-12-18 -> 2019-12-20
2019-12-20 11:36:44 -05:00
Tim Steinbach
52ed4751af
oh-my-zsh: 2019-12-07 -> 2019-12-18
2019-12-18 11:37:42 -05:00
Christian Kampka
c98d54a3e9
zsh-history: Add tests
2019-12-14 10:58:38 +01:00
Tim Steinbach
60512b1823
oh-my-zsh: GitHub repo moved
2019-12-12 07:38:40 -05:00
Christian Kampka
1d2e21ad1f
zsh-history: 2019-10-07 -> 2019-12-10
2019-12-10 13:18:38 +01:00
Tim Steinbach
65543e5839
oh-my-zsh: 2019-12-07 -> 2019-12-07
2019-12-09 12:01:33 -05:00
Tim Steinbach
bdf74811ce
oh-my-zsh: 2019-11-21 -> 2019-11-23
2019-11-25 09:14:39 -05:00
John Ericson
d0d5136cce
Merge remote-tracking branch 'upstream/master' into wrapper-pname-support
2019-11-24 17:25:07 +00:00
John Ericson
9b090ccbca
treewide: Get rid of most parseDrvName
without breaking compat
...
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Tim Steinbach
ab84418b10
oh-my-zsh: 2019-10-30 -> 2019-11-21
2019-11-21 19:55:38 -05:00
pasqui23
c20f765bb4
zsh-fast-syntax-highlighting: init at 1.54 ( #65429 )
2019-11-19 21:20:17 -05:00
R. RyanTM
96630a9e49
grml-zsh-config: 0.16.0 -> 0.16.1
...
(#72511 )
2019-11-13 16:16:07 +01:00
Oleksii Filonenko
dfb9a1e164
antibody: add filalex77 as a maintainer
2019-11-11 13:51:02 +02:00
Oleksii Filonenko
3f72f7bac2
antibody: 4.1.2 -> 4.2.0
2019-11-11 13:50:42 +02:00
R. RyanTM
e834edcbdd
zsh-history-substring-search: 1.0.1 -> 1.0.2
2019-11-04 11:08:40 +00:00
Maximilian Bosch
8a0fdf0011
Merge pull request #72195 from Ma27/package-fzf-zsh
...
fzf-zsh: init at unstable-2019-09-09
2019-10-31 23:32:02 +01:00
Tim Steinbach
8a75eaa6a0
oh-my-zsh: 2019-10-27 -> 2019-10-30
2019-10-31 10:42:54 -04:00
Maximilian Bosch
bd4b70b075
fzf-zsh: init at unstable-2019-09-09
...
Simple `fzf` wrapper which provides a way nicer interface for ZSH's
<C-r> search. When using oh-my-zsh it can be enabled like this:
``` nix
{ pkgs, ... }: {
programs.zsh = {
enable = true;
ohMyZsh = {
enable = true;
customPkgs = [ pkgs.fzf-zsh ];
plugins = [ "fzf-zsh" ];
};
};
}
```
2019-10-28 21:55:34 +01:00
Tim Steinbach
4aaf2ad527
oh-my-zsh: 2019-10-25 -> 2019-10-27
2019-10-27 14:59:39 -04:00
Tim Steinbach
50208ab5b9
oh-my-zsh: 2019-10-24 -> 2019-10-25
2019-10-25 13:44:03 -04:00
Tim Steinbach
6373b7ac51
oh-my-zsh: 2019-10-22 -> 2019-10-24
2019-10-24 18:23:36 -04:00
Tim Steinbach
ad55ac4a40
oh-my-zsh: 2019-10-20 -> 2019-10-22
2019-10-23 08:30:55 -04:00
Tim Steinbach
ad5994f182
oh-my-zsh: 2019-10-19 -> 2019-10-20
2019-10-21 07:34:51 -04:00
Tim Steinbach
71ab7a57ff
oh-my-zsh: 2019-10-16 -> 2019-10-19
2019-10-19 20:53:48 -04:00
Maximilian Bosch
70783011e2
zsh-you-should-use: 1.4.0 -> 1.6.0
...
https://github.com/MichaelAquilina/zsh-you-should-use/blob/master/CHANGELOG.md#160
2019-10-19 21:36:06 +02:00
Tim Steinbach
b54d23a3c0
oh-my-zsh: 2019-10-15 -> 2019-10-16
2019-10-18 12:33:12 -04:00
worldofpeace
fce8b4837a
Merge pull request #67670 from kampka/zsh-history
...
zsh-history: init at unstable-2019-08-29
2019-10-16 01:57:23 +00:00
Tim Steinbach
2f6f6a3855
oh-my-zsh: 2019-10-10 -> 2019-10-15
2019-10-15 16:10:38 -04:00
Christian Kampka
0bfefb0913
zsh-history: Backport upstream patch for config generation
2019-10-15 11:45:29 +02:00
Tim Steinbach
950ae44ea9
oh-my-zsh: 2019-10-09 -> 2019-10-10
2019-10-12 11:17:24 -04:00
Tim Steinbach
0e751e6655
oh-my-zsh: 2019-10-08 -> 2019-10-09
2019-10-09 17:19:57 -04:00
Tim Steinbach
6879b2d6b9
oh-my-zsh: 2019-10-07 -> 2019-10-08
2019-10-08 10:01:51 -04:00
Tim Steinbach
0cf6a50359
oh-my-zsh: 2019-10-03 -> 2019-10-07
2019-10-07 18:01:57 -04:00
Christian Kampka
5ddfcc1f60
Update pkgs/shells/zsh/zsh-history/default.nix
...
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2019-10-07 21:02:56 +02:00
Christian Kampka
c0570ed238
zsh-history: use goModule build infrastructure
2019-10-07 10:09:54 +02:00
Tim Steinbach
b16998f51e
oh-my-zsh: 2019-10-02 -> 2019-10-03
2019-10-05 10:55:44 -04:00
Tim Steinbach
cac7fdfdcd
oh-my-zsh: 2019-10-01 -> 2019-10-02
2019-10-03 07:34:21 -04:00
Tim Steinbach
f7765fb052
oh-my-zsh: 2019-09-24 -> 2019-10-01
2019-10-01 08:04:40 -04:00
Christian Kampka
0f132d0f27
zsh-history: make use of installShellCompletions
helper
2019-09-28 13:09:18 +02:00
Christian Kampka
165b47bfe4
zsh-history: Refactor use of with lib
2019-09-28 13:09:18 +02:00
Christian Kampka
ab42e39367
zsh-history: package build improvements
2019-09-28 13:09:17 +02:00
Christian Kampka
887c1741dc
zsh-history: unsable 2019-08-29 -> 2019-09-27
2019-09-28 13:09:17 +02:00
Christian Kampka
a81317364c
zsh-history: init at unstable-2019-08-29
2019-09-28 13:09:17 +02:00
Tim Steinbach
5c1adffe6e
oh-my-zsh: 2019-09-20 -> 2019-09-24
2019-09-26 10:45:50 -04:00
Will Dietz
97c1065ae7
zsh-completions: 0.30.0 -> 0.31.0
2019-09-21 02:54:36 -05:00
Tim Steinbach
861840baf6
oh-my-zsh: 2019-09-13 -> 2019-09-20
2019-09-20 09:48:17 -04:00
Tim Steinbach
4a719e2884
oh-my-zsh: 2019-09-11 -> 2019-09-13
2019-09-18 07:19:12 -04:00
geistesk
aaf514d322
spaceship-prompt: 3.7.1 -> 3.11.2
2019-09-14 18:50:09 +09:00
Tim Steinbach
833baa746b
oh-my-zsh: 2019-09-08 -> 2019-09-11
2019-09-12 18:53:18 -04:00
Tim Steinbach
5e3faee99f
oh-my-zsh: 2019-08-07 -> 2019-09-08
2019-09-09 08:46:35 -04:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
Maximilian Bosch
c3f2d66e31
zsh-you-should-use: 1.1.0 -> 1.4.0
...
https://github.com/MichaelAquilina/zsh-you-should-use/blob/master/CHANGELOG.md#140
2019-09-01 21:32:38 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Jörg Thalheim
cf5f02b4bb
zsh/pth/zsync: cross fixes ( #65780 )
...
zsh/pth/zsync: cross fixes
2019-08-14 07:15:01 +01:00
Tim Steinbach
cacc355f61
oh-my-zsh: 2019-08-06 -> 2019-08-07
2019-08-08 10:28:50 -04:00
Tim Steinbach
6808d00dfa
oh-my-zsh: 2019-07-31 -> 2019-08-06
2019-08-07 09:32:11 -04:00
Jörg Thalheim
84d2202a46
zsh: fix cross-compiling support
2019-08-02 10:04:10 +01:00
Tim Steinbach
15feb3893d
oh-my-zsh: 2019-07-22 -> 2019-07-31
2019-07-31 09:25:19 -04:00
Tim Steinbach
ebf746457d
oh-my-zsh: 2019-07-13 -> 2019-07-22
2019-07-23 08:36:18 -04:00
Tim Steinbach
7403a08153
oh-my-zsh: 2019-07-01 -> 2019-07-13
2019-07-15 07:26:55 -04:00
Maximilian Bosch
241a7bb363
Merge pull request #63920 from Ma27/package-zsh-you-should-use
...
zsh-you-should-use: init at 1.1.0
2019-07-09 23:28:53 +02:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything
2019-07-03 11:27:39 +02:00
R. RyanTM
0c96c9b505
zsh-autosuggestions: 0.5.2 -> 0.6.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zsh-autosuggestions/versions
2019-07-03 08:29:01 +02:00
Tim Steinbach
ec846ecf71
oh-my-zsh: 2019-06-27 -> 2019-07-01
2019-07-01 18:30:51 -04:00
Maximilian Bosch
02e8a36df1
zsh-you-should-use: init at 1.1.0
...
Simple zsh plugin that reminds you to use existing aliases. With
`oh-my-zsh` it can be installed like this:
```
{
programs.zsh.ohMyZsh = {
customPkgs = [ pkgs.zsh-you-should-use ];
plugins = [ "you-should-use" ];
};
}
```
2019-06-29 12:14:42 +02:00
Tim Steinbach
2cbaf5b75c
oh-my-zsh: 2019-06-15 -> 2019-06-27
2019-06-28 07:57:58 -04:00
Tim Steinbach
9c9229207b
oh-my-zsh: 2019-06-15 -> 2019-06-15
2019-06-19 08:54:10 -04:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM
599ec87849
antibody: 4.1.1 -> 4.1.2 ( #63210 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/antibody/versions
2019-06-16 09:05:55 -07:00
Tim Steinbach
3385abd753
oh-my-zsh: 2019-06-12 -> 2019-06-15
2019-06-15 13:58:09 -04:00
Tim Steinbach
910b179506
oh-my-zsh: 2019-06-11 -> 2019-06-12
2019-06-13 10:06:36 -04:00
Tim Steinbach
eb359ddb73
oh-my-zsh: 2019-06-08 -> 2019-06-11
2019-06-12 13:09:46 -04:00
Tim Steinbach
aea4b4a030
oh-my-zsh: 2019-06-01 -> 2019-06-08
2019-06-08 19:17:04 -04:00
Tim Steinbach
57815f9164
oh-my-zsh: 2019-05-28 -> 2019-06-01
2019-06-02 13:27:17 -04:00
Tim Steinbach
90267ba813
oh-my-zsh: 2019-05-27 -> 2019-05-28
2019-05-28 18:12:37 -04:00
Tim Steinbach
c0c947814d
oh-my-zsh: 2019-05-26 -> 2019-05-27
2019-05-28 08:44:42 -04:00
Tim Steinbach
567b63c78f
oh-my-zsh: 2019-05-21 -> 2019-05-26
2019-05-26 10:10:57 -04:00
Tim Steinbach
963a993097
oh-my-zsh: 2019-05-19 -> 2019-05-21
2019-05-22 09:04:12 -04:00
Tim Steinbach
7711aed354
oh-my-zsh: 2019-05-17 -> 2019-05-19
2019-05-20 11:04:31 -04:00
Tim Steinbach
9d200707ba
oh-my-zsh: 2019-05-11 -> 2019-05-17
2019-05-17 10:28:16 -04:00
Tim Steinbach
18d0273877
oh-my-zsh: 2019-05-09 -> 2019-05-11
2019-05-11 09:17:37 -04:00
Tim Steinbach
26fa9aa8d2
oh-my-zsh: 2019-05-08 -> 2019-05-09
2019-05-09 08:18:47 -04:00
Tim Steinbach
81e075ab56
oh-my-zsh: 2019-05-06 -> 2019-05-08
2019-05-08 10:13:43 -04:00
Tim Steinbach
6104102c24
oh-my-zsh: 2019-05-05 -> 2019-05-06
2019-05-07 08:04:53 -04:00
Tim Steinbach
e3bee64f78
oh-my-zsh: 2019-05-03 -> 2019-05-05
2019-05-06 08:49:11 -04:00
Tim Steinbach
01c27d6faf
oh-my-zsh: 2019-05-01 -> 2019-05-03
2019-05-04 10:36:57 -04:00
Tim Steinbach
eed255e044
oh-my-zsh: 2019-04-29 -> 2019-05-01
2019-05-02 13:57:46 -04:00
Tim Steinbach
1003fd58fb
oh-my-zsh: 2019-04-26 -> 2019-04-29
2019-04-29 08:50:01 -04:00
Tim Steinbach
6cc803c7aa
oh-my-zsh: 2019-04-25 -> 2019-04-26
2019-04-26 18:10:36 -04:00
Tim Steinbach
11d05d5122
oh-my-zsh: 2019-04-22 -> 2019-04-25
2019-04-25 20:39:25 -04:00
Tim Steinbach
0a0bd37fec
oh-my-zsh: 2019-04-18 -> 2019-04-22
2019-04-23 06:38:48 -04:00
markuskowa
d0e70ac2d3
Merge pull request #60010 from JohnAZoidberg/https-urls
...
HTTPS urls
2019-04-22 23:37:07 +02:00
Silvan Mosberger
74697340dd
Merge pull request #59823 from Ma27/bump-lambda-mod-zsh-theme
...
lambda-mod-zsh-theme: 2017-10-08 -> 2019-04-17
2019-04-22 22:49:06 +02:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Tim Steinbach
d36827bd08
oh-my-zsh: 2019-04-04 -> 2019-04-18
2019-04-19 08:11:49 -04:00