Commit Graph

1420 Commits (68f450b4d08a5a767d44a969f9dac4d1831ffdfe)
 

Author SHA1 Message Date
Bruno 0e68052ad8 Merge pull request #44 from dbanck/patch-1
Updated cmorrell theme url
9 years ago
Daniel Banck c0d2fbda64 Updated cmorrell theme
Fixes #41
9 years ago
Derek Willian Stavis 4b0dbc270b Merge pull request #35 from oh-my-fish/completions
completions: Use standard fish functions for completions
9 years ago
Nathan Wykes c7e81ab1d0 Add vundle pkg back into db. 9 years ago
Derek Stavis a71bc714f4 completions: use standard fish functions for subcommands 9 years ago
Derek Willian Stavis 5d4b9098fc Merge pull request #23 from natrim/composer
registry: add composer plugin
9 years ago
Derek Willian Stavis d2abe92a36 Merge pull request #25 from oh-my-fish/split-bundle
bundle: move related functions to omf.bundle namespace
9 years ago
Derek Stavis c929fa41ab bundle: move related functions to omf.bundle namespace 9 years ago
Derek Willian Stavis f0ee29d230 Merge pull request #13 from oh-my-fish/wip/fix-readme
Reorganize project documentation
9 years ago
Bruno d52936896a Merge pull request #24 from coderstephen/master
Add apt plugin to db
9 years ago
Stephen Coakley 9cd818ca27 Add apt plugin to db 9 years ago
Natrim 551bd66af9 add composer plugin to pkg db 9 years ago
Derek Stavis b0b26fa8ad README: Add copyright to license section 9 years ago
Derek Stavis 0a56f52255 README: Better startup script description 9 years ago
Derek Stavis 0e01737aa0 README: Add two more levels to comands headings 9 years ago
Derek Stavis 973766526b README: Remove emoji from section titles 9 years ago
Derek Stavis 468fe44067 README: Remove uninstall link from `omf destroy` section 9 years ago
Derek Stavis fa1efa2729 README: Adjust packages uninstall link 9 years ago
Derek Stavis e0c5f026de README: Use bundle in singular form 9 years ago
Derek Stavis 7c9b4713de README: Fix omf command line specification 9 years ago
Derek Stavis 491eab7526 README: Better omf update description 9 years ago
Derek Stavis fe99f91211 README: Add creating packages section 9 years ago
Derek Stavis b10fc50b1f README: Remove core library section 9 years ago
Derek Stavis 5ac28b4f9e README: Remove TOC from advanced section 9 years ago
Derek Stavis 6edd668884 docs: Rewrite package creation example 9 years ago
Derek Stavis 11d96d8c02 README: Move packages section to docs directory 9 years ago
Derek Willian Stavis 5fa0db56bf Merge pull request #18 from oh-my-fish/repo-functions
Add repo functions to omf utily
9 years ago
Bruno Pinto 61f71f3ce8 Replace `omf.update` with `omf.repo.pull`
- Pull repository from origin unless upstream exist.
9 years ago
Bruno Pinto 890104ab2e Extract git clone calls into `omf.repo.clone` 9 years ago
Bruno Pinto af49d6f1c2 Replace `omf.util_sync` with `omf.repo.pull`
Based on
https://github.com/Homebrew/homebrew/blob/master/Library/Homebrew/cmd/update.rb#L175-L221
9 years ago
Derek Stavis 76461696a3 README: Better HTML header, add logo to repository 9 years ago
Bruno Pinto 2a0e5ba7cc Remove unused `util_fork_repo` function. 9 years ago
Bruno ef4d4aff3a Merge pull request #15 from oh-my-fish/omf-persist
Extract _write_bundle to omf.persist
9 years ago
Bruno Pinto 033d976dee Extract _write_bundle to omf.persist
- Add support for persisting theme information.
- Use documented private function naming scheme.
9 years ago
Bruno 75594ea4e2 Merge pull request #20 from scorphus/typos
Fix a typo: succesfully => successfully
9 years ago
Pablo Santiago Blum de Aguiar 59491926af Fix a typo: succesfully => successfully 9 years ago
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