Commit Graph

1035 Commits

Author SHA1 Message Date
Bruno
e116608c01 Merge pull request #526 from bobthecow/add-local-config
Add local-config
2015-08-27 18:16:18 +01:00
Justin Hileman
37debfd4f3 Add local-config 2015-08-27 10:15:03 -07:00
Jorge Bucaran
a1c319db73 fix template generator using incorrect variable USERNAME → USER 2015-08-27 10:28:00 +09:00
Bruno Pinto
aa8a770dea Forgot to rename get to install on README 2015-08-26 23:47:47 +01:00
Jorge Bucaran
fa46c0118e Merge pull request #519 from fish-shell/get-renamed-to-install
Rename 'get' to 'install'
2015-08-27 07:24:02 +09:00
Jorge Bucaran
62a195fa7b Merge pull request #518 from fish-shell/no-def-plus-template
No def plus template
2015-08-27 06:36:04 +09:00
Jorge Bucaran
7a7b0ff393 create empty theme config file during install 2015-08-27 06:15:17 +09:00
Jorge Bucaran
c855e0024c fix omf new theme and remove default theme 2015-08-27 06:04:24 +09:00
Bruno Pinto
24ab9a991b Rename 'get' to 'install'
We already use 'install' on the command description: 'Install one or
more packages.'

Also call update using 'u' instead of 'p'.
2015-08-26 21:19:40 +01:00
Jorge Bucaran
8850c84216 ignore themes directory 2015-08-27 04:41:38 +09:00
Bruno
d647f41bea Merge pull request #516 from fish-shell/fix-omf-remove
Current in use theme should not be deletable
2015-08-26 20:29:21 +01:00
Bruno Pinto
7f53f59ee6 Remove unused code
`default` was doing nothing.
2015-08-26 20:14:23 +01:00
Jorge Bucaran
c480308889 remove references to wa 2015-08-27 03:58:35 +09:00
Jorge Bucaran
bf52f5d57a fix basename polyfill 2015-08-27 03:55:16 +09:00
Jorge Bucaran
ed688aac2d fix use of older omf_use in omf_remove_package 2015-08-27 03:15:05 +09:00
Jorge Bucaran
d18d886c51 Merge pull request #514 from fish-shell/rename_use_to_theme
Rename `omf use` to `omf theme`.
2015-08-27 03:11:32 +09: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
Bruno
a9d78adc7a Merge pull request #512 from fish-shell/wahoofy
United States of the Fish → Wahoo → Oh My Fish!
2015-08-26 18:16:27 +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
e68f83ffeb fix omf_get_package typo 2015-08-27 02:06:18 +09:00
Jorge Bucaran
b7161bb0ac Merge branch 'wahoofy' of https://github.com/fish-shell/oh-my-fish into wahoofy 2015-08-27 02:05:23 +09:00
Jorge Bucaran
81be34a751 improve upgrade warning 2015-08-27 02:04:34 +09:00
Bruno
d2bfca7d63 wa -> omf 2015-08-26 18:03:22 +01: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
Jorge Bucaran
933e05f4e5 improve upgrade instructions 2015-08-27 01:48:40 +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
Bruno
4d628d5f43 Merge pull request #510 from ohspite/deprecation-warning
Only show deprecation warnings when omf is loaded.
2015-08-26 03:49:55 +01:00
Bruno
0f553bb7fb Merge pull request #511 from ohspite/api-error-handling
Fix error handling when github API is unavailable.
2015-08-26 03:48:30 +01:00
Don
3a68bd0dd7 Fix error handling when github API is unavailable.
The `exit` (instead of `return`) caused the shell to quit if there was
an error with github.
2015-08-25 21:13:35 -04:00
Jorge Bucaran
d9295fa20f Merge pull request #508 from derekstavis/patch-1
README: add title and foreign-env plugins
2015-08-26 07:48:01 +09:00
Derek Willian Stavis
b83ac458c7 README: add title and foreign-env plugins 2015-08-25 19:46:42 -03:00
Don
3a3daa06c2 Only show deprecation warnings when omf is loaded.
The oh-my-fish.fish startup file is sourced when changing themes after
the `fish_theme` variable is set.  The deprecation warning should only
be shown if the user sets the deprecated variables.
2015-08-25 14:20:18 -04:00
Bruno
1c3618b1cb Merge pull request #503 from farao/master
Add omf commands for listing available plugins/themes and for downloading a plugin/theme
2015-08-13 15:58:04 +01:00
Marius Melzer
080345981b remove installing a concrete plugin/theme from main cli of omf 2015-08-13 10:25:36 +02:00
Marius Melzer
6a3c257511 replace sed command in omf.remote to work on mac osx too 2015-08-13 10:21:49 +02:00
Marius Melzer
df3d9794ed add plugins/themes options to omf.helper 2015-08-12 19:26:10 +02:00
Marius Melzer
ccc8fd69f7 remove duplicated paste -sd ' ' - 2015-08-12 18:41:50 +02:00
Marius Melzer
0072934733 change cli and create omf.remote from get_all_repos 2015-08-12 18:06:42 +02:00
Marius Melzer
6d9bb3c2db add command explanations to omf.helper 2015-08-12 14:59:58 +02:00
Marius Melzer
66c232f0b1 Add show all available themes/plugins and download theme/plugin commands to omf 2015-08-12 14:57:25 +02:00
Bruno
193ac424db Merge pull request #499 from rholak/master
fixes #496 Do not throw warnings when theme is not set
2015-07-20 14:57:02 +01:00
Robert Holak
7d381d7cef fixes #496 Do not throw warnings when theme is not set 2015-07-20 08:50:06 -05:00
Jorge Bucaran
12abcea5a1 Merge pull request #492 from Nirma/fix_contributing
Fixed typo in CONTRIBUTING.md
2015-07-07 10:33:25 +09:00
Nicholas Maccharoli
342c6d9c0d Fixed typo in CONTRIBUTING.md 2015-07-07 02:47:51 +09:00
Justin Hileman
03043ab619 Merge pull request #484 from trenton42/patch-1
Updated link to theme switcher plugin
2015-06-18 05:51:25 -07:00
Trenton Broughton
0f96647017 Updated link to theme switcher plugin
Old link was 404
2015-06-17 20:52:32 -05:00