Commit Graph

1631 Commits (155f0519a9d96c3b49ede478c538d9d06080a855)
 

Author SHA1 Message Date
Stephen M. Coakley fb6c2992ba Do not overwrite themes when installing from bundle (#385) 8 years ago
Amio • 晋晓炜 87cce30562 Add "eden" to theme registry. (#357)
* Add eden to omf theme registry.

* Add theme-eden repo to oh-my-fish.
8 years ago
Derek Willian Stavis 106c8e350b registry: add node-binpath package (#391) 8 years ago
Stephen M. Coakley 7602c6a84f Update moved plugin urls (#390) 8 years ago
Gustavo Pantuza Coelho Pinto 3f132ddc7d Adding fishbone theme on Oh my fish themes db 8 years ago
Stephen M. Coakley 30dd81a4d9 Some gardening on the plugin tree (#383) 8 years ago
Stephen M. Coakley 9aae289714 ~ expansion and always setup config in multiple installs (#381) 8 years ago
Stephen M. Coakley 9fa56cf1a2 Tweak readme (#380) 8 years ago
Stephen M. Coakley cfe8e769db Refactor installer and config setup (#361)
Refactor the installer to be more maintainable and interactive. The installer is now more robust and safe in its operation, and asks interactive questions for choices that the user must resolve. Setting up confuguration is also now changed to take advantage of Fish 2.3 features and does not mess with user's configuration files without permission.

- Make installer smarter and use uninstaller in destroy
- Better handling and checking for offline installs
- `omf destroy` simply uses `install --uninstall`
- Final warning message is no longer displayed when user intentionally aborts install
- Backups are restored during uninstall
- Update the README to detail the new ways to install OMF
8 years ago
Stephen M. Coakley 48ace42188 Add keybindings file to dotfiles list (#378)
Fixes #377
8 years ago
Derek Willian Stavis 76045bbe95 CONTRIBUTING: give some fresh air (#373)
gives some fresh air to contributing, reflecting more our current style and redaction.
8 years ago
Derek Willian Stavis 8f814ba4e0 chore: bump LICENSE year (#371) 8 years ago
Derek Willian Stavis 7c3db938c2 docs: improve headers, use flag emojis for translations (#370) 8 years ago
Derek Willian Stavis 1d0e9aa4c7 lib/README: cleanup, better document require (#369) 8 years ago
Derek Willian Stavis fcc9d4dc0a key bindings: test if reload function is available (#368)
This fixes a rare case when fish's builtin function
__fish_reload_key_bindings is not defined.
8 years ago
Derek Willian Stavis 8aa8acb027 lib/git: fix branch name in detached head (#366) 8 years ago
Stephen M. Coakley e4bd035f15 Fix omf update exit status (#365) 8 years ago
Stephen M. Coakley 818fdc954d Add Spark to package database (#364) 8 years ago
Stephen M. Coakley e9fb8ff3db Add hooks system for packages (#286) 8 years ago
Derek Willian Stavis f099e76f58 registry: add package "mou" (#363) 8 years ago
Sergey Timanin 7537186efe Add virtualfish plugin to the registry (#360)
* Add virtualfish plugin to the registry
8 years ago
Stephen M. Coakley ae00f45afa Add change log and update authors list (#359) 8 years ago
Stephen M. Coakley 8ce0f3bd50 Align help text to use less extra space (#356) 8 years ago
Derek Willian Stavis da36946eca Merge pull request #355 from oh-my-fish/fix-double-key-bindings-load
Fix double key bindings load
8 years ago
Derek Stavis 9eb496de86 init: read theme again on key bindings reload 8 years ago
Derek Stavis ac9b419825 init: don't try to double backup key bindings 8 years ago
John Rizzo f79cd11899 Update Packages.md (#354)
Fixed spelling error
8 years ago
Itzik Ephraim 9abb8339c1 Add "sudope" to the registry (#352) 8 years ago
Stephen M. Coakley 6192219471 Add docker-machine plugin (#351) 8 years ago
Stephen M. Coakley 228ef9aafe Evaluate OMF_PATH at init time to fix #136 (#348) 8 years ago
Stephen M. Coakley 6c373d89ec Fix Travis integration (#349) 8 years ago
Derek Willian Stavis 7ed9fd6b4d docs/packages: better documentation (#345)
makes package docs better by refreshing hooks documentation
and also contributing process.
8 years ago
Pedro Medeiros ab02f52d17 Update peco repo (#346)
When I upgraded my omf peco stopped to work I had to change the repo to this one that seems the one the is currently maintainable.
8 years ago
Derek Willian Stavis 4691b92dab require: fix completions autoload (#343) 8 years ago
Derek Willian Stavis 86350683be registry: add proxy package (#342) 8 years ago
Wild Kat c58b9f3383 Change ssh-term-helper repository prefix from pkg to plugin to meet new convention (#338) 8 years ago
Derek Willian Stavis 5095b5ba31 destroy: fix glob behavior on fish 2.3.0 (#327) 8 years ago
Derek Willian Stavis 0ca26d01e2 Fix theme key bindings (#334)
* init: load only key bindings from current theme

* theme: reload key bindings on theme change
8 years ago
Douglas Camata 065bc9c649 Adds the exenv package (#336) 8 years ago
Pablo Santiago Blum de Aguiar db66200ca9 templates: use `plugin` for plugins and `theme` for themes 8 years ago
Pablo Santiago Blum de Aguiar befebda9f2 templates: consistently use newlines before sections 8 years ago
Pablo Santiago Blum de Aguiar 7a815f32f0 templates: use https for all links 8 years ago
Luís Fiolhais 9afb439844 Fix autoload functions (#335) 8 years ago
Luís Fiolhais 780c833cb4 Inspect $FISH_VERSION variable instead of $version 8 years ago
Pablo Aguiar 77ac6fa261 init: set correct version number (#323) (#331) 8 years ago
Derek Willian Stavis 2c4471a78c autoload: refactor for conformance and performance (#262)
Refactor autoload: Split the big function into two smaller ones,
doing only option parsing at main function.

The algorithm is also rewritten, now in two steps for both path
inclusion an exclusion functions: 1) use auxiliary lists to store
valid function and completion paths, 2) bulk insert or remove just
once in the variable.

Now also respects path insertion policy, keeping user function
path always in front of other paths, thus allowing precedence of
user functions.
8 years ago
Derek Willian Stavis a164ebdd5d init: rewrite init process (#260)
* init: rewrite init process

Now use pure globbing to generate 100% valid function and
completion paths, effectively splitting the init process in two
steps, one which paths are added, and other when initialization
is done (sourcing init).

This initialization code introduces a new interface for
`init.fish` hook, which deprecates the previously used event
model. The new interface injects three variables into `init.fish`:
path, package and bundle. This variables can be used by the
package to autoload paths, use bundled files, etc.

Also supports key bindings by sourcing
$OMF_CONFIG/key_bindings.fish and also key_bindings.fish in
packages (plugins and themes) root directories. This is done
when fish_user_key_bindings is called.

* omf: migrate to new init hook

* omf/templates: migrate to new init and uninstall hooks

* docs: document new init and uninstall hooks interface

* README: update new hook interface spec
8 years ago
Derek Willian Stavis 17de8c4b6b list: refactor code, fix fish 2.3.0 globs (#325) 8 years ago
Denis Koltsov ce97843850 update version (#323)
* update version constant to 2
8 years ago
Pablo Aguiar 3ed532358b Merge pull request #319 from pedrosnk/patch-1
Add wttr plugin to omf
8 years ago