Commit Graph

1480 Commits (e04ba4f3f94e0acb34d4d896681e52cfbf61081e)
 

Author SHA1 Message Date
Derek Stavis a65d18d9bb registry: add fonts package 9 years ago
Bruno d5c450c927 Merge pull request #134 from derekstavis/registry/add-vcs
registry: add vcs plugin
9 years ago
Bruno 10f3c19341 Merge pull request #129 from derekstavis/add-errno-plugin
registry: Add errno plugin
9 years ago
Derek Stavis 50ccece89f registry: add vcs plugin 9 years ago
Derek Stavis cc38c87782 registry: Add errno plugin 9 years ago
Bruno e5d02a8e32 Merge pull request #137 from jrobeson/add-https-to-curl-calls
Add https:// to curl calls in README and install script
9 years ago
Johnny Robeson e5997f211e Add https:// to curl calls in README and install script 9 years ago
Justin Hileman 4fa53b1d7e Merge pull request #130 from umayr/add-theme-sushi
Add a new theme: Sushi.
9 years ago
Umayr Shahid 71c5afa6a6 Add theme: Sushi 9 years ago
Bruno c943f8d1a2 Merge pull request #132 from derekstavis/cleanup-omf-repo-pull
omf.repo.pull: Simplify stashed flag using set -q
9 years ago
Derek Stavis 8db6b24966 omf.repo.pull: Simplify stashed flag using set -q 9 years ago
Bruno c0060f50be Merge pull request #127 from derekstavis/remove-tests-from-templates
omf/templates: Remove Travis from scaffolding
9 years ago
Derek Stavis bdfc248452 omf/templates: Remove Travis from scaffolding 9 years ago
Bruno f967a0d334 Merge pull request #125 from derekstavis/fix-bundle-install
Rewrite bundle install to conform with latest `omf.install` interface
9 years ago
Derek Stavis d224e01570 omf.bundle.install: Fix #123 by rewriting the code
Rewrites the code, as now `omf.install` is type
agnostic, and any -- preceded parameter will
be interpreted as package name.
9 years ago
Derek Stavis c4bd4ade55 omf: Refresh after bundle install 9 years ago
Bruno d16796b63d Merge pull request #124 from derekstavis/require-cleanups
require: Cleanup previously sourced init functions
9 years ago
Derek Stavis ecbc9c5ed3 require: Cleanup previously sourced init functions 9 years ago
Bruno 3aad380079 Merge pull request #121 from derekstavis/merge-theme-and-install
Overhaul install and update code
9 years ago
Pablo Santiago Blum de Aguiar 2ac04c7e5e omf.packages.list: list no “builtin” packages 9 years ago
Derek Stavis ccd704bca0 omf.theme: Validate if theme is installed 9 years ago
Derek Stavis 7ccdada8c6 omf install: Don't refresh when nothing installed 9 years ago
Bruno Pinto e234aab3c6 Remove .git$ from name when installing from URL
Support `omf install https://github.com/oh-my-fish/plugin-jump.git`
9 years ago
Bruno Pinto cc7b321268 Create `omf.update` function
Update and install were one thing before.
9 years ago
Bruno Pinto c346731743 Simplify install command
- Install does not do update.
- Share code when installing from URL or name.
9 years ago
Bruno 2f3a8cdfd8 Merge pull request #111 from iax7/master
Add jump plugin repo
9 years ago
Justin Hileman e2d0455b28 Merge pull request #118 from derekstavis/omf-list-installed-wrapper
Fixes a regression in update process added in #115
9 years ago
Derek Stavis 67c07cb6f6 Fixes a regression in update process added in #115
As #115 migrated list functions, after updating Oh My Fish code
the omf.list_installed_packages gets removed, but is still being
used by the update code.

This commit fixes it by providing a wrapper function.
9 years ago
Isaias Pina 36cdac9f74 Add jump plugin repo 9 years ago
Bruno 9539b50da2 Merge pull request #115 from oh-my-fish/omf-list-rewritten
Merge all omf list functions
9 years ago
Bruno Pinto 870efd0dda Merge all omf list functions 9 years ago
Bruno dc8ec2ec1d Merge pull request #114 from oh-my-fish/omf-cd-namespaced
Simplify `omf cd` code
9 years ago
Bruno Pinto 7025525ef1 Simplify `omf cd` code
This also namespace the function to `omf.packages`.
9 years ago
Bruno 394ca55d1b Merge pull request #113 from scorphus/plugin-thefuck
refact(pkg/thefuck): use a better, oh-my-fishy thefuck plugin
9 years ago
Pablo Santiago Blum de Aguiar f922cd88ee refact(pkg/thefuck): use a better, oh-my-fishy thefuck plugin 9 years ago
Bruno 4c8f84e608 Merge pull request #112 from nwykes/master
update some cli completions: remove query and version. add doctor
9 years ago
nwykes ffa6338664 update some cli completions: remove query and version. add doctor 9 years ago
Bruno 27af4e366c Merge pull request #102 from derekstavis/omf-theme-no-refresh
Rework omf theme code: Integrate with fish_config, ditch refresh calls
9 years ago
Derek Stavis ea0b464f1d omf.theme: Rework theme activation code
- Move theme installation to cli entry point (omf.fish)
- Generalize XDG_CONFIG_HOME code in `omf.xdg.config_home`
- Generalize prompt conflicts check in `omf.checks.fish_prompt`
  * Migrate `omf.doctor` to use it

+ Change theme activation steps
  - Create user function path if not existent
  - Check for conflicts in fish_prompt, aborts if found
  - Remove current theme from autoloading paths
  - Add target theme to autoloading paths
  - Link target theme's fish_prompt to user's
  - Persist selected theme to $OMF_CONFIG/theme

This approach brings two major advantages:

- Theme prompt now shows accordingly in fish_config web interface
- Faster theme changes, reducing it from seconds to some milis
- Avoids calling refresh, which makes users much more happy
9 years ago
Derek Stavis a99e3ce86a omf.install: Fix success/error return codes
Return 0 when package installs, != 0 on error
9 years ago
Bruno 284b318cb8 Merge pull request #110 from derekstavis/fix-bundle-add
bundle.add: fix theme being persisted twice
9 years ago
Derek Stavis 291d0c9784 bundle.add: fix theme being persisted twice
`omf theme` was persisting the installed theme twice, one time on
`omf.install` and other time on `omf.bundle.add`.
9 years ago
Bruno 3c5406ab35 Merge pull request #109 from oh-my-fish/move-vi-mode-back-to-omf
Bring plugin back to oh my fish organization
9 years ago
Bruno Pinto 2fa0f73c7b Bring plugin back to oh my fish organization 9 years ago
Bruno 973893e73f Merge pull request #86 from mquinnv/master
Convert plugin to new OMF architecture
9 years ago
Michael Ventura 06c452ac75 Update db with converted git-flow plugin 9 years ago
Michael Ventura ea214c10fd Update db with converted vi-mode plugin 9 years ago
Bruno 169498efdf Merge pull request #108 from oh-my-fish/bpinto-patch-1
Fix broken documentation link
9 years ago
Bruno 8f63330269 Fix broken documentation link
Fix #101
9 years ago
Bruno c67b0314c2 Merge pull request #100 from derekstavis/install-remove-fish-prompt
install: Remove existing fish_prompt by backuping
9 years ago