Commit Graph

854 Commits

Author SHA1 Message Date
R. Ryantm
a2b32abc15 oh-my-zsh: 2022-01-18 -> 2022-03-10 2022-03-12 09:47:13 +00:00
Sandro
69995629be
Merge pull request #159207 from rvolosatovs/update/grml-zsh-config 2022-03-09 16:08:21 +01:00
R. Ryantm
5100787ca2 spaceship-prompt: 3.16.3 -> 3.16.4 2022-02-25 19:50:27 +00:00
Renaud
826b33acbf
Merge pull request #161117 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.20.0 -> 1.20.1
2022-02-24 22:22:22 +01:00
Renaud
acc1179298
Merge pull request #160815 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 3.16.2 -> 3.16.3
2022-02-23 00:06:56 +01:00
R. Ryantm
edba1fc562 pure-prompt: 1.20.0 -> 1.20.1 2022-02-20 21:45:18 +00:00
Mario Rodas
80b1146479
Merge pull request #160216 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.19.0 -> 1.20.0
2022-02-19 15:09:07 -05:00
R. Ryantm
04f8d7e341 spaceship-prompt: 3.16.2 -> 3.16.3 2022-02-19 01:14:30 +00:00
Bobby Rong
b60c80992b
Merge pull request #159101 from Vonfry/update/fzf-tab
zsh-fzf-tab: unstable-2021-11-12 -> unstable-2022-02-10
2022-02-16 19:25:16 +08:00
R. Ryantm
526cb962e5 pure-prompt: 1.19.0 -> 1.20.0 2022-02-15 21:07:33 +00:00
Mario Rodas
102b9a88ca
Merge pull request #159711 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.18.0 -> 1.19.0
2022-02-13 13:50:56 -05:00
Mario Rodas
811c3111c6
Merge pull request #159822 from r-ryantm/auto-update/zsh-autocomplete
zsh-autocomplete: 21.09.22 -> 22.01.21
2022-02-13 09:38:06 -05:00
R. Ryantm
3848550bc3 zsh-autocomplete: 21.09.22 -> 22.01.21 2022-02-13 11:30:33 +00:00
R. Ryantm
1738bb6d5d spaceship-prompt: 3.15.0 -> 3.16.2 2022-02-13 06:31:13 +00:00
R. Ryantm
5fbed1b6ce pure-prompt: 1.18.0 -> 1.19.0 2022-02-13 01:38:43 +00:00
Roman Volosatovs
74a7e3d9ee
grml-zsh-config: 0.19.0 -> 0.19.1 2022-02-11 11:59:09 +01:00
Vonfry
8f5b8892aa
zsh-fzf-tab: unstable-2021-11-12 -> unstable-2022-02-10 2022-02-11 09:11:31 +08:00
Charlotte 🦝 Delenk
d3c3502749
powerlevel10k: 1.6.0 -> 1.6.1
This update does not change the required gitstatus version.
2022-02-10 19:45:26 +01:00
Charlotte 🦝 Delenk
d2e1ce4ea2
zsh-powerlevel10k: update gitstatus version 2022-02-10 18:13:31 +01:00
Martin Weinelt
1b60d0f08e
Merge pull request #154679 from mweinelt/zsh-p10k 2022-02-09 23:36:43 +01:00
R. Ryantm
47a980581f oh-my-zsh: 2021-12-18 -> 2022-01-18 2022-01-31 10:01:00 -08:00
zowoq
d5bde89a4b zsh-history: update vendorSha256 2022-01-31 11:50:28 +10:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Martin Weinelt
159af50269 zsh-powerlevel10k: 1.15.0 -> 1.16.0 2022-01-12 00:44:17 +01:00
Will Cohen
9b7691cbb4 zsh: exclude util-linux on darwin 2022-01-11 14:00:32 -05:00
Will Cohen
75d64f2c19 zsh: remove superfluous darwin postInstall make 2022-01-10 22:20:16 -05:00
Will Cohen
845f228ff8 zsh: fix build on darwin 2022-01-10 12:57:34 -05:00
Bernardo Meurer
4a7b0213ef
Merge pull request #154129 from Enzime/fix/zsh-custom-src
zsh: Support building from Git checkouts
2022-01-10 13:47:43 +00:00
Bernardo Meurer
eab138577c
Merge pull request #153955 from holymonson/prezto 2022-01-10 04:56:57 +00:00
Michael Hoang
7ada385af0 zsh: Support building from Git checkouts
A pregenerated `./configure` script is included with `zsh` release
tarballs which makes it so that `zsh` won't build Git checkouts without
`autoreconfHook`.

There are also other files that were pregenerated and included in
releases so a few other tools are necessary to successfully build `zsh`.
We can also build the docs ourselves instead of using the `docs`
tarball.

This means that users can now easily override the `zsh` derivation:

    pkgs.zsh.overrideAttrs (old: {
      src = fetchgit {
        url = "https://git.code.sf.net/p/zsh/code.git";
        rev = "zsh-5.8";
        sha256 = "sha256-Gou2UgafLHnZnG2X8DulidOTO1idTQpnZ3DicZuhCZc=";
      };
    })
2022-01-09 22:56:36 +11:00
Monson Shao
9bcdcb6199
zsh-prezto: unstable-2021-06-02 → unstable-2021-11-16 2022-01-08 06:42:32 +00:00
Seong Yong-ju
769340d3c0 zsh-history-search-multi-word: init at unstable-2021-11-13 2022-01-06 03:10:58 +09:00
Ben Siraphob
39a0a70d29
treewide: fix homepages with permanent redirect to https 2021-12-29 22:06:47 +07:00
Felix Buehler
b5e0221e44 treewide: use pname&version instead of name 2021-12-24 15:51:27 +01:00
R. Ryantm
bd06f1e3eb oh-my-zsh: 2021-12-16 -> 2021-12-18 2021-12-18 16:18:38 +00:00
Tom Payne
26927f75e4 Update zinit meta information to match source 2021-12-17 17:12:58 +00:00
R. Ryantm
7189641444 oh-my-zsh: 2021-12-13 -> 2021-12-16 2021-12-17 01:31:23 +00:00
R. Ryantm
a2ac149774 oh-my-zsh: 2021-12-13 -> 2021-12-13 2021-12-15 09:11:02 +00:00
R. Ryantm
91d8fa7cd1 oh-my-zsh: 2021-12-07 -> 2021-12-13 2021-12-13 13:11:58 -05:00
R. Ryantm
7e3e1a8e47 oh-my-zsh: 2021-12-02 -> 2021-12-07 2021-12-08 09:20:19 -05:00
R. Ryantm
ca1f2a9ed2 oh-my-zsh: 2021-11-11 -> 2021-12-02 2021-12-06 09:52:58 -05:00
Sandro
850faa3f51
Merge pull request #144611 from Gerschtli/add-zsh-completion 2021-11-29 21:04:09 +01:00
Tobias Happ
0235225a3c zsh-better-npm-completion: init at unstable-2019-11-19 2021-11-25 21:39:02 +01:00
Vonfry
d3db4bfcb3
zsh-fzf-tab: unstable-2021-08-05 -> unstable-2021-11-12 2021-11-23 08:41:45 +08:00
Kyle Ondy
e7e3480530
zsh-vi-mode: init at v0.8.5
Adding [zsh-vi-mode] at version `0.8.5`.

[zsh-vi-mode]: https://github.com/jeffreytse/zsh-vi-mod
2021-11-19 11:10:09 -05:00
Janne Heß
51befa6cdc
Merge pull request #145951 from Mic92/zsh-fast-syntax-highlighting 2021-11-15 21:16:03 +01:00
Andreas Fuchs
1c72fa65ed nix-zsh-completions: Lower priority to avoid collisions with nix
Both it and nix >=2.4 install a _nix zsh completion definition. The
one in nix should take precedence, so let's lower this package's
priority.
2021-11-14 22:06:45 +01:00
Jörg Thalheim
603254bab2 zsh-fast-syntax-highlighting: new upstream url 2021-11-14 17:07:55 +01:00
Jörg Thalheim
1739fa5fe8
Merge pull request #145888 from sei40kr/zdharma-continuum-zinit
zinit: zdharma/zinit -> zdharma-continuum/zinit
2021-11-14 11:54:41 +00:00
Seong Yong-ju
4d53964801 zinit: zdharma/zinit -> zdharma-continuum/zinit
zdharma/zinit was suddenly deleted and no longer exists now.

Make the derivation to refer a fork, zdharma-continuum/zinit.
2021-11-14 19:04:42 +09:00
R. Ryantm
916603e490 oh-my-zsh: 2021-10-27 -> 2021-11-11 2021-11-14 06:17:42 +00:00
Janne Heß
f63fb1b85e
Merge pull request #143242 from Enzime/fix/git-stash-drop-completions 2021-11-06 19:07:02 +01:00
Mario Rodas
f8cd75b516
Merge pull request #143463 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 3.14.1 -> 3.15.0
2021-11-03 06:58:38 -05:00
R. Ryantm
b3e589f2bf spaceship-prompt: 3.14.1 -> 3.15.0 2021-10-28 20:18:00 +00:00
Michael Hoang
41c7806df5 zsh: fix git stash drop completions 2021-10-28 13:28:58 +11:00
R. Ryantm
3fa62e832d oh-my-zsh: 2021-10-19 -> 2021-10-27 2021-10-27 13:00:53 +00:00
R. RyanTM
6c91deb32a oh-my-zsh: 2021-10-18 -> 2021-10-19 2021-10-20 08:59:52 -04:00
André Silva
75b1127499
pure-prompt: 1.17.3 -> 1.18.0 2021-10-19 17:02:50 +01:00
figsoda
cbeaf9d0e0
Merge pull request #142211 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2021-10-13 -> 2021-10-18
2021-10-19 11:27:12 -04:00
R. RyanTM
847324fdb5 oh-my-zsh: 2021-10-13 -> 2021-10-18 2021-10-19 13:19:02 +00:00
Leo Maroni
536f7a8711
zsh-autocomplete: init at 21.09.22 2021-10-19 13:47:25 +02:00
R. RyanTM
2cc2677a6d oh-my-zsh: 2021-10-11 -> 2021-10-13 2021-10-14 03:02:00 +00:00
R. RyanTM
1fa11a373e oh-my-zsh: 2021-10-07 -> 2021-10-11 2021-10-12 07:36:47 -04:00
R. RyanTM
e28ad86a6f oh-my-zsh: 2021-10-06 -> 2021-10-07 2021-10-08 03:41:39 +00:00
R. RyanTM
40fd8c9c24 oh-my-zsh: 2021-10-05 -> 2021-10-06 2021-10-07 09:02:51 -04:00
Tim Steinbach
d852da30d7
oh-my-zsh: 2021-09-22 → 2021-10-05 2021-10-05 08:23:00 +00:00
figsoda
61b6c38caa
Merge pull request #139126 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.17.2 -> 1.17.3
2021-09-24 16:02:18 -04:00
R. RyanTM
b3303102c5 oh-my-zsh: 2021-09-15 -> 2021-09-22 2021-09-23 08:04:01 -04:00
R. RyanTM
82f88110a7 pure-prompt: 1.17.2 -> 1.17.3 2021-09-23 08:39:10 +00:00
Tim Steinbach
58fc4b4a75
oh-my-zsh: 2021-09-10 → 2021-09-15 2021-09-16 09:16:58 +00:00
Bobby Rong
7b7a3c49cd
Merge pull request #137902 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.17.1 -> 1.17.2
2021-09-16 09:51:02 +08:00
R. RyanTM
313e03f4fb spaceship-prompt: 3.14.0 -> 3.14.1 2021-09-14 23:54:19 +00:00
R. RyanTM
82367d8543 pure-prompt: 1.17.1 -> 1.17.2 2021-09-14 21:17:03 +00:00
R. RyanTM
8010965b2f oh-my-zsh: 2021-09-09 -> 2021-09-10 2021-09-13 11:12:03 -04:00
Zhong Jianxin
2b022a979a
zsh-fzf-tab: Support darwin platform (#137514)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12 15:58:48 +02:00
Tim Steinbach
432192d9d9
oh-my-zsh: 2021-09-07 → 2021-09-09 2021-09-10 09:25:38 +00:00
Tim Steinbach
40d49815f2 oh-my-zsh: 2021-08-27 → 2021-09-07 2021-09-08 15:04:51 -04:00
Timothy DeHerrera
5fe504bf2f
Merge pull request #136614 from symphorien/zsh-tz-completion
zsh: fix TZ= completion
2021-09-03 13:04:07 -06:00
Guillaume Girol
af9f38c205 zsh: fix TZ= completion 2021-09-03 12:00:00 +00:00
Tim Steinbach
43b2aeb7f4 oh-my-zsh: 2021-08-18 → 2021-08-27 2021-08-31 08:02:07 -04:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
R. RyanTM
2d043248ce zsh-nix-shell: 0.1.0 -> 0.4.0 2021-08-23 08:54:45 +00:00
Tim Steinbach
360aff22d3
oh-my-zsh: 2021-04-26 → 2021-08-18 2021-08-19 16:01:47 +00:00
Ryan Mulligan
b342c72303
Merge pull request #134587 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 3.12.25 -> 3.14.0
2021-08-17 18:40:10 -07:00
R. RyanTM
2715dcfafa spaceship-prompt: 3.12.25 -> 3.14.0 2021-08-18 01:16:17 +00:00
R. RyanTM
924c44b9ce pure-prompt: 1.17.0 -> 1.17.1 2021-08-17 15:43:39 +00:00
Vonfry
e2b0f0ea71
zsh-fzf-tab: unstable-2021-04-01 -> unstable-2021-08-05
Bug fix
2021-08-10 19:22:52 +08:00
Luke Granger-Brown
2a12bdc155
Merge pull request #128845 from fortuneteller2k/spaceship-prompt
spaceship-prompt: 3.12.6 -> 3.12.25
2021-07-25 10:07:24 +01:00
Sandro
5378442edd
Merge pull request #130488 from Stunkymonkey/zsh-command-time-phases
zsh-command-time: deprecate phases
2021-07-18 00:40:09 +02:00
Sandro
7f3e172401
Merge pull request #130487 from Stunkymonkey/antigen-phases
antigen: deprecate phases
2021-07-18 00:21:00 +02:00
Robert Hensing
0e5cfdb8c5 Partially revert "various: cleanup of 'inherit version;'"
I forgot to unresolve a conversation, causing the PR to be merged
prematurely by someone else.

This partially reverts commit 1e9baed56b.
2021-07-17 22:39:28 +02:00
Felix Buehler
84abd5c20a zsh-command-time: deprecate phases 2021-07-17 22:29:19 +02:00
Felix Buehler
a60a90eba3 antigen: deprecate phases 2021-07-17 22:22:56 +02:00
Sandro
f64bb073ef
Merge pull request #130196 from Stunkymonkey/inherit-version 2021-07-17 20:41:50 +02:00
R. RyanTM
c8868a9c48 grml-zsh-config: 0.18.0 -> 0.19.0 2021-07-17 09:28:03 +02:00
Felix Buehler
1e9baed56b various: cleanup of 'inherit version;' 2021-07-16 00:17:12 +02:00
Gytis Ivaskevicius
e398cfb121 pure-prompt: 1.16.0 -> 1.17.0 2021-07-11 23:56:02 +03:00
fortuneteller2k
e513bf6dc8 spaceship-prompt: 3.12.6 -> 3.12.25 2021-07-01 22:28:29 +08:00
Martin Weinelt
cf9289c0d2
Merge pull request #127487 from mjlbach/zsh-powerlevel10k/fix-gitstatus
zsh-powerlevel10k: update gitstatus version
2021-06-19 22:31:29 +02:00
Michael Lingelbach
258b3b010e zsh-powerlevel10k: update gitstatus version 2021-06-19 11:25:37 -07:00
fortuneteller2k
414d71bc1c spaceship-prompt: 3.11.2 -> 3.12.6 2021-06-18 17:58:16 +09:00
Sandro
dfc55d71ec
Merge pull request #126530 from mweinelt/zsh-p10k 2021-06-14 19:26:34 +02:00
Michael Adler
d555585281 zsh-autosuggestions: 0.6.4 -> 0.7.0 2021-06-11 15:33:11 +02:00
Martin Weinelt
1f3c5be76d
zsh-powerlevel10k: 1.14.6 -> 1.15.0 2021-06-10 21:36:15 +02:00
Michael Adler
a90479bec7 zsh-fast-syntax-highlighting: 1.54 -> 1.55 2021-06-10 10:37:26 +02:00
Ilan Joselevich
8c5d416cb5 zsh-prezto: unstable-2021-01-19 -> unstable-2021-06-02 2021-06-06 13:19:13 +03:00
Vonfry
f777cb75fb
zsh-completions: 0.32.0 -> 0.33.0 2021-06-01 15:07:32 +08:00
Vladimír Čunát
9f054b5e1a
treewide: remove worldofpeace from meta.maintainers
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-05-07 15:36:40 +02:00
Sandro
e9547b6a31
Merge pull request #120733 from evalexpr/add-zsh-z 2021-05-01 17:33:07 +02:00
Jonathan Wilkins
a690b4e123
zsh-z: init at unstable-2021-02-15 2021-04-30 14:00:41 +01:00
Tim Steinbach
320660ced3
oh-my-zsh: 2021-04-11 → 2021-04-26 2021-04-26 14:23:02 +00:00
Tim Steinbach
8ef1889b75
oh-my-zsh: 2021-04-07 → 2021-04-11 2021-04-12 18:03:50 +00:00
Tim Steinbach
d63226c50d
oh-my-zsh: 2021-04-06 → 2021-04-07 2021-04-07 17:59:11 +00:00
Tim Steinbach
24d8a91494
oh-my-zsh: 2021-03-31 → 2021-04-06 2021-04-06 12:57:52 +00:00
bb2020
ea0e582d8a
zsh-clipboard: init at 1.0 (#115450)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-05 23:26:20 +02:00
Vonfry
c8a9a609a7
zsh-fzf-tab: unstable-2021-02-14 -> unstable-2021-04-01 2021-04-01 18:19:07 +08:00
Tim Steinbach
fb811eaf6b
oh-my-zsh: 2021-03-28 → 2021-03-31 2021-03-31 15:43:29 +00:00
Tim Steinbach
15b2ac130c
oh-my-zsh: 2021-03-15 → 2021-03-28 2021-03-29 13:24:45 +00:00
Tim Steinbach
e5622614c2 oh-my-zsh: 2021-03-13 → 2021-03-15 2021-03-17 10:28:15 -04:00
Sandro
bd38cc9dbc
Merge pull request #115756 from siraben/darwin-mass-fix-buildInputs=0 2021-03-16 12:42:46 +01:00
Tim Steinbach
79e7e20ef5
oh-my-zsh: 2021-03-08 → 2021-03-13 2021-03-15 14:51:47 +00:00
Ben Siraphob
b370464c26 lambda-mod-zsh-theme: expand platforms to all 2021-03-14 11:40:45 +07:00
Sergiu Ivanov
d19fe92b88 oh-my-zsh: remove scolobb from maintainers 2021-03-10 12:01:05 -08:00
Tim Steinbach
70701d0a68 oh-my-zsh: 2021-03-01 → 2021-03-08 2021-03-08 14:10:19 -05:00
Eduardo Sánchez Muñoz
c6cc73ca9d zsh-autosuggestions: update comment 2021-03-03 11:08:11 +01:00
Tim Steinbach
a77d6a5f2e oh-my-zsh: 2021-02-21 → 2021-03-01 2021-03-02 14:45:23 -05:00
Vonfry
36b8a95d48
zsh-fzf-tab: unstable-2021-01-24 -> unstable-2021-02-14 2021-02-27 13:00:29 +08:00
Tim Steinbach
a59e171286 oh-my-zsh: 2021-02-09 → 2021-02-21 2021-02-22 10:07:14 -05:00
qq
5f6dd10662 zsh-system-clipboard: init at 0.7.0 2021-02-11 20:01:06 +03:00
Sandro
64a33ee8ca
Merge pull request #112661 from 0qq/init/zsh-autopair 2021-02-11 01:39:41 +01:00
qq
d3790990b8 zsh-autopair: init at 1.0 2021-02-10 19:04:09 +03:00
Tim Steinbach
f72648de31
oh-my-zsh: 2021-01-31 → 2021-02-09 2021-02-10 10:20:19 -05:00
Nick Hu
f34aeeab8c
zsh-prezto: make zshrc aware of where zsh-prezto is installed (#112448)
Without this, the bundled zshrc runcom is useless as it assumes that
zsh-prezto is installed in $ZDOTDIR:-$HOME/.zprezto, so it can't find
its entrypoint. Crucially, the home-manager zsh-prezto module uses this
runcom so is broken without this also.
2021-02-09 02:16:04 +00:00
Sandro
93498b1526
Merge pull request #111295 from pasqui23/zinit 2021-02-08 10:15:10 +01:00
Pasquale
a98090337f zinit: 2.3 -> 3.7 2021-02-02 15:25:02 +01:00
Tim Steinbach
b55eb99778
oh-my-zsh: 2021-01-27 → 2021-01-31 2021-02-01 15:22:16 -05:00
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
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
Martin Weinelt
d4f2e5f273
zsh-powerlevel10k: v1.6.1 → v1.7.0
Changes since the last release

    New and changed parameters
        POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER can now be set to last (equivalent to true from older versions) or first (new feature).

    Bug fixes
        gitstatus once again works on 32-bit ARM Linux (armv6l and armv7l).
2020-04-29 15:37:30 +02:00
Tim Steinbach
e9d6d15d63
oh-my-zsh: 2020-04-10 -> 2020-04-26 2020-04-28 10:44:04 -04:00
Martin Weinelt
a78e9182c8
zsh-powerlevel10k: v1.6.0 → v1.6.1
Changes since the last release

    Bug fixes
        Configuration wizard no longer redraws screen every second
        Configuration wizard no longer prints spurious errors before the charset screen
        Configuration wizard once again honors prompt frame selection
2020-04-28 14:54:29 +02:00
Martin Weinelt
c17800c081
zsh-powerlevel10k: v1.5.0 → v1.6.0
Changes since the last release

    Wizard
        Configuration wizard now reacts to terminal size changes in real time and can function at much smaller terminal dimensions.
        Configs with prompt_char now have vi_mode disabled by default.
        Generated configs now unset DEFAULT_USER.
        Classic and Rainbow configs now set POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_GAP_BACKGROUND. This makes it easier to define 3-line prompt.

    New parameters
        If POWERLEVEL9K_CONFIG_FILE is set, configuration wizard will write configs to the specified location instead of the default ${ZDOTDIR:-~}/.p10k.zsh.

    gitstatus
        Support older macOS versions (at least El Capitan; even older versions might work).
        Support Linux on armv6, i386 and i686.
        Support cygwin and msys2 on i686.
        macOS builds now use iconv from Homebrew.
        gitstatusd binaries are now being built with https://github.com/romkatv/gitstatus/blob/release/mbuild.

    Misc
        The default icon for proxy segment is now ↔ instead of ⮂. The old icon is missing in many fonts.

    Bug fixes
        gitstatus once again works on 64-bit Linux without glibc.
        Instant prompt no longer gets gradually slower over time when XDG_HOME_CACHE is on a slow filesystem.
        Instant prompt no longer prints spurious erros when XDG_HOME_CACHE is on NTFS.
        The old-style (and discouraged) custom prompts now work on zsh 5.3.1.
        Configuration wizard once again presents "extra icons" and "fluent prompt" options when using 12-hour time format.
2020-04-27 12:37:17 +02:00
R. RyanTM
7c21abdf4c
nix-zsh-completions: 0.4.3 -> 0.4.4 (#85267) 2020-04-15 12:00:14 +02:00
Tim Steinbach
e98a0db83e
oh-my-zsh: 2020-03-12 -> 2020-04-10 2020-04-11 20:55:15 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
s1341
71a768a6e8
zplug: init at 2.4.2 2020-04-09 11:55:40 +02:00
Andreas Wiese
f4e273dbac zsh-nix-shell: init at (unstable-)2019-12-20 2020-04-07 01:00:58 +02:00
Jörg Thalheim
774ddebd87
Merge pull request #83472 from Mic92/propragate-darwin-go
Propragate darwin go
2020-03-28 06:57:59 +00:00
Oleksii Filonenko
720c033e79 antibody: 4.3.1 -> 6.0.0 2020-03-27 13:06:50 -07:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Martin Weinelt
4cb0894bc1
zsh-powerlevel10k: v1.4.0 → v1.5.0
Changes since the last release

    New and changed parameters:
        Two additional parameters are available in gcloud: P9K_GCLOUD_CONFIGURATION and P9K_GCLOUD_PROJECT_NAME.
        gcloud segment can now be in two states: PARTIAL and COMPLETE. See documentation.

    Wizard:
        The screen asking whether to display current time now offers a choice between two formats: 24-hour and 12-hour.
        os_icon is no longer bold.
        Slanted and flat separators are now using glyphs from Box Drawing Unicode block. They should look much better in fonts with correctly sized Box Drawing glyphs.
        gcloud now displays project name instead of project id whenever possible.

    Bug fixes:
        Powerlevel10k no longer resolves symbolic links when calling commands that might act differently depending on argv[0].
        java_version now works properly when using AdoptOpenJDK.

    Misc:
        Arch Linux users can now install Powerlevel10k with pacman. See instructions.
        There is a new version of MesloLGS NF (the recommended font) with better alignment of powerline glyphs and 44% larger icons (by area). iTerm2 users can upgrade by typing p10k configure. Users of other terminals can follow manual installation instructions.
2020-03-22 17:44:45 +01:00
Mario Rodas
d7d95111bd zsh-history: fix build on darwin 2020-03-21 06:12:00 -05:00
Martin Weinelt
b143bc6ed4
zsh-powerlevel10k: v1.3.0 → v1.4.0
Changes since the last release

    New prompt segments:
        package: shows npm name and version from package.json (disabled by default).

    New and changed parameters:
        P9K_OS_ICON: set by Powerlevel10k on initialization; can be used in user-defined prompt segments and *_EXPANSION parameters.
        POWERLEVEL9K_ICON_PADDING: when set to moderate, some icons will have an extra space after them. This is meant to avoid icon overlap when using non-monospace fonts. When set to none, spaces are not added.

    Performance improvement:
        detect_virt prompt segment is now 50% faster.

    Bug fixes:
        Many terminal escape sequences are now terminated with BEL instead of ST. BEL is the standard terminator according to ECMA-48 §8.3.89 but Konsole doesn't understand it. Thankfully, all terminals appear to understand BEL as extension.
        Superfluous spaces have been removed from vcs segment when using a monospace font and not using my_git_formatter.

    Wizard:
        Generated configs now set POWERLEVEL9K_ICON_PADDING in favor of *_VISUAL_IDENTIFIER_EXPANSION. The value of this parameters depends on the answers to the first few questions that concern terminal font capabilities.
        Generated configs no longer attempt to work around misconfigured locale. The workarounds in Powerlevel10k proper are sufficient.

    gitstatus:
        Fix a regression on Linux systems where uname doesn't understand -o.
        Fix a regression on Cygwin and MinGW when running on older versions of Windows.
        Fix a bug that can result in occasional gitstatus initialization failure on WSL when using Powerlevel10k with Instant Prompt.
2020-03-16 13:11:34 +01:00
Tim Steinbach
f30b8adc02
oh-my-zsh: 2020-03-05 -> 2020-03-12 2020-03-14 05:01:39 -04:00
Mario Rodas
25b7ba9cda
antibody: set version 2020-03-13 17:32:40 -05:00
R. RyanTM
fb08fa0063 antibody: 4.2.0 -> 4.3.1 2020-03-13 14:59:25 +00:00
Martin Weinelt
e7aef9d18b
zsh-powerlevel10k v1.2.0 → v1.3.0
Changes since the last release

    New prompt segments:
        haskell_stack: haskell version from stack.
    New and changed parameters:
        POWERLEVEL9K_MODE can now be set to ascii for ASCII prompt.
        The default value of POWERLEVEL9K_VIRTUALENV_GENERIC_NAMES now contains env.
        New parameter: POWERLEVEL9K_JAVA_VERSION_PROJECT_ONLY. Display java_version only in java project (sub)directories.
        POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND now contains istioctl and kogito in all config templates. Thanks, @errantepiphany!
        All *env segments now respect POWERLEVEL9K_*ENV_SHOW_SYSTEM. If set to false, the segment will be hidden if its content is "system". The default value is true.
        nodenv now understand POWERLEVEL9K_NODENV_SOURCES, just like all other *env segments.
        POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER now has useful semantics (incompatible with powerleve9k, where it was useless). If set to true, it'll remove the leading slash from the current directory if it's absolute. It no longer does anything if the directory is not absolute or if the leading character has been removed or changed by the shortener. This is meant for users who override POWERLEVEL9K_DIR_PATH_SEPARATOR.
    Robustness improvements:
        Powerlevel10k now works when there are no utf-8 locales on the machine.
    Configuration wizard:
        Lean, Classic and Rainbow styles now have an option to restrict prompt character set to ASCII.
        Styles that require 256 colors are not offered when terminal cannot display 256 colors.
        Rainbow and Classic styles now have an option to use flat heads. This option is offered in ASCII mode and when powerline glyphs are unavailable.
        Configuration wizard now restores screen upon exit.
        New segments in config templates: haskell_stack (enabled by default) and java_version (disabled by default).
    Bug fixes:
        Visual mode indicator now correctly switches back to command mode indicator after pressing d and similar when using Zsh >= 5.3. Visual mode indicator no longer gets displayed in Zsh prior to 5.3. Please upgrade Zsh if this matters to you.
        *ENV_DIR parameters are now handled the same way as in the underlying *env projects.
    Misc:
        There is no longer an empty line at the top of the screen after hitting Ctrl-L or typing clear or reset, even with POWERLEVEL9K_PROMPT_ADD_NEWLINE=true and POWERLEVEL9K_TRANSIENT_PROMPT=always.
        It's now possible to install powerlevel10k with Homebrew.
        Subseparators are now displayed with the foreground color of the previous/next segment in left/right prompt. Used to be the other way around. Thanks, @ahaasler!
    gitstatus:
        make now produces usrbin/gitstatusd instead of ./gitstatusd.
        build.zsh now puts the binary in usrbin subdirectory. If you place it in the same subdirectory of your gitstatus installation without changing the file name, gitstatus will pick it up automatically.
2020-03-07 01:02:13 +01:00
Tim Steinbach
6fb69d61d9
oh-my-zsh: 2020-03-05 -> 2020-03-05 2020-03-06 07:52:26 -05:00
R. RyanTM
00c8e2b625 zsh-syntax-highlighting: 0.6.0 -> 0.7.1 2020-03-05 15:10:36 -08:00
Tim Steinbach
ae189056ef
oh-my-zsh: 2020-03-03 -> 2020-03-05 2020-03-05 07:55:53 -05:00
Tim Steinbach
1e40843616
oh-my-zsh: 2020-03-02 -> 2020-03-03 2020-03-03 07:47:47 -05:00
Tim Steinbach
e8494d77f8
oh-my-zsh: 2020-02-28 -> 2020-03-02 2020-03-02 07:52:09 -05:00
Tim Steinbach
2bbdd94868
oh-my-zsh: 2020-02-26 -> 2020-02-28 2020-02-28 15:33:12 -05:00
Martin Weinelt
e9834efebc
zsh-powerlevel10k: 1.1 → 1.2.0
Changes since the last release

    New segments:
        wifi: shows WiFi data transfer speed; can optionally display security level, SSID, etc.
        asdf: tool versions from asdf.
        taskwarrior: task counts from taskwarrior.
        phpenv: PHP version from phpenv.
    New parameters:
        POWERLEVEL9K_${SEGMENT}_${STATE}_SHOW_ON_UPGLOB with regular fallback; this allows you to display a prompt segment only whethere is a file matching a certain pattern in the current directory, or in .., or in ../.., etc. For example: POWERLEVEL9K_NODE_VERSION_SHOW_ON_UPGLOB='package.json|node_modules' to show node_version segment only in Node project directories.
        POWERLEVEL9K_VPN_IP_SHOW_ALL: if set to true, vpn_ip will show IPs from all matching network interfaces instead of just the first.
        POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER: when set to true, drops path before the last marked directory (usually a Git repo root).
        More fine grained control over battery colors: POWERLEVEL9K_BATTERY_${state}_{STAGES,LEVEL_BACKGROUND,LEVEL_FOREGROUND}.
        Network transfer speed: P9K_IP_TX_RATE and P9K_IP_RX_RATE in ip segment.
    Configuration wizard:
        Gracefully handle non-writable ~/.zshrc.
        New segments enabled by default: asdf, taskwarrior, phpenv.
        New segments disabled by default: php_version, laravel_version.
        Git status now displays VCS_STATUS_PUSH_COMMITS_{AHEAD,BEHIND}.
        Git status now displays "─" when POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY is in effect.
        Git status by default ignores the git repo rooted at $HOME; see POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN.
        Pure style now has context on the very left; upstream: sindresorhus/pure#530.
        When installing the recommended font for iTerm2, detect and attempt to delete (after confirmation from the user) other versions of MesloLGS NF.
    New style: robbyrussell; not exposed through the wizard; enable it with source .../powerlevel10k/config/p10k-robbyrussell.zsh.
    Prompt performance improvements:
        Async worker chatter is now 2x faster.
        Prompt rendering and gitstatus_query now run in parallel; this reduces prompt latency by up to 5ms.
    Bug fixes:
        truncate_to_last now behaves exactly like %1~.
        Don't crap out when file names contain colon.
        Don't crap out when using more than one prompt_char.
        Don't crap out when PATH is empty.
        gcloud now works when using non-default configs.
        timewarrior segment now respects $TIMEWARRIORDB (thanks, @errantepiphany!).
        Pick up ip and ifconfig tools from PATH (used to be /sbin/ip and /sbin/ifconfig).
        SHOW_ON_COMMAND now works with legacy custom prompt segments.
        Git status in Pure style now has correct number of spaces.
    Robustness improvements:
        Work around a bug in sysread in Zsh (fixed in Zsh 5.8).
        Replace all wide icons with narrow by default (many terminals choke on wide icons).
        Replace terraform icons with another (emacs crashes on the old icon).
        Prompt should now function even when locale is misconfigured as long as there is at least one UTF-8 locale installed on the system.
        Workarounds for Zsh bugs in handling of ZLE_RPROMPT_INDENT=0 are now applied in more cases.
    gitstatus:
        Support repositories where .git is a symbolic link.
        Support repositories with preciousObjects extension.
        Add VCS_STATUS_PUSH_{REMOTE_NAME,REMOTE_URL,COMMITS_AHEAD,COMMITS_BEHIND}: similar to VCS_STATUS_{REMOTE_NAME,REMOTE_URL,COMMITS_AHEAD,COMMITS_BEHIND} but for @push remote.
        Add VCS_STATUS_NUM_SKIP_WORKTREE and VCS_STATUS_NUM_ASSUME_UNCHANGED: the number of files in the index with --skip-worktree and --assume-unchanged bits respectively`.
        Support Cygwin on older versions of Windows
        Completely rewritten Zsh API (similar to async worker in powerlevel10k); this makes startup about 5x faster and should be more robust.
        The gitstatusd binary is now looked up as follows:
            If GITSTATUS_DAEMON is an absolute path, use that.
            Else if GITSTATUS_DAEMON is a valid command name (PATH lookup), use that.
            Else if GITSTATUS_DAEMON is not empty, try $gitstatus_dir/{usrbin,bin}/$GITSTATUS_DAEMON (in this order).
            Else try $gitstatus_dir/{usrbin,bin}/gitstatusd-$os-$arch{,-static} (in this order).
2020-02-26 22:24:24 +01:00
Tim Steinbach
b880ee9bb6
oh-my-zsh: 2020-02-19 -> 2020-02-26 2020-02-26 11:47:28 -05:00
Mario Rodas
c675a7e062
Merge pull request #80227 from zowoq/zsh
zsh: 5.7.1 -> 5.8
2020-02-20 22:09:26 -05:00
Tim Steinbach
803d4e1a71
oh-my-zsh: 2020-02-11 -> 2020-02-19 2020-02-20 08:22:22 -05:00
zowoq
83f3aa0113 zsh: 5.7.1 -> 5.8
https://www.zsh.org/mla/zsh-announce/141
2020-02-16 10:45:52 +10:00
Tim Steinbach
b6d2d42165
oh-my-zsh: 2020-02-07 -> 2020-02-11 2020-02-11 14:48:14 -05:00
Jörg Thalheim
f3d5966f43
Merge pull request #78819 from Izorkin/zsh-fix
zsh: fix bracketed-paste-magic
2020-02-11 18:49:14 +00:00
Tim Steinbach
9a101749c7
oh-my-zsh: 2020-02-04 -> 2020-02-07 2020-02-10 07:23:08 -05:00
Frederik Rietdijk
419bc0a4cd Revert "Revert "Merge master into staging-next""
In 87a19e9048 I merged staging-next into master using the GitHub gui as intended.
In ac241fb7a5 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master.
Thinking this may cause trouble, I reverted it in 0be87c7979. This was however wrong, as it "removed" master.

This reverts commit 0be87c7979.
2020-02-05 19:41:25 +01:00
Frederik Rietdijk
0be87c7979 Revert "Merge master into staging-next"
I merged master into staging-next but accidentally pushed it to master.
This should get us back to 87a19e9048.

This reverts commit ac241fb7a5, reversing
changes made to 76a439239e.
2020-02-05 19:18:35 +01:00
Tim Steinbach
e9a21da6a1
oh-my-zsh: 2020-02-04 -> 2020-02-04 2020-02-05 08:31:36 -05:00
Tim Steinbach
3931b82775
oh-my-zsh: 2020-01-31 -> 2020-02-04 2020-02-04 09:44:47 -05:00
Martin Weinelt
f40dcc6c52
zsh-powerlevel10k: 1.0 -> 1.1 2020-02-02 21:34:05 +01:00
Tim Steinbach
d0f3e3e07f
oh-my-zsh: 2020-01-30 -> 2020-01-31 2020-02-01 09:18:52 -05:00
Tim Steinbach
79713f8a90
oh-my-zsh: 2020-01-04 -> 2020-01-30 2020-01-30 16:41:13 -05:00
Izorkin
8f5af404d2 zsh: fix bracketed-paste-magic 2020-01-30 14:02:34 +03:00
Silvan Mosberger
b785f2a98a
Merge pull request #65430 from pasqui23/zbd
zsh-bd:init at 2018-07-04
2020-01-21 16:11:56 +01:00
Pasquale
341097c8cf zsh-bd: init at 2018-07-04 2020-01-21 12:38:22 +01:00
Maximilian Bosch
70afd4e63b
zsh-you-should-use: 1.6.0 -> 1.7.0
https://github.com/MichaelAquilina/zsh-you-should-use/blob/1.7.0/CHANGELOG.md#170
2020-01-20 13:44:29 +01:00
Martin Weinelt
67b968a9ec
zsh-powerlevel10k: unstable-2019-12-19 -> 1.0 2020-01-16 20:18:29 +01:00
Will Dietz
2e63e9c433 zsh-autosuggestions: 0.6.3 -> 0.6.4 2020-01-11 12:51:27 -08:00
Martin Weinelt
6eb0aee387 zsh-powerlevel10k: init at unstable-2019-12-19 2020-01-06 21:49:15 +01:00
Tim Steinbach
7b9da94d49
oh-my-zsh: 2020-01-01 -> 2020-01-04 2020-01-05 16:17:40 -05:00
Frederik Rietdijk
f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Tim Steinbach
3ebcd9a338
oh-my-zsh: 2019-12-29 -> 2020-01-01 2020-01-01 16:12:27 -05:00
Robin Gloster
006242fd5a
treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
Robin Gloster
2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Tim Steinbach
124ec9c18e
oh-my-zsh: 2019-12-27 -> 2019-12-29 2019-12-28 23:19:54 -05:00
Tim Steinbach
8c01abd962
oh-my-zsh: 2019-12-22 -> 2019-12-27 2019-12-26 20:10:45 -05:00
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