Commit graph

261 commits

Author SHA1 Message Date
Jorge Bucaran 4199657495
Fix organization 2023-01-18 16:59:25 +09:00
mattmc3 2e8a24614b
Update readme to include theme instructions (#753) 2023-01-10 14:50:12 +09:00
Jorge Bucaran c05a169187
Use different emoji 2022-07-04 00:52:18 -03:00
Jorge Bucaran 67a543ef60
Reinstate https://git.io/fisher (#712)
GitHub has decided to archive the current git.io links in a
new read-only service that will allow us to continue using
redirects for existing git.io links.
2022-07-04 00:48:20 -03:00
Jorge Bucaran d92d62457f
Retouch Discoverability section 2022-07-04 00:37:57 -03:00
Patrick 626afefcb0
Suggest use of the fish-plugin tag to authors (#722) 2022-07-03 22:26:48 -03:00
Jorge Bucaran 604f8ff1ea
4.3.5 2022-06-19 16:58:25 -03:00
Jorge Bucaran 475505312c
Refactor repository fetch logic 2022-06-19 16:45:11 -03:00
Jorge Bucaran daddbadb79
Add GitLab support (#658)
Close #658.
2022-06-19 14:58:00 -03:00
Jorge Bucaran a4e74bd6f1
Fix inconsistent docs 2022-05-07 19:55:20 -03:00
eitsupi 164628b696
Fix tide installation instructions (#715) 2022-05-07 19:52:45 -03:00
Yohan Min 74dabc5d5a
Fixed a small typo (#714) 2022-05-04 09:39:04 -03:00
Bugakov Mikhail 354c8fccec
Update README.md (#713) 2022-04-28 00:46:49 -03:00
Jason Nader 885129b7d3
Update link to Fish config docs (#683) 2021-10-21 13:48:18 +09:00
Jorge Bucaran b2c317a2ae
Tweak acknowledgements 2021-10-11 04:12:37 +09:00
Jorge Bucaran dc7ada7a78
Try a different place for link 2021-10-11 00:58:16 +09:00
Jorge Bucaran c220662604
Remove Fish 3.x warning 2021-10-10 23:10:25 +09:00
Jorge Bucaran 7bd5bfcac1
Add acknowledgments 2021-10-10 23:08:50 +09:00
Jorge Bucaran 28bb0e172c
Use a colon to clarify usage (#674) 2021-08-22 23:27:01 +09:00
Bruce D'Arcus b9b1eda07a
Clarify fish_plugins update usage (#674) 2021-04-20 21:42:14 +09:00
Jorge Bucaran 48c414fa09
The devil is in the details 2021-03-06 00:26:57 +09:00
Jorge Bucaran 00f130ed90
Specify system requirements (#663)
Close #663
2021-03-05 23:54:55 +09:00
Daniël Franke a0a68de919
Adjust the gitlab documention.
Make it a bit less verbose.
2021-02-01 10:05:55 +01:00
Daniël Franke 8ae139dc9e
Add GitLab support.
Add the possibility to add plugins from gitlab. Resolves #657.
2021-01-30 13:45:20 +01:00
Jorge Bucaran 56c629a3a9
Add link to migration from 2.x/3.x guide 2021-01-26 22:22:14 +09:00
Jorge Bucaran 0b8daa2b8f
Link to relevant issue, improve format 2021-01-17 03:57:49 +09:00
Jorge Bucaran d1a9ae0f7f
Work on fish_plugins section 2021-01-15 21:09:55 +09:00
Jorge Bucaran 7a47e294b9
Add love to the docs 2021-01-15 03:46:22 +09:00
Jorge Bucaran db6801f565 Use inverted pyramid model 2020-12-06 16:22:03 +09:00
Jorge Bucaran d0c30d9723 Use proper capitalization 2020-12-05 18:09:11 +09:00
rany cd9d69209e
Use HTTPS for curl installation (#627)
Using HTTPS prevents: 

- accidentally running a captive portal login screen as a Fish script and sourcing it
- other security and privacy benefits of HTTPS
2020-11-23 22:28:26 +09:00
Jorge Bucaran 4ff6128860 Doc little tweaks 2020-11-14 03:56:31 +09:00
Jorge Bucaran 2bbc06a965 Add documentation for plugin authors, close #618 2020-11-13 21:05:29 +09:00
Jorge Bucaran 861cd38133 Simplify source file iteration during install 2020-11-13 19:44:05 +09:00
Jorge Bucaran ce6072f907
Small docs tweaks 2020-11-09 21:56:23 +09:00
Aurélien Ooms d69311a911
Use fish_plugins filename instead of old fishfile. (#597) 2020-11-04 22:05:24 +09:00
Jorge Bucaran dbf07b1709
Fisher 4.0 (#596)
- Introduce new event system. #526, #527 #573.
- Deprecate `init.fish`, `uninstall.fish`, etc. #581
- No cache fallback, no plugin dependencies, no more private
package hosts, and no more gitlab/bitbucket support. #464, #579
- Require fish 3.0, use newer fish features, e.g., use `wait` to
implement concurrent downloads.
- Rely less on external tools. No awk, no sed, no basename/dirname.
Just mv, rm, cp, and mkdir.
- Deprecate `fishfile` in favor of `fish_plugins`. This new file
works like the old fishfile, but without comment support. See #524.
2020-11-04 19:50:10 +09:00
Patrick c2c091f33e
fix uninstall package instructions (#586) 2020-08-19 00:31:00 +09:00
Jorge Bucaran 297c6b77c7
Revamp docs 2020-08-08 01:38:34 +09:00
Jorge Bucaran c9393460cf
Remove now pointless version badge 2020-07-27 20:28:37 +09:00
Jorge Bucaran 994506e594
Add note about where the fish config file is 2020-07-02 03:37:25 +09:00
Jorge Bucaran 3badc25962
Simplify changing the installation path section 2020-07-02 03:35:36 +09:00
Jorge Bucaran d847b79b63
Improve visibility of note on changing the installation path; close #541 2020-07-02 03:25:14 +09:00
Jorge Bucaran c19e4e7d16
Be specific about 'fish configuration file'; close #576 2020-07-02 03:22:20 +09:00
Jorge Bucaran c2b3ab0171
README tweaks
- Fix typos
- Remove CI badge
2020-06-24 14:13:56 +09:00
James Smith 3e4ae4b960
feat(ci): switch to GitHub Actions (#572)
Migration will switch from Travis CI to GitHub Actions.

Closes #567
2020-06-24 14:10:32 +09:00
Jorge Bucaran c22526cc5a
#0366d6 2020-06-01 04:20:25 +09:00
Jorge Bucaran 3f1d3d7db7
#24292e 2020-06-01 04:03:16 +09:00
Jorge Bucaran 47229c1429
README tweaks, use simpler language 2020-03-08 17:47:57 +09:00
Ross Donaldson 6d2d4107b4 Update the README to specify fisher's ownership of $XDG_CONFIG_HOME/fisher (#554)
It's important users of `fisher` _not_ use this directory as the value of `fisher_home`.
2019-10-11 16:47:47 +09:00