This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git.
Updated .
- 24 Oct, 2015 2 commits
-
-
Bruno authored
registry: add fonts package
-
Derek Stavis authored
-
- 21 Oct, 2015 6 commits
-
-
Bruno authored
registry: add vcs plugin
-
Bruno authored
registry: Add errno plugin
-
Derek Stavis authored
-
Derek Stavis authored
-
Bruno authored
Add https:// to curl calls in README and install script
-
Johnny Robeson authored
-
- 20 Oct, 2015 1 commit
-
-
Justin Hileman authored
Add a new theme: Sushi.
-
- 19 Oct, 2015 3 commits
-
-
Umayr Shahid authored
-
Bruno authored
omf.repo.pull: Simplify stashed flag using set -q
-
Derek Stavis authored
-
- 18 Oct, 2015 2 commits
-
-
Bruno authored
omf/templates: Remove Travis from scaffolding
-
Derek Stavis authored
-
- 16 Oct, 2015 4 commits
-
-
Bruno authored
Rewrite bundle install to conform with latest `omf.install` interface
-
Derek Stavis authored
Rewrites the code, as now `omf.install` is type agnostic, and any -- preceded parameter will be interpreted as package name.
-
Derek Stavis authored
-
Bruno authored
require: Cleanup previously sourced init functions
-
- 15 Oct, 2015 1 commit
-
-
Derek Stavis authored
-
- 14 Oct, 2015 8 commits
-
-
Bruno authored
Overhaul install and update code
-
Pablo Santiago Blum de Aguiar authored
-
Derek Stavis authored
-
Derek Stavis authored
-
Bruno Pinto authored
Support `omf install https://github.com/oh-my-fish/plugin-jump.git`
-
Bruno Pinto authored
Update and install were one thing before.
-
Bruno Pinto authored
- Install does not do update. - Share code when installing from URL or name.
-
Bruno authored
Add jump plugin repo
-
- 13 Oct, 2015 7 commits
-
-
Justin Hileman authored
Fixes a regression in update process added in #115
-
Derek Stavis authored
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.
-
Isaias Pina authored
-
Bruno authored
Merge all omf list functions
-
Bruno Pinto authored
-
Bruno authored
Simplify `omf cd` code
-
Bruno Pinto authored
This also namespace the function to `omf.packages`.
-
- 12 Oct, 2015 2 commits
-
-
Bruno authored
refact(pkg/thefuck): use a better, oh-my-fishy thefuck plugin
-
Pablo Santiago Blum de Aguiar authored
-
- 09 Oct, 2015 2 commits
- 08 Oct, 2015 1 commit
-
-
Bruno authored
Rework omf theme code: Integrate with fish_config, ditch refresh calls
-
- 07 Oct, 2015 1 commit
-
-
Derek Stavis authored
- 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
-