Commit graph

2542 commits

Author SHA1 Message Date
Sebastian Gniazdowski
c92af01ebc Add zdharma/zzcomplete and update Zplugin description 2020-01-13 12:45:03 +01:00
Joe Block
e706b566dc
Merge pull request #865 from rtuin/patch-1
Add case plugin
2020-01-12 08:01:04 -08:00
Richard Tuin
4b75150ceb
Add zsh-case plugin 2020-01-12 12:18:18 +01:00
Joe Block
42714dd137
Merge pull request #864 from unixorn/2020-January-updates
Add node-env-installer plugin
2020-01-11 05:52:40 -08:00
Joe Block
fdf143621f Add node-env-installer plugin 2020-01-10 21:51:49 -07:00
Joe Block
4a311265ee
Merge pull request #863 from unixorn/2020-January-updates
Add apollo theme
2020-01-09 17:33:47 -07:00
Joe Block
72504ecaf8 Add apollo theme
Closes https://github.com/mjrafferty/apollo-zsh-theme/issues/1
2020-01-09 13:20:29 -08:00
Joe Block
d1d4104b1f
Merge pull request #862 from unixorn/2020-January-updates
Add azahi's lambda theme
2020-01-08 08:03:47 -08:00
Joe Block
bf18416d4f Update gitster link, add separate gitster entry 2020-01-08 07:58:04 -08:00
Joe Block
f24f5c5a9a Delete 404ed ciacho and containerized-ansible themes 2020-01-07 22:58:31 -08:00
Joe Block
53bb1adce5 Add azahi's lambda theme
Closes https://github.com/azahi/zsh-lambda/issues/1
2020-01-07 08:34:12 -08:00
Joe Block
d3eb09b991
Merge pull request #861 from unixorn/2020-January-updates
Add tab-title
2020-01-05 07:50:55 -07:00
Joe Block
56b2007b9a Update url for cf-zsh-autocomplete plugin 2020-01-04 18:09:37 -07:00
Joe Block
51a7e7e14f Add tab-title plugin 2020-01-04 18:05:58 -07:00
Joe Block
eec94f09e7
Merge pull request #860 from unixorn/2020-January-updates
Add youtube-dl-aliases plugin
2020-01-01 10:36:55 -07:00
Joe Block
a60f4d4464 Add youtube-dl-aliases plugin
* Add [youtube-dl-aliases](https://github.com/katrinleinweber/oh-my-zsh-youtube-dl-aliases)

Closes https://github.com/katrinleinweber/oh-my-zsh-youtube-dl-aliases/issues/1
2020-01-01 10:29:35 -07:00
Joe Block
8ff49c7414
Merge pull request #859 from unixorn/2019-December-updates
Add printc plugin
2019-12-29 19:36:44 -07:00
Joe Block
47ed42c9ca Add printc plugin
Closes https://github.com/philFernandez/printc/issues/1
2019-12-29 09:36:17 -07:00
Joe Block
5505e7a75f
Merge pull request #857 from unixorn/2019-December-updates
Add macunha1's terraform plugin
2019-12-27 12:57:20 -07:00
Joe Block
199868f767
Merge pull request #858 from jedahan/patch-2
geometry: update description
2019-12-27 12:57:01 -07:00
Jonathan Dahan
e59ba8b623
geometry: update description
Geometry has been updated to be easier to customize, I figure its worth differentiating a bit from other prompts.
2019-12-27 12:26:02 -05:00
Joe Block
090d7df92a Add macunha1's terraform plugin
* Add link to [terraform (macunha1)](https://github.com/macunha1/zsh-terraform)
2019-12-26 08:33:19 -07:00
Joe Block
0d71090a49
Merge pull request #856 from unixorn/2019-December-updates
Add systemd plugin
2019-12-25 12:16:58 -07:00
Joe Block
64e3221497 Add gsh plugin 2019-12-24 11:51:28 -07:00
Joe Block
3ecc0f78eb Add systemd plugin
Closes https://github.com/le0me55i/zsh-systemd/issues/1
2019-12-23 09:15:54 -07:00
Joe Block
9edf199c1f
Merge pull request #855 from unixorn/2019-December-updates
Add symfony completions
2019-12-23 09:14:03 -07:00
Joe Block
79d56e4d70 Add symfony completions
* Add new symfony completions plugin
* Disambiguate symfony plugin and completion
2019-12-22 09:46:17 -07:00
Joe Block
2979c47e9c
Merge pull request #854 from unixorn/2019-December-updates
Add hapin theme
2019-12-21 10:59:50 -07:00
Joe Block
0d255c8db4 Add hapin theme 2019-12-21 09:05:46 -07:00
Joe Block
3d16f0422a
Merge pull request #853 from unixorn/2019-December-updates
Tweak descriptions
2019-12-21 09:03:38 -07:00
Joe Block
fdf4272ca2 Update nix-shell description 2019-12-20 20:37:41 -07:00
Joe Block
ed446680c9 Update description of last-working-directory plugin 2019-12-20 20:36:09 -07:00
Joe Block
b0701d35dd Add new extract plugin; update text descriptions
* Add new extract plugin and disambiguate the old one
* Update thnikk and simpalt descriptions
2019-12-19 19:41:17 -07:00
Joe Block
87b133a280
Merge pull request #852 from unixorn/2019-December-updates
Add new extract plugin; update text descriptions
2019-12-19 08:40:05 -07:00
Joe Block
84c77bebfb
Merge pull request #850 from unixorn/2019-December-updates
Add thnikk theme
2019-12-16 18:08:32 -07:00
Joe Block
f776dfc277 Merge branch '2019-December-updates' of github.com:unixorn/awesome-zsh-plugins into 2019-December-updates 2019-12-16 18:07:15 -07:00
Joe Block
f8e16d6aad Add thnikk theme
Add link to [thnikk](https://github.com/thnikk/zsh-theme-thnikk) theme
2019-12-16 18:07:01 -07:00
Joe Block
876a6d09e4
Merge pull request #851 from ericbn/patch-2
Add advise about fpath to Writing_Plugins.md
2019-12-16 18:05:45 -07:00
Eric Nielsen
88a295aee8 Add advise about fpath to Writing_Plugins.md
All files in the fpath directories should be able to be compiled. See
http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#Recompiling-Functions

This allows ZSH to take advantage of compiled function digest files. See
http://zsh.sourceforge.net/Doc/Release/Functions.html#Autoloading-Functions
2019-12-16 19:49:52 -05:00
Joe Block
af6c24d9e3 Add thnikk theme
Add link to [thnikk](https://github.com/thnikk/zsh-theme-thnikk) theme
2019-12-15 07:57:35 -07:00
Joe Block
e2cc67da15
Merge pull request #849 from unixorn/2019-December-updates
Add metalmajor theme
2019-12-14 18:01:26 -07:00
Joe Block
f16fa70054 Add metalmajor
* Add link to [metalmajor](https://github.com/deblauwetom/metalmajor-zsh-theme) - closes https://github.com/deblauwetom/metalmajor-zsh-theme/issues/1#event-2878802818
2019-12-14 17:13:39 -07:00
Joe Block
3b469ecf5a
Merge pull request #848 from unixorn/2019-December-updates
Add hedroed-bureau theme
2019-12-13 07:43:51 -07:00
Joe Block
22d02082f3 Add hedroed-bureau theme 2019-12-12 08:09:21 -07:00
Joe Block
09d3f3b573
Merge pull request #847 from unixorn/2019-December-updates
Add sunrise-ruby theme
2019-12-10 07:49:05 -05:00
Joe Block
4340a86a13 Add griffin theme
* Add link to [griffin](https://github.com/GriffinLedingham/griffin.zsh-theme) - closes https://github.com/GriffinLedingham/griffin.zsh-theme/issues/1
2019-12-10 05:19:40 -07:00
Joe Block
929c3d1981 Add sunrise-ruby theme
* Add link to [sunrise-ruby](https://github.com/ston1x/sunrise-ruby)
2019-12-10 05:08:03 -07:00
Joe Block
73a8573184
Merge pull request #846 from unixorn/2019-December-updates
Add bruh theme
2019-12-08 11:18:25 -05:00
Joe Block
bc40dfed4e Add bruh theme
* Add link to [bruh](https://github.com/haze/bruh) theme.

Closes https://github.com/haze/bruh/issues/1
2019-12-08 10:32:20 -05:00
Joe Block
129dab1f7a
Merge pull request #845 from unixorn/2019-December-updates
2019-12-6 updates
2019-12-06 08:54:59 -05:00