This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git.
Updated .
- 28 Aug, 2015 5 commits
- 
- 
Wes Morgan authoredLeave that up to the caller. 
- 
Bruno Pinto authoredLayout and links 
- 
Justin Hileman authoredPer 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. 
- 
Bruno authoredAdd local-config 
- 
Justin Hileman authored
 
- 
- 27 Aug, 2015 27 commits
- 
- 
Jorge Bucaran authored
- 
Bruno Pinto authored
- 
Jorge Bucaran authoredRename 'get' to 'install' 
- 
Jorge Bucaran authoredNo def plus template 
- 
Jorge Bucaran authored
- 
Jorge Bucaran authored
- 
Bruno Pinto authoredWe already use 'install' on the command description: 'Install one or more packages.' Also call update using 'u' instead of 'p'. 
- 
Jorge Bucaran authored
- 
Bruno authoredCurrent in use theme should not be deletable 
- 
Bruno Pinto authored`default` was doing nothing. 
- 
Jorge Bucaran authored
- 
Jorge Bucaran authored
- 
Jorge Bucaran authored
- 
Jorge Bucaran authoredRename `omf use` to `omf theme`. 
- 
Bruno Pinto authoredThe 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. 
- 
Bruno authoredUnited States of the Fish → Wahoo → Oh My Fish! 
- 
Jorge Bucaran authored
- 
Jorge Bucaran authored
- 
Jorge Bucaran authored
- 
- 
Jorge Bucaran authored
- 
Bruno authored
- 
- 
Jorge Bucaran authored
- 
Jorge Bucaran authored
- 
Bruno authored
- 
Bruno authored
 
- 
- 26 Aug, 2015 7 commits
- 
- 
Jorge Bucaran authored
- 
Bruno authoredOnly show deprecation warnings when omf is loaded. 
- 
Bruno authoredFix error handling when github API is unavailable. 
- 
Don authoredThe `exit` (instead of `return`) caused the shell to quit if there was an error with github. 
- 
Jorge Bucaran authoredREADME: add title and foreign-env plugins 
- 
Derek Willian Stavis authored
- 
Don authoredThe 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. 
 
- 
- 13 Aug, 2015 1 commit
- 
- 
Bruno authoredAdd omf commands for listing available plugins/themes and for downloading a plugin/theme 
 
- 
