Commit Graph

1641 Commits

Author SHA1 Message Date
Stephen M. Coakley
174c51bc51 Merge pull request #503 from oh-my-fish/fix/better-theme-detection
Detect themes by fish_prompt instead of name
2017-04-26 22:15:23 -05:00
Stephen M. Coakley
32faf74bb7
Detect themes by fish_prompt instead of name 2017-04-26 22:11:35 -05:00
Gabriel César
3600f0bddf docs: add Brazilian Portuguese translation 2017-04-27 00:07:40 -03:00
Stephen M. Coakley
c67aa9e166 Add SHA256 checksum for installer (#504)
* Add SHA256 checksum for installer

* Fix Travis
2017-04-26 15:00:45 -05:00
Stephen M. Coakley
168bd96a7d Merge pull request #495 from oh-my-fish/path-error-handling
Handle missing theme setting more gracefully
2017-03-03 10:39:27 -06:00
Stephen M. Coakley
8aef0b2d33
Handle missing theme setting more gracefully 2017-03-03 09:27:44 -06:00
Stephen M. Coakley
6c5f3ba17a Merge pull request #490 from oranja/master
Get oh-my-fish installer from a secure connection.
2017-03-03 09:26:48 -06:00
Itzik Ephraim
ea413d6752 Get oh-my-fish installer from a secure connection.
Use HTTPS schema instead of cleartext HTTP.
SSL certificate provided by letsencrypt.com
Installed on private nginx server for redirection.
2017-02-17 23:25:45 +02:00
Stephen M. Coakley
922902a99d Merge pull request #488 from oh-my-fish/prepare-release-5
Update release date
2017-02-11 15:01:58 -06:00
Stephen M. Coakley
8dc5dd25c6
Update release date 2017-02-11 14:53:06 -06:00
Stephen M. Coakley
155f0519a9 Prepare for v5 release (#486) 2017-02-11 14:48:29 -06:00
Stephen M. Coakley
a428f29c54 Update functions directory in function path when setting theme (#485) 2017-02-05 14:40:56 -06:00
Stephen M. Coakley
f2c2022fb4 Update Docker image to Fish 2.5.0 (#484) 2017-02-04 22:38:28 -06:00
Stephen M. Coakley
2d1deeb5fd Replace package database with independently installed package repositories (#427)
Replace package database with independently installed package repositories

- Add support for fetching and installing from package repositories containing package URLs and metadata
- Support multiple package repository sources
- Add new repo command
- Remove submit command
- Enhance describe and search commands
- Fix and improve help text for new and adjusted commands
- Fix bundle install exit status
- Refer to plugins as "plugins" instead of the general term "packages"
- Code clarity improvements
- Put plugin/theme distinction into package metadata
2017-02-04 21:49:39 -06:00
Justin Hileman
e2c3343ebb Merge pull request #481 from scorphus/issue-328-docs
Docs on how to set variables in `init.fish` (#328)
2017-02-03 07:38:57 -08:00
Pablo Santiago Blum de Aguiar
b1eee388c1 Docs on how to set variables in init.fish (#328)
Fix #328
2017-02-02 22:56:19 -02:00
Itzik Ephraim
284f5b5518 [generate-themes-doc.fish] Ignore '.git' suffix on theme URLs (#472)
* Ignore '.git' suffix on theme URLs.
* Regenerated the Themes doc (after a long hiatus)
2017-01-21 23:25:00 -02:00
Damon Poole
38d4badbd2 Added emoji-powerline theme (#469) 2017-01-21 01:57:55 -02:00
Dennis Evert
3a54734a39 Add BLT plugin to pkg database (#474) 2017-01-21 01:56:54 -02:00
Henrik W Lund
d8bc265a87 Added fish_logo package to registry (#473) 2017-01-21 01:56:13 -02:00
Gerard Ribugent Navarro
9c61978ee1 Add Gentoo theme (#475) 2017-01-21 01:46:26 -02:00
Stephen M. Coakley
016ea34a9b oops (#470) 2017-01-06 17:15:36 -06:00
Stephen M. Coakley
e888766342 Prepare release 4 (#468)
* Update authors list

* Add release notes for v4
2017-01-04 14:42:56 -06:00
Andrew Komarnitskyi
0d820b18d7 Translation: Ukrainian version (#464)
* add ukrainian translation

* fix UA translate in readme

* fix UA translation in faq

* fix UA translation in packages.md

* fix documentation link
2017-01-04 13:57:32 -06:00
Roman Inflianskas
f7c95e1b6a Add bak plugin to database (#461) 2016-12-23 01:20:05 -02:00
Stephen M. Coakley
d951cb1a15 Normalize redirection syntax (#459) 2016-12-17 20:26:46 -06:00
Stephen M. Coakley
6738f5ea2c Update dpaste (#460) 2016-12-17 20:18:29 -06:00
Stephen M. Coakley
67ef90a490 Ensure Fish scripts always use LF line endings, otherwise multiline commands break (#458) 2016-12-17 15:29:27 -06:00
Stephen M. Coakley
50004e39a1 Print diagnostic info in doctor (#456) 2016-12-17 14:30:25 -06:00
Stephen M. Coakley
a45f85697b Tweak fish version badge (#457) 2016-12-17 14:01:44 -06:00
Stephen M. Coakley
e742023f71 Fix emacs plugin URL (#451) 2016-12-10 14:18:53 -06:00
Espen Henriksen
2607dc2d0f Add plugin-pj (#449) 2016-12-08 00:08:17 -02:00
Matej Nemček
49407aaa60 Add slavic-cat theme (#443) 2016-11-29 00:48:09 -02:00
Beau Hastings
e79c1af513 Add theme kawasaki (#439) 2016-11-27 23:42:00 -02:00
hak8or
2deac43804 Pure theme screenshot fixed to theme git repo screenshot (#418) 2016-11-27 17:25:47 -06:00
Stephen M. Coakley
674c90d160 Make OMF command colors independent of Fish version (#446) 2016-11-23 13:18:11 -06:00
Justin Hileman
c4fdb7afb9 Merge pull request #442 from oh-my-fish/registry/add-pyenv
registry: add pyenv
2016-11-15 19:26:29 -08:00
Derek Willian Stavis
16b7b1de56 registry: add pyenv 2016-11-15 21:57:19 -02:00
Stephen M. Coakley
9c8d79a347 Do not replace existing theme when installing (#435)
Fix #274
2016-11-09 10:30:41 -06:00
Justin Hileman
a0811973f6 Merge pull request #431 from rominf/patch-1
Add dpaste
2016-11-01 21:53:18 -07:00
Stephen M. Coakley
c2372f7f51 Add marlin to db (#434) 2016-11-01 09:00:08 -05:00
Roman Inflianskas
4808bf830f Add dpaste
Supersedes #430
2016-10-29 17:07:16 +02:00
Stephen M. Coakley
106f3a517b Add new script for generating AUTHORS file (#426) 2016-10-22 14:47:45 -05:00
Stephen M. Coakley
ec2b34a258 Add release versions to changelog (#424) 2016-10-20 20:35:12 -05:00
Stephen M. Coakley
0b0c2312f1 Update authors and change log for v3 (#423) 2016-10-20 20:10:06 -05:00
Stephen M. Coakley
6404410be0 Implement update channels to introduce release versioning (#293) 2016-10-20 18:10:13 -05:00
Derek Willian Stavis
406d16e38f registry: add gityaw plugin (#422) 2016-10-20 11:19:05 -02:00
Guilherme Rv Coelho
fa937f6e82 Add license plugin (#421) 2016-10-20 10:34:14 -02:00
Derek Willian Stavis
6322d3941d registry: add android-sdk plugin (#420) 2016-10-19 16:46:05 -02:00
Stephen M. Coakley
158b2053d5 Fix Travis OS X build (#419) 2016-10-15 13:24:18 -05:00