Commit Graph

1779 Commits (7aee034a80bd2e50e2a0b50d9f2689ef5231f50f)
 

Author SHA1 Message Date
Pablo Aguiar 7aee034a80 Create SECURITY.md 2 years ago
Pablo Santiago Blum de Aguiar 05616d85e9 README: Use GitHub for the install script
Relying on some external domain seems like a bad idea after so many
recurring issues. We're certainly better off with a slightly longer URL.

Fix #867
3 years ago
Pablo Santiago Blum de Aguiar da109ff44e workflow: Update virtual environments 3 years ago
Brian Thompson 59de68c4ca
Change to correct argument to report accurate error message (#853)
* Change to correct argument to report accurate error message

* Update pkg/omf/functions/cli/omf.cli.theme.fish

Co-authored-by: Pablo Aguiar <scorphus@gmail.com>

Co-authored-by: Pablo Aguiar <scorphus@gmail.com>
3 years ago
Marcelo dos Santos Mafra 0b1396ad79
Change "install" to "activate" to make omf theme doc clearer (#816)
* As omf theme <name> won't install a theme per se, changing "install" to "activate" seems clearer. So omf theme will list installed and available themes, activate a installed one, but won't install one.

* As omf theme <name> won't install a theme per se, changing "install" to 
"activate" seems clearer. So omf theme will list installed and available 
themes, activate a installed one, but won't install one.
3 years ago
fdeitylink a17107e186 packages: improve theme detection in installation 3 years ago
fdeitylink 53d37a9893 packages: do not set default pkg branch to master 3 years ago
Pablo Santiago Blum de Aguiar f959596189 Update the screenshot of boxfish
Ref.: joelwanner/theme-boxfish#1
3 years ago
Iago S 9886b88d66
Fix links and spacing for translated documentations (#808)
* docs: fix links

fix es-ES links

fix nl-NL links

fix uk-UA links

fix zh-CN links

* docs: fix README link to FAQ in nl-NL

Fix the link that slip away.

Thanks @scorphus

Co-authored-by: Pablo Aguiar <scorphus@gmail.com>
3 years ago
Pablo Santiago Blum de Aguiar 3eb76e105f Change table structure 3 years ago
Justin Hileman 45bde32fda Regenerate Themes.md
- Add barracuda and solarfish

Update bobthefish readme contents
3 years ago
Pablo Santiago Blum de Aguiar be7e05bf46 workflow: Send no notification on Slack
This is somehow useless as secrets are not passed to action runners when
the workflow is triggered from a forked repository (for obvious reasons)
3 years ago
Pablo Santiago Blum de Aguiar 4f40aee133 Themes.md: Show a table of themes instead of a long list 3 years ago
Pablo Aguiar 58a9ac6609
Fix theme URL in pt-BR README (#532)
Co-authored-by: Noa <146050u54@gmail.com>
3 years ago
Pablo Aguiar ac1c980a76
Make `generate-themes-doc` usable and update Themes.md (#806)
I didn't have much time to invest in `tools/generate-themes.doc.fish`,
unfortuntely. It's far from perfect, but fairly usable. Please, refer
to instructions in the header.

Fix #795, #800, #771
3 years ago
Pablo Santiago Blum de Aguiar 79e1b05494 Update build status badge and link 3 years ago
Pablo Santiago Blum de Aguiar dff781c080 Move build from TravisCI to GitHub Actions 4 years ago
Pablo Santiago Blum de Aguiar 85afe3c41d Make math usage in fish-spec backwards compatible 4 years ago
Pablo Santiago Blum de Aguiar 1c14af38b9 Fix mismatched brackets error in `omf list` on Fish 2.2
Ref #707
4 years ago
Pablo Santiago Blum de Aguiar b2643e95a2 Assert output content in basic tests 4 years ago
YangKeao df20117be7
Add branch information for install and update package (#685)
* Install package according to branch information in repo

* Add branch information for update package

* add double quotes for $branch

Signed-off-by: Yang Keao <keao.yang@yahoo.com>
3 years ago
Andy Chen 747ac1d142
Fix translation (#715)
* Fix translation

* README(zh-CN): add url example
4 years ago
Hernawan Faïz Abdillah f8e09ca604
Fix double slash in index path (#775)
* Fix double slash in index path

Double slash might disturb comparison and make them false positive.

* Fix compatibility with older fish shell

Suggested by @faho [here](https://github.com/oh-my-fish/oh-my-fish/pull/775#issuecomment-736224485).
4 years ago
Johannes Altmanninger 0a32584476 Fix error when inside a bare git repository
For example, "git diff" would print
"fatal: this operation must be run in a work tree"

We could still run git_branch_name in bare repositories in future.
4 years ago
Johannes Altmanninger b1b10c333d
Check whether we are inside the worktree (#651)
Some git commands require to be run from inside the worktree (as opposed
    to the git dir, although it's usually in .git). This commit adds
a function git_is_worktree to check this. It is used for the commands
that need the worktree instead of git_is_repo.

An alternative solution might have been to find the git worktree in the
parent of the git directory, but this doesn't work for all cases.
Generally it's impossible to detect the location of the worktree (plus
    it's not unique).

Co-authored-by: Pablo Aguiar <scorphus@gmail.com>
4 years ago
Justin Hileman e7a8e74f19
Merge pull request #707 from m4rkforks/master
Fix bug when creating new theme
4 years ago
Pablo Santiago Blum de Aguiar ea1119c61d Standardize documentation header links
Add missing links, reorder alphabetically, and fix spacing issues.
4 years ago
Heimen Stoffels ba8b282333 Add nl-NL 4 years ago
Heimen Stoffels bba7ef44c2 Update README.md 4 years ago
Heimen Stoffels bb390cdc22 Add Dutch translation 4 years ago
Heimen Stoffels bc4239e012 Add files via upload 4 years ago
Heimen Stoffels 0d2da353bd Add Dutch translation of FAQ.md 4 years ago
Heimen Stoffels 49e190df66 Add nl-NL 4 years ago
Ninamma Rai a5ca1fbe46 Fix typo 4 years ago
Pablo Santiago Blum de Aguiar 4ff9981ac2 CHANGELOG: Add missing link to v7 tag 4 years ago
Pablo Santiago Blum de Aguiar 92a572d8cd CHANGELOG: Add updates for version 7 4 years ago
Pablo Santiago Blum de Aguiar 00f41ef3ad .github: Update templates according to version 7 4 years ago
Pablo Santiago Blum de Aguiar a2d744494a README: Fix a typo 4 years ago
Justin Hileman d10bbe9f38 Try without sudo on Travis 4 years ago
Justin Hileman 9973142b12 Generate updated AUTHORS list.
Note that this includes a little bit of manual deduplication, as we have several contributors who have used different names for the same email address (or different email addresses for the same name?). Future updates to this list will need to manually dedupe as well.
4 years ago
Justin Hileman 4d18ff5dab Update author generation script to retain existing ones. 4 years ago
Frederick Henderson 5b9c4b4b68
Fixes #738 by changing the git config autocrlf test to check for what… (#742)
Fixes #738 by changing the git config autocrlf test to check for what we do not want to see "false".

Instead of trying to convert the output of git config autocrlf to binary, which will not always work as "input" is also a valid value in addition to true and false, we check for the value false and exit if it is found.
4 years ago
Justin Hileman 2ce0d8ae1d Update logo.png (and logo.svg)
- Make logo.png 1024x1024 as originally intended
- Apply lossless compression (now 10k instead of 17k)
- Normalize logo.svg's viewbox, which probably caused the incorrectly sized logo.png in the first place

Fixes #737
4 years ago
Justin Hileman b0b1af7389
Merge pull request #739 from victorhck/master
Fix some typos in Spanish README
4 years ago
Justin Hileman a1f50f6769
Merge pull request #740 from asedel/master
fix one more caret error
4 years ago
Adam Edelstein 6e5cae8c94 fix one more caret error 4 years ago
Victorhck fa40b93f3f fix typos in Spanish Readme 4 years ago
Victorhck b2b7cd9648 Merge remote-tracking branch 'upstream/master' 4 years ago
Victorhck 6adc397b75
Spanish translation for Documentation (#724) 4 years ago
Joel Burget 6b2ce5ca80 Update install sha256 in README. 5 years ago