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
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
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
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
Dan Underwood
92c51768e0
Grammar
2015-08-28 11:59:16 +01:00
Dan Underwood
682acf77b5
Link to the FAQ to reduce ambiguity in README section on custom configuration.
2015-08-28 11:57:48 +01:00
Justin Hileman
0359ba047c
Merge $OMF_CONFIG
and $OMF_CUSTOM
.
...
Per conversation with @bpinto in Gitter.
There's no need for two separate directories. You don't have a `.git` and `.git-custom` folder, you just put your config in `.git` :)
The most straightforward interpretation of XDG basedir spec is that user configuration for omf would go in `~/.config/omf`, so let's put it there. The only question is whether omf-generated config (i.e. the `theme` file) should go there as well. By analogy with git, programmatically generated config should probably be merged in with user config. This also makes it so when a user clones their dotfiles to a new machine, both kinds of settings come with it.
2015-08-27 11:02:30 -07:00
Bruno Pinto
aa8a770dea
Forgot to rename get to install on README
2015-08-26 23:47:47 +01:00
Bruno Pinto
a9df3e1e98
Rename omf use
to omf theme
.
...
The first time I saw `use`, I thought I could use the command for
everything, including packages, but it's only used for themes. So, it's
better to have a clearer name.
2015-08-26 19:09:11 +01:00
Jorge Bucaran
41ce78a86a
fix FAQ link again
2015-08-27 02:11:17 +09:00
Jorge Bucaran
eab3cb5733
fix FAQ link
2015-08-27 02:09:37 +09:00
Jorge Bucaran
81be34a751
improve upgrade warning
2015-08-27 02:04:34 +09:00
Jorge Bucaran
f4147ffea1
Merge branch 'wahoofy' of https://github.com/fish-shell/oh-my-fish into wahoofy
2015-08-27 01:51:45 +09:00
Jorge Bucaran
159efd6fa2
add upgrade notice
2015-08-27 01:49:23 +09:00
Bruno
7a1d25e2cc
Fix travis badge URL.
2015-08-26 17:36:28 +01:00
Bruno
405449d84e
There is no bootstrap script.
2015-08-26 17:33:22 +01:00
Jorge Bucaran
2693a2fd18
%%% United States of the Fish → Wahoo + OMF %%%
2015-08-27 00:20:13 +09:00
Trenton Broughton
0f96647017
Updated link to theme switcher plugin
...
Old link was 404
2015-06-17 20:52:32 -05:00
André L. F. Pinto
886660d177
Fix outdated project information
2015-06-17 12:52:32 -03:00
Justin Hileman
189a1856f8
Link the Oh My Fish badge
...
… since it's likely that some plugin authors will simply copy that one, let's make it a link :)
2015-05-31 14:44:22 -07:00
Bruno
912e669454
Update gitter room
2015-05-31 17:51:33 +01:00
Bruno
6079b07c28
Fix Travis badge
2015-05-31 17:44:04 +01:00
Bruno Pinto
46f0a3f981
move fish functions to omf plugin
2015-05-31 13:13:23 +01:00
Lloyd Dewolf
7a4c53f8d2
Fix broken fish-spec link in CONTRIB~.md
...
Also
- Now the one inline link is also footnote.
- Consistent no hard wrap here and in README.md
2015-05-30 15:59:37 -07:00
Bruno
b224c36427
Simpler readme
2015-05-30 13:41:33 +01:00
Bruno
b1e5c429d0
Manual installation using wiki page
2015-05-30 13:29:57 +01:00
Bruno
9088be429b
Update README.md
2015-05-30 13:21:54 +01:00
Bruno
52c4896ea9
Update documentation
2015-05-30 13:11:54 +01:00
Josiah Sprague
b01b39ea79
Add installation note about config.fish
...
Add a note to make it clearer what happens to existing config.fish files when installing omf.
2015-04-30 12:46:10 -04:00
Bruno
e769d48247
Simplifying about section
2015-04-03 14:00:06 -03:00
Jorge Bucaran
77a7c463ea
Add Gitter badge.
2015-03-31 09:18:15 +09:00
Jorge Bucaran
944b59d2c2
Remove unrelated recipes
link
2015-03-31 08:35:00 +09:00
Jorge Bucaran
989ddcd837
Tweaking the README for more good.
2015-03-30 13:06:42 +09:00
Jorge Bucaran
f41345185a
Add better logo attribution. Thanks @marcker
2015-03-29 13:05:18 +09:00
Jorge Bucaran
2eb699854d
Add awesome sauce to README
2015-03-29 12:53:38 +09:00
Jorge Bucaran
b5db044a7e
Align badges 🤘
2015-03-29 12:48:31 +09:00
Jorge Bucaran
25bb8f2805
Align badges. 🤘
2015-03-29 12:47:58 +09:00
Jorge Bucaran
ab873d3649
Update README.md
2015-03-29 12:45:38 +09:00
Jorge
06c8df444e
Merge branch 'patch-1' of https://github.com/CyberShadow/oh-my-fish into CyberShadow-patch-1
2015-03-11 08:35:46 +09:00
Danny Arnold
8b76797c8c
use existent plugins as examples in the README.md
...
closing #397
2015-03-07 08:45:34 +01:00
Vladimir Panteleev
275f523ba9
Update README.md
...
Improve Markdown indentation
2015-03-01 00:48:50 +00:00
Vladimir Panteleev
006998f9c0
Update README.md
...
Fix Markdown list indentation
2015-03-01 00:30:17 +00:00
Jorge Bucaran
e38465768f
try plugin: quick theme switcher
2015-02-19 19:56:12 -02:00