Commit Graph

1480 Commits (e04ba4f3f94e0acb34d4d896681e52cfbf61081e)
 

Author SHA1 Message Date
Derek Stavis acace9039c omf/templates: Align README headers based on omf's 9 years ago
Derek Willian Stavis bf75d4bb61 Merge pull request #139 from derekstavis/migrate-logo-to-svg
Revamp current logo, use SVG version on README
9 years ago
Derek Stavis ad00a83e37 README: Use SVG logo instead of PNG one
Use rawgit to serve assets with correct Content-Type.
9 years ago
Derek Stavis e4f1c2e021 Logo: Fine-tune logo, add a optimized SVG file
- Complete redraw with pixel alignment by design
- Use a image size of 1024 x 1024px
- Base logo alignments on iOS 7 icon grid
- Use background corner rounding of 48px
- Optimize SVG file with svgo tool (minification)
9 years ago
Derek Willian Stavis a0abd01426 Merge pull request #182 from coderstephen/master
registry: Add shark plugin
9 years ago
Stephen Coakley 3a9bb023f1 Add shark plugin 9 years ago
Derek Willian Stavis c5fbfd4be0 Merge pull request #181 from mrshu/patch-1
readme: Fix wrong link to FAQ
9 years ago
Marek Šuppa 3acfb0d9fc readme: Fix wrong link to FAQ
* The English README.md had a link to FAQ that does not work anymore
  given that it has been localized to `zh-CN` too. This commit makes
  sure that the link to FAQ in the English article points to the correct
  part of the correct file.
9 years ago
Derek Willian Stavis de84c9d4fb Merge pull request #180 from rzyns/pkg-php-version
registry: add php-version plugin
9 years ago
Janusz Dziurzyński 8bd6adc159 registry: add php-version plugin
omf port of php-version
9 years ago
Derek Willian Stavis 93ddd6f213 Merge pull request #149 from derekstavis/package-dependencies
Implement automatic dependency resolution
9 years ago
Derek Stavis 042657cdcf require: recursively require package dependencies 9 years ago
Derek Stavis fa88749da3 install: Implement package dependency installation 9 years ago
Derek Willian Stavis 2fa7a5eca2 Merge pull request #156 from derekstavis/registry/update-batman
registry: Update batman theme reference
9 years ago
Derek Stavis 77c1583a28 registry: Update batman theme reference 9 years ago
Derek Willian Stavis 544d811942 Merge pull request #166 from derekstavis/registry/add-bang-bang
registry: Add bang-bang package
9 years ago
Derek Stavis 5a4a99b288 registry: Add bang-bang package 9 years ago
Bruno f0b54b18ec Merge pull request #174 from fischerling/master
submit wd plugin.
9 years ago
Florian Fischer 60d62a6371 submit wd plugin.
wd (warp directory) lets you jump quickly to custom directories.
9 years ago
Bruno 96d67b8951 Merge pull request #172 from oh-my-fish/suppress-basename-output
Suppress basename usage output
9 years ago
Bruno Pinto f57ef1b4b5 Suppress basename usage output
When using basename without any arguments, a usage helper as following
is displayed:

```
usage: basename string [suffix]
       basename [-a] [-s suffix] string [...]
```

When listing the installed packages, if no theme was installed (e.g.
first installation), the `themes/` folder are empty and the usage helper
is displayed. This change addresses it by suppressing the message.
9 years ago
Bruno Pinto 1fbc29d172 Merge pull request #168 from lfiolhais/master 9 years ago
Luís Fiolhais 893ad235f2 Add simple-ass-prompt 9 years ago
Bruno 03de2806cc Merge pull request #145 from changyuheng/pr-theme-plain
Add theme plain
9 years ago
Chang Yu-heng 2c7b544929 Add theme plain 9 years ago
Bruno 7f390f7c91 Merge pull request #163 from derekstavis/fix-issue-161
Fix #161 by inverting test argument order
9 years ago
Derek Stavis 3fb8b3484b cli: fix #161 by inverting test argument order
Since `test` interprets arguments starting with a single dash as
options when comparing `test -h = --help` just swap parameter
orders as in `test --help = -h`. Also related to issue #161 is the
issue from fish repository at fish-shell/fish-shell#2332
9 years ago
Bruno 69caabfe89 Merge pull request #165 from haishanh/zh-CN-README-update
Update zh-CN README
9 years ago
haishanh 4a1ba2435f Update zh-CN README
- Add <Update Instructions>
 - Add <preview available Themes>
9 years ago
Bruno f935b4efe0 Merge pull request #143 from jcouyang/export
add pkg export
9 years ago
Jichao Ouyang e233efc7ca add pkg export
follow plugin naming convention
9 years ago
Bruno 0dd9a56015 Merge pull request #160 from derekstavis/fix-basename
Fix more wrong basename usage cases
9 years ago
Derek Stavis 00189cc6bf Fix more wrong basename usage cases 9 years ago
Bruno 6c30b2fac3 Merge pull request #159 from derekstavis/fix-basename
packages.list: Use basename -a with multiple paths
9 years ago
Derek Stavis bc5e434b76 packages.list: Use basename -a with multiple paths 9 years ago
Bruno f2041b0312 Merge pull request #157 from derekstavis/registry/update-battery
registry: Update battery plugin reference
9 years ago
Derek Stavis d2b2dc3438 registry: Update battery plugin reference 9 years ago
Bruno 80637074ce Merge pull request #158 from derekstavis/registry/add-basename-compat
registry: Add basename-compat package
9 years ago
Derek Stavis 83b847f87e registry: Add basename-compat package 9 years ago
Bruno b3fc4c9f05 Merge pull request #154 from Pyppe/theme-doc-namespace
Add namespaces to generate-themes-doc.fish
9 years ago
Pyry-Samuli Lahti d27d32034d Add namespaces to generate-themes-doc.fish
* Resolves oh-my-fish/oh-my-fish#116
9 years ago
Bruno c57fed2769 Merge pull request #144 from derekstavis/registry/add-technicolor
Add technicolor package
9 years ago
Derek Stavis f74833dd06 registry: Add technicolor package 9 years ago
Bruno 75937f6820 Merge pull request #153 from oh-my-fish/remove-basename
Remove `basename` from core library
9 years ago
Bruno Pinto 5f77a5db12 Remove `basename` from core library
The features added by this function are not used anywhere.

Fix #151
9 years ago
Bruno 0ac593a2bb Merge pull request #150 from derekstavis/autoload-erase-no-copy
autoload: Use `set -e` to remove components from paths
9 years ago
Derek Stavis bf44c45cd5 autoload: Use set -e to remove path from destination 9 years ago
Bruno 06b6b55a08 Merge pull request #133 from derekstavis/dry-omf-repo-pull
omf.repo.pull: Use helper functions to fix code repetition
9 years ago
Derek Stavis a1db5d5240 omf.repo.pull: Don't repeat yourself treatment 9 years ago
Bruno f95d18481e Merge pull request #141 from derekstavis/registry/add-fonts
registry: add fonts package
9 years ago