Skip to content
Snippets Groups Projects
  1. Oct 04, 2015
    • Bruno Pinto's avatar
      Resolve #30: omf doctor command · bc0d4847
      Bruno Pinto authored
      In order to pro-actively diagnose an issue on someone's computer, a
      `omf doctor' command is being added. This command will initially check
      errors that could cause a theme to not be loaded, but in the future more
      checks are going to be added to prevent issues from being created for
      problems that are fixable by the Oh My Fish user alone.
      bc0d4847
  2. Oct 03, 2015
  3. Sep 30, 2015
  4. Sep 06, 2015
  5. Sep 04, 2015
  6. Aug 28, 2015
    • Justin Hileman's avatar
      Merge `$OMF_CONFIG` and `$OMF_CUSTOM`. · 0359ba04
      Justin Hileman authored
      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.
      0359ba04
  7. Aug 27, 2015
  8. Aug 26, 2015