Derek Willian Stavis
|
cb9d01d492
|
Merge pull request #36 from nwykes/master
Add vundle pkg back into db.
|
2015-09-13 18:17:19 -03:00 |
|
Derek Willian Stavis
|
5e034ebcea
|
Merge pull request #43 from oh-my-fish/bundle/uniqueize
bundle: make contents unique when adding and installing bundle
|
2015-09-13 18:14:57 -03:00 |
|
Derek Stavis
|
de9955e025
|
omf.bundle.install: sort the bundle after install
|
2015-09-13 18:13:22 -03:00 |
|
Derek Stavis
|
d3ace4fd81
|
omf.bundle.install: replace uniq by sort -u
|
2015-09-13 18:13:22 -03:00 |
|
Derek Stavis
|
56bc40bde9
|
omf.bundle.remove: return 0 when done
|
2015-09-13 18:13:22 -03:00 |
|
Derek Stavis
|
b20f8dd141
|
omf.bundle.remove: replace uniq by sort -u
|
2015-09-13 18:13:22 -03:00 |
|
Derek Stavis
|
00e3d3e058
|
omf.bundle.add: sort the bundle after adding entry
|
2015-09-13 18:13:21 -03:00 |
|
Bruno
|
0e68052ad8
|
Merge pull request #44 from dbanck/patch-1
Updated cmorrell theme url
|
2015-09-13 22:11:04 +02:00 |
|
Daniel Banck
|
c0d2fbda64
|
Updated cmorrell theme
Fixes #41
|
2015-09-11 21:36:52 +02:00 |
|
Derek Willian Stavis
|
4b0dbc270b
|
Merge pull request #35 from oh-my-fish/completions
completions: Use standard fish functions for completions
|
2015-09-10 19:42:41 -03:00 |
|
Nathan Wykes
|
c7e81ab1d0
|
Add vundle pkg back into db.
|
2015-09-09 20:32:38 -06:00 |
|
Derek Stavis
|
a71bc714f4
|
completions: use standard fish functions for subcommands
|
2015-09-09 21:03:05 -03:00 |
|
Derek Willian Stavis
|
5d4b9098fc
|
Merge pull request #23 from natrim/composer
registry: add composer plugin
|
2015-09-08 11:08:59 -03:00 |
|
Derek Willian Stavis
|
d2abe92a36
|
Merge pull request #25 from oh-my-fish/split-bundle
bundle: move related functions to omf.bundle namespace
|
2015-09-08 11:05:45 -03:00 |
|
Derek Stavis
|
c929fa41ab
|
bundle: move related functions to omf.bundle namespace
|
2015-09-08 11:03:14 -03:00 |
|
Derek Willian Stavis
|
f0ee29d230
|
Merge pull request #13 from oh-my-fish/wip/fix-readme
Reorganize project documentation
|
2015-09-08 10:08:13 -03:00 |
|
Bruno
|
d52936896a
|
Merge pull request #24 from coderstephen/master
Add apt plugin to db
|
2015-09-08 08:37:26 +01:00 |
|
Stephen Coakley
|
9cd818ca27
|
Add apt plugin to db
|
2015-09-07 12:59:47 -05:00 |
|
Natrim
|
551bd66af9
|
add composer plugin to pkg db
|
2015-09-07 08:23:51 +02:00 |
|
Derek Stavis
|
b0b26fa8ad
|
README: Add copyright to license section
|
2015-09-07 00:12:03 -03:00 |
|
Derek Stavis
|
0a56f52255
|
README: Better startup script description
|
2015-09-07 00:12:03 -03:00 |
|
Derek Stavis
|
0e01737aa0
|
README: Add two more levels to comands headings
|
2015-09-07 00:12:03 -03:00 |
|
Derek Stavis
|
973766526b
|
README: Remove emoji from section titles
|
2015-09-07 00:12:03 -03:00 |
|
Derek Stavis
|
468fe44067
|
README: Remove uninstall link from omf destroy section
|
2015-09-07 00:12:03 -03:00 |
|
Derek Stavis
|
fa1efa2729
|
README: Adjust packages uninstall link
|
2015-09-07 00:12:03 -03:00 |
|
Derek Stavis
|
e0c5f026de
|
README: Use bundle in singular form
|
2015-09-07 00:12:02 -03:00 |
|
Derek Stavis
|
7c9b4713de
|
README: Fix omf command line specification
|
2015-09-07 00:12:02 -03:00 |
|
Derek Stavis
|
491eab7526
|
README: Better omf update description
|
2015-09-07 00:12:02 -03:00 |
|
Derek Stavis
|
fe99f91211
|
README: Add creating packages section
|
2015-09-07 00:12:02 -03:00 |
|
Derek Stavis
|
b10fc50b1f
|
README: Remove core library section
|
2015-09-07 00:12:02 -03:00 |
|
Derek Stavis
|
5ac28b4f9e
|
README: Remove TOC from advanced section
|
2015-09-07 00:12:02 -03:00 |
|
Derek Stavis
|
6edd668884
|
docs: Rewrite package creation example
|
2015-09-07 00:11:46 -03:00 |
|
Derek Stavis
|
11d96d8c02
|
README: Move packages section to docs directory
|
2015-09-06 23:36:56 -03:00 |
|
Derek Willian Stavis
|
5fa0db56bf
|
Merge pull request #18 from oh-my-fish/repo-functions
Add repo functions to omf utily
|
2015-09-06 21:37:50 -03:00 |
|
Bruno Pinto
|
61f71f3ce8
|
Replace omf.update with omf.repo.pull
- Pull repository from origin unless upstream exist.
|
2015-09-06 21:32:26 -03:00 |
|
Bruno Pinto
|
890104ab2e
|
Extract git clone calls into omf.repo.clone
|
2015-09-07 00:11:20 +01:00 |
|
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
|
2015-09-07 00:11:12 +01:00 |
|
Derek Stavis
|
76461696a3
|
README: Better HTML header, add logo to repository
|
2015-09-06 19:28:16 -03:00 |
|
Bruno Pinto
|
2a0e5ba7cc
|
Remove unused util_fork_repo function.
|
2015-09-06 23:07:18 +01:00 |
|
Bruno
|
ef4d4aff3a
|
Merge pull request #15 from oh-my-fish/omf-persist
Extract _write_bundle to omf.persist
|
2015-09-06 23:06:35 +01:00 |
|
Bruno Pinto
|
033d976dee
|
Extract _write_bundle to omf.persist
- Add support for persisting theme information.
- Use documented private function naming scheme.
|
2015-09-06 22:32:13 +01:00 |
|
Bruno
|
75594ea4e2
|
Merge pull request #20 from scorphus/typos
Fix a typo: succesfully => successfully
|
2015-09-06 22:31:37 +01:00 |
|
Pablo Santiago Blum de Aguiar
|
59491926af
|
Fix a typo: succesfully => successfully
|
2015-09-06 17:01:11 -03:00 |
|
Bruno
|
dc28b68ad2
|
Merge pull request #16 from oh-my-fish/correct-name-from-url
Remove pkg-/theme- from folder name
|
2015-09-06 20:42:11 +01:00 |
|
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.
|
2015-09-06 13:52:23 +01:00 |
|
Derek Stavis
|
fc126f71f6
|
FAQ: Move to docs directory
|
2015-09-06 02:21:31 -03:00 |
|
Bruno
|
e9472b4e3f
|
Merge pull request #17 from oh-my-fish/travis-notification
Only send travis notifications when build fails
|
2015-09-06 04:12:56 +01:00 |
|
Bruno
|
d28dbc13e5
|
Only send travis notifications when build fails
|
2015-09-06 00:52:37 +01:00 |
|
Derek Willian Stavis
|
da67277dcf
|
Merge pull request #11 from scorphus/plugin-python
Add python plugin
|
2015-09-05 15:34:42 -03:00 |
|
Bruno
|
d33d8cbf01
|
Merge pull request #9 from oh-my-fish/refactoring
Beginning of many PRs to clean up the code
|
2015-09-05 19:20:38 +01:00 |
|