Commit Graph

1129 Commits

Author SHA1 Message Date
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 Stavis
76461696a3 README: Better HTML header, add logo to repository 2015-09-06 19:28:16 -03:00
Derek Stavis
fc126f71f6 FAQ: Move to docs directory 2015-09-06 02:21:31 -03:00
Pablo Santiago Blum de Aguiar
98b4cca224 Add osx package 2015-09-03 23:35:26 -03:00
Bruno
bf90837007 Undo Licence.. because you know what happened here 2015-09-03 23:20:42 +01:00
Bruno
23b1e78978 Update install URL 2015-09-03 23:19:28 +01:00
Bruno Pinto
ae0e4388b6 Back to oh-my-fish organization 2015-09-03 19:35:19 +01:00
Bruno Pinto
4e980b2ac4 Remove merge warning 2015-09-03 19:25:02 +01:00
Bruno Pinto
e765967b46 Add rails plugin 2015-09-03 19:22:02 +01:00
Bruno
1dc0c0ecca Merge pull request #579 from fish-shell/default-theme
Make `default` theme the default theme for omf.
2015-09-01 15:03:05 +01:00
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`.
2015-09-01 12:38:32 +01:00
Bruno
0e035c0a85 Merge pull request #576 from scorphus/pkg-gem
Add gem package
2015-09-01 12:10:22 +01:00
Bruno
c76c87789f Merge pull request #564 from derekstavis/wip/bundle
Gives back a way to persist and update installed packages (dotfiles)
2015-09-01 11:27:17 +01:00
Derek Stavis
135707b3d1 README: add a section documenting dotfiles usage 2015-08-31 20:39:54 -03:00
Derek Stavis
ce8b0d9df9 README: update doc to reflect install command changes 2015-08-31 20:39:54 -03:00
Derek Stavis
a76485be4f omf.help: update install command usage 2015-08-31 20:39:54 -03:00
Derek Stavis
102771b73c install: resolve bundle if existent, otherwise create file 2015-08-31 20:39:54 -03:00
Derek Stavis
0a195572a1 omf: install without arguments installs bundle 2015-08-31 20:39:54 -03:00
Derek Stavis
c6df5feba5 omf.remove_package: also remove from bundle 2015-08-31 20:39:21 -03:00
Derek Stavis
2535892c87 omf.install: insert installed packages into bundle 2015-08-31 20:39:21 -03:00
Derek Stavis
e8dcbb507b omf: add install_bundle function 2015-08-31 20:39:21 -03:00
Pablo Santiago Blum de Aguiar
20bdbbf26d Add gem package 2015-08-31 20:33:27 -03:00
Bruno
a8dc4c29fb Merge pull request #572 from scorphus/add-rvm-pkg-to-db
Add rvm package
2015-08-31 23:13:46 +01:00
Bruno
211284d354 Merge pull request #575 from derekstavis/registry/fix-agnoster
themes: make 'agnoster copy' back into 'agnoster'
2015-08-31 21:57:57 +01:00
Derek Stavis
a03b4ebaa5 themes: make 'agnoster copy' back into 'agnoster' 2015-08-31 17:44:30 -03:00
Bruno
ce29b4985c Merge pull request #573 from derekstavis/plugin/pbcopy
registry: add pbcopy plugin
2015-08-31 21:39:28 +01:00
Bruno
98870e8720 Merge pull request #574 from sheldon/describe-without-ruby
describe without ruby
2015-08-31 21:39:15 +01:00
Sheldon Els
99193d0e3a describe without ruby
no dependency on ruby & a little quicker. all credit to @derekstavis for the
cool regexs
2015-08-31 22:37:56 +02:00
Bruno
5b2446d7c9 Merge pull request #567 from sheldon/describe-installed-packages
describe works on installed packages
2015-08-31 21:08:03 +01:00
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
2015-08-31 22:04:51 +02:00
Derek Stavis
4cc06dabfd registry: add pbcopy plugin 2015-08-31 15:39:40 -03:00
Pablo Santiago Blum de Aguiar
8c1012253d Add rvm package 2015-08-31 15:09:16 -03:00
Bruno
0a32588f4b Merge pull request #570 from bobthecow/add-tab-plugin
Add updated tab plugin
2015-08-31 04:29:09 +01:00
Justin Hileman
6106f74652 Add updated tab plugin to omf registry. 2015-08-30 20:18:12 -07:00
Bruno
40e7080369 Merge pull request #569 from scorphus/add-bundler-pkg-to-db
Add bundler package
2015-08-31 01:34:16 +01:00
Pablo Santiago Blum de Aguiar
f6c78b1c96 Add bundler package 2015-08-30 21:27:11 -03:00
Justin Hileman
cd857cf22f Merge pull request #560 from fish-shell/do-not-convert-home
Do not convert `$HOME` when installing omf.
2015-08-30 16:48:00 -07:00
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.
2015-08-31 00:46:59 +01:00
Justin Hileman
9a1e413c12 Merge pull request #562 from sheldon/auto-complete-help
autocomplete help
2015-08-30 16:42:09 -07:00
Bruno
58dd270009 Merge pull request #565 from sheldon/new-packages
added brew & sublime packages
2015-08-31 00:41:22 +01:00
Sheldon Els
bb151756ca added brew & sublime packages 2015-08-30 15:49:28 +02:00
Sheldon Els
04e86fa00d autocomplete help 2015-08-30 15:32:18 +02:00
Jorge Bucaran
d41750fb45 Merge pull request #543 from benc/master
Adding maven plugin
2015-08-30 16:18:12 +09:00
Ben Cochez
80e2d8c80a Adding maven plugin 2015-08-30 09:07:21 +02:00