Commit Graph

1234 Commits (99be4930bc317a896b57e31efd0298c49f4f088f)
 

Author SHA1 Message Date
Twan Coenraad 95e6dfb4b9 Add grc plugin 9 years ago
Bruno dc28b68ad2 Merge pull request #16 from oh-my-fish/correct-name-from-url
Remove pkg-/theme- from folder name
9 years ago
Bruno Pinto 905f6afa73 Remove pkg-/theme- from folder name
When installing packages (plugins) or themes using a URL, we should
strip the plugin-/pkg-/theme- from the repository name if it exists.
9 years ago
Derek Stavis fc126f71f6 FAQ: Move to docs directory 9 years ago
Bruno e9472b4e3f Merge pull request #17 from oh-my-fish/travis-notification
Only send travis notifications when build fails
9 years ago
Bruno d28dbc13e5 Only send travis notifications when build fails 9 years ago
Derek Willian Stavis da67277dcf Merge pull request #11 from scorphus/plugin-python
Add python plugin
9 years ago
Bruno d33d8cbf01 Merge pull request #9 from oh-my-fish/refactoring
Beginning of many PRs to clean up the code
9 years ago
Bruno Pinto b36bc03eb0 Remove global OSTYPE variable. 9 years ago
Bruno Pinto 2ac89b5a1c Rename RESET_PATH to ORIGINAL_PATH
This variable records the value of $PATH environment variable before
oh-my-fish is sourced. When we "reload" the framework, we reset $PATH
with this recorded value so that we boot from a clean state.
9 years ago
Bruno Pinto 8aa6bf7ee2 Remove unnecessary code
This was actually trying to load PATHs that do not exist under $OMF_CONFIG
directory and sourcing files that did not exist.
9 years ago
Pablo Santiago Blum de Aguiar f7edad7d9e Add python plugin 9 years ago
Bruno Pinto 8aa60c55ae Do not source `events.fish`
We don't use it for anything.
9 years ago
Derek Willian Stavis 55aa2de73c Merge pull request #2 from scorphus/plugin-osx
Add osx package
9 years ago
Pablo Santiago Blum de Aguiar 98b4cca224 Add osx package 9 years ago
Bruno bf90837007 Undo Licence.. because you know what happened here 9 years ago
Bruno 23b1e78978 Update install URL 9 years ago
Bruno Pinto ae0e4388b6 Back to oh-my-fish organization 9 years ago
Bruno Pinto 4e980b2ac4 Remove merge warning 9 years ago
Bruno Pinto e765967b46 Add rails plugin 9 years ago
Bruno 1dc0c0ecca Merge pull request #579 from fish-shell/default-theme
Make `default` theme the default theme for omf.
9 years ago
Bruno Pinto 7dad917436 Make `default` theme the default theme for omf.
* On clean install, configure and download `default` theme.
* Do not allow `default` theme to be removed.
* When the current theme is removed, fallback to `default`.
9 years ago
Bruno 0e035c0a85 Merge pull request #576 from scorphus/pkg-gem
Add gem package
9 years ago
Bruno c76c87789f Merge pull request #564 from derekstavis/wip/bundle
Gives back a way to persist and update installed packages (dotfiles)
9 years ago
Derek Stavis 135707b3d1 README: add a section documenting dotfiles usage 9 years ago
Derek Stavis ce8b0d9df9 README: update doc to reflect install command changes 9 years ago
Derek Stavis a76485be4f omf.help: update install command usage 9 years ago
Derek Stavis 102771b73c install: resolve bundle if existent, otherwise create file 9 years ago
Derek Stavis 0a195572a1 omf: install without arguments installs bundle 9 years ago
Derek Stavis c6df5feba5 omf.remove_package: also remove from bundle 9 years ago
Derek Stavis 2535892c87 omf.install: insert installed packages into bundle 9 years ago
Derek Stavis e8dcbb507b omf: add install_bundle function 9 years ago
Pablo Santiago Blum de Aguiar 20bdbbf26d Add gem package 9 years ago
Bruno a8dc4c29fb Merge pull request #572 from scorphus/add-rvm-pkg-to-db
Add rvm package
9 years ago
Bruno 211284d354 Merge pull request #575 from derekstavis/registry/fix-agnoster
themes: make 'agnoster copy' back into 'agnoster'
9 years ago
Derek Stavis a03b4ebaa5 themes: make 'agnoster copy' back into 'agnoster' 9 years ago
Bruno ce29b4985c Merge pull request #573 from derekstavis/plugin/pbcopy
registry: add pbcopy plugin
9 years ago
Bruno 98870e8720 Merge pull request #574 from sheldon/describe-without-ruby
describe without ruby
9 years ago
Sheldon Els 99193d0e3a describe without ruby
no dependency on ruby & a little quicker. all credit to @derekstavis for the
cool regexs
9 years ago
Bruno 5b2446d7c9 Merge pull request #567 from sheldon/describe-installed-packages
describe works on installed packages
9 years ago
Sheldon Els 633e52101b describe works on installed packages
also modified list_db_packages to return all packages by default, but with a
skip_installed to skip listing installed packages
9 years ago
Derek Stavis 4cc06dabfd registry: add pbcopy plugin 9 years ago
Pablo Santiago Blum de Aguiar 8c1012253d Add rvm package 9 years ago
Bruno 0a32588f4b Merge pull request #570 from bobthecow/add-tab-plugin
Add updated tab plugin
9 years ago
Justin Hileman 6106f74652 Add updated tab plugin to omf registry. 9 years ago
Bruno 40e7080369 Merge pull request #569 from scorphus/add-bundler-pkg-to-db
Add bundler package
9 years ago
Pablo Santiago Blum de Aguiar f6c78b1c96 Add bundler package 9 years ago
Justin Hileman cd857cf22f Merge pull request #560 from fish-shell/do-not-convert-home
Do not convert `$HOME` when installing omf.
9 years ago
Bruno Pinto f89bc18846 Do not convert `$HOME` when installing omf.
Keep `$HOME` variable inside `config.fish` when installing oh my fish
instead of converting it to its content.
9 years ago
Justin Hileman 9a1e413c12 Merge pull request #562 from sheldon/auto-complete-help
autocomplete help
9 years ago