mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
Remove mentions of master branch [skip ci]
[why] If we ever switch the default branch the links would break. So just say 'default branch' directly, whichever that may be. [note] CI workflows not changed, I do not know if there is an alias for the default branch available. Fixes: #971 (partially) Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
5b2edf9ecf
commit
b82bd819aa
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -5,7 +5,7 @@ _Please explain the changes you made here._
|
||||
|
||||
#### Requirements / Checklist
|
||||
|
||||
- [ ] Read the [Contributing Guidelines](https://github.com/ryanoasis/nerd-fonts/blob/master/contributing.md)
|
||||
- [ ] Read the [Contributing Guidelines](https://github.com/ryanoasis/nerd-fonts/blob/-/contributing.md)
|
||||
- [ ] Verified the license of any newly added font, glyph, or glyph set
|
||||
|
||||
#### What does this Pull Request (PR) do?
|
||||
|
2
LICENSE
2
LICENSE
@ -4,7 +4,7 @@ There are various sources used under various licenses:
|
||||
|
||||
* Nerd Fonts source fonts, patched fonts, and folders with explict OFL SIL files are licensed under SIL OPEN FONT LICENSE Version 1.1 (see below).
|
||||
* Nerd Fonts original source code files (such as `.sh`, `.py`, `font-patcher` and others) are licensed under the MIT License (MIT) (see below).
|
||||
* Many other licenses are present in this project for even more detailed breakdown see: [License Audit](https://github.com/ryanoasis/nerd-fonts/blob/master/license-audit.md).
|
||||
* Many other licenses are present in this project for even more detailed breakdown see: [License Audit](https://github.com/ryanoasis/nerd-fonts/blob/-/license-audit.md).
|
||||
|
||||
## Source files not in folders containing an explicit license are using the MIT License (MIT)
|
||||
|
||||
|
@ -35,7 +35,7 @@ try:
|
||||
except ImportError:
|
||||
sys.exit(projectName + ": FontForge module could not be loaded. Try installing fontforge python bindings [e.g. on Linux Debian or Ubuntu: `sudo apt install fontforge python-fontforge`]")
|
||||
|
||||
parser = argparse.ArgumentParser(description='Nerd Fonts Glyph Info Generator: displays code point and glyph names from given set\n\n* Website: https://www.nerdfonts.com\n* Version: ' + version + '\n* Development Website: https://github.com/ryanoasis/nerd-fonts\n* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md', formatter_class=RawTextHelpFormatter)
|
||||
parser = argparse.ArgumentParser(description='Nerd Fonts Glyph Info Generator: displays code point and glyph names from given set\n\n* Website: https://www.nerdfonts.com\n* Version: ' + version + '\n* Development Website: https://github.com/ryanoasis/nerd-fonts\n* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md', formatter_class=RawTextHelpFormatter)
|
||||
parser.add_argument('-start', '--start', type=str, nargs='?', dest='symbolFontStart', help='The starting unicode hex codepoint')
|
||||
parser.add_argument('-end', '--end', type=str, nargs='?', dest='symbolFontEnd', help='The ending unicode hex codepoint')
|
||||
parser.add_argument('-offset', '--offset', type=str, nargs='?', dest='symbolOffset', help='The amount (in hex) to offset the range by for the source font')
|
||||
|
@ -17,7 +17,7 @@
|
||||
<iconUrl>https://imgur.com/pEDFEje</iconUrl>
|
||||
<!-- <copyright>Year Software Vendor</copyright> -->
|
||||
<!-- If there is a license Url available, it is required for the community feed -->
|
||||
<licenseUrl>https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/LICENSE</licenseUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/ryanoasis/nerd-fonts/-/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<projectSourceUrl>https://github.com/ryanoasis/nerd-fonts</projectSourceUrl>
|
||||
<docsUrl>https://github.com/ryanoasis/nerd-fonts/wiki</docsUrl>
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
## How to contribute summary
|
||||
|
||||
* Fork the project from the `master` branch and submit a Pull Request (PR)
|
||||
* Fork the project and submit a Pull Request (PR)
|
||||
* Explain what the PR fixes or improves
|
||||
* Screenshots for bonus points
|
||||
* Use sensible commit messages
|
||||
@ -74,9 +74,9 @@ Common types for this project include: `code`, `doc`, `translation`, `review` .F
|
||||
|
||||
* Smaller Pull Requests are likely to be merged more quickly than bigger changes
|
||||
* This project is using a [KISS Workflow][]
|
||||
* Pull Requests and bugfixes are directly merged into `master` after sanity testing
|
||||
* `master` is basically consider the main developer branch
|
||||
* We no longer wait to get changes into master when there is a release/milestone/version!
|
||||
* Pull Requests and bugfixes are directly merged into the default branch after sanity testing
|
||||
* The default branch is basically consider the main developer branch
|
||||
* We no longer wait to get changes into the default branch when there is a release/milestone/version!
|
||||
* the release branches and version tags are considered stable and frozen
|
||||
* This project is using [Semantic Versioning 2.0.0](http://semver.org/)
|
||||
* If a bugfix or PR is *not* trivial it will likely end up in the next **MINOR** version
|
||||
@ -106,8 +106,8 @@ Common types for this project include: `code`, `doc`, `translation`, `review` .F
|
||||
<!-- link references -->
|
||||
|
||||
[pulls]: https://github.com/ryanoasis/nerd-fonts/pulls
|
||||
[Features Section]: https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md#features
|
||||
[Combinations Section]: https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md#combinations
|
||||
[Patched Fonts]: https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md#patched-fonts
|
||||
[Features Section]: https://github.com/ryanoasis/nerd-fonts/blob/-/readme.md#features
|
||||
[Combinations Section]: https://github.com/ryanoasis/nerd-fonts/blob/-/readme.md#combinations
|
||||
[Patched Fonts]: https://github.com/ryanoasis/nerd-fonts/blob/-/readme.md#patched-fonts
|
||||
[KISS Workflow]: https://github.com/ryanoasis/nerd-fonts/wiki/Development-Workflow#kiss-workflow
|
||||
[First PR]: https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github
|
||||
|
@ -6,7 +6,7 @@
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
|
||||
# Change the script version when you edit this script:
|
||||
script_version = "3.1.1"
|
||||
script_version = "3.1.2"
|
||||
|
||||
version = "2.3.0-RC"
|
||||
projectName = "Nerd Fonts"
|
||||
@ -573,7 +573,7 @@ class font_patcher:
|
||||
"* Website: https://www.nerdfonts.com\n"
|
||||
"* Version: " + version + "\n"
|
||||
"* Development Website: https://github.com/ryanoasis/nerd-fonts\n"
|
||||
"* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md"
|
||||
"* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md"
|
||||
)
|
||||
|
||||
familyname = replace_font_name(familyname, reservedFontNameReplacements)
|
||||
@ -1279,7 +1279,7 @@ def setup_arguments():
|
||||
'* Website: https://www.nerdfonts.com\n'
|
||||
'* Version: ' + version + '\n'
|
||||
'* Development Website: https://github.com/ryanoasis/nerd-fonts\n'
|
||||
'* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md'),
|
||||
'* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md'),
|
||||
formatter_class=RawTextHelpFormatter
|
||||
)
|
||||
|
||||
|
10
readme.md
10
readme.md
@ -286,7 +286,7 @@ git sparse-checkout add patched-fonts/JetBrainsMono
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
_Note:_ deprecated alternative paths: `~/.fonts`
|
||||
@ -294,7 +294,7 @@ _Note:_ deprecated alternative paths: `~/.fonts`
|
||||
#### macOS (OS X)
|
||||
|
||||
```sh
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
### `Option 7: Unofficial Arch User Repository (AUR)`
|
||||
@ -390,7 +390,7 @@ Nerd Fonts Font Patcher: patches a given font with programming and development r
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
positional arguments:
|
||||
font The path to the font to patch (e.g., Inconsolata.otf)
|
||||
@ -582,8 +582,8 @@ Link References
|
||||
[dank]:https://dank.sh/
|
||||
|
||||
[release]:https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[LICENSE]:https://github.com/ryanoasis/nerd-fonts/blob/master/LICENSE
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[LICENSE]:https://github.com/ryanoasis/nerd-fonts/blob/-/LICENSE
|
||||
[prs]:http://makeapullrequest.com "Make a Pull Request (external link) ➶"
|
||||
|
||||
<!--
|
||||
|
10
readme_cn.md
10
readme_cn.md
@ -131,7 +131,7 @@ _如果你..._
|
||||
### [Powerline Extra Symbols][ryanoasis-powerline-extra-symbols]
|
||||
> 提供额外的 Powerline separator 字体 和 a column number glyph (CN). / ([repo][ryanoasis-powerline-extra-symbols])
|
||||
|
||||
![image](https://raw.githubusercontent.com/ryanoasis/powerline-extra-symbols/master/fontforge.png)
|
||||
![image](https://raw.githubusercontent.com/ryanoasis/powerline-extra-symbols/-/fontforge.png)
|
||||
|
||||
### [IEC Power Symbols][website-iecpower]
|
||||
> 向Unicode中加入新字符 / ([website][website-iecpower])
|
||||
@ -312,7 +312,7 @@ git clone --depth 1
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
_注:_ deprecated alternative paths: `~/.fonts`
|
||||
@ -320,7 +320,7 @@ _注:_ deprecated alternative paths: `~/.fonts`
|
||||
#### macOS (OS X)
|
||||
|
||||
```sh
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
### `选项7: 非官方 Arch User Repository (AUR)`
|
||||
@ -398,7 +398,7 @@ Nerd Fonts Font Patcher: patches a given font with programming and development r
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
positional arguments:
|
||||
font The path to the font to patch (e.g., Inconsolata.otf)
|
||||
@ -564,7 +564,7 @@ Link References
|
||||
[pragmatapro]:https://www.fsd.it/shop/fonts/pragmatapro/
|
||||
|
||||
[release]:https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[prs]:http://makeapullrequest.com "Make a Pull Request (external link) ➶"
|
||||
|
||||
<!--
|
||||
|
@ -259,7 +259,7 @@ git clone --depth 1
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
Nota:_ Rutas alternativas deprecadas: `~/.fonts`
|
||||
@ -267,7 +267,7 @@ Nota:_ Rutas alternativas deprecadas: `~/.fonts`
|
||||
#### macOS (OS X)
|
||||
|
||||
```sh
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
### `Opción 7: Repositorio de Usuarios de Arch (AUR) No Oficial`
|
||||
@ -346,7 +346,7 @@ Parchador de fuentes Nerd Fonts: parcha una fuente dada con glifos relacionados
|
||||
* Sitio web: https://www.nerdfonts.com
|
||||
* Versión: 2.2.2
|
||||
* Sitio de Desarrollo: https://github.com/ryanoasis/nerd-fonts
|
||||
* Registro de Cambios: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* Registro de Cambios: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
argumentos posicionales:
|
||||
font Ruta a la fuente a parchar (e.g., Inconsolata.otf)
|
||||
@ -528,7 +528,7 @@ Link References
|
||||
[dank]:https://dank.sh/
|
||||
|
||||
[release]:https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[prs]:http://makeapullrequest.com "Make a Pull Request (external link) ➶"
|
||||
|
||||
<!--
|
||||
|
@ -337,7 +337,7 @@ git clone --depth 1
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
_Note:_ chemins alternatifs dépréciés: `~/.fonts`
|
||||
@ -345,7 +345,7 @@ _Note:_ chemins alternatifs dépréciés: `~/.fonts`
|
||||
#### macOS (OS X)
|
||||
|
||||
```sh
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
### `Option 7: Dépôts non-officiel Arch User (AUR)`
|
||||
@ -424,7 +424,7 @@ Nerd Fonts Font Patcher: patches a given font with programming and development r
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
positional arguments:
|
||||
font The path to the font to patch (e.g., Inconsolata.otf)
|
||||
@ -599,7 +599,7 @@ Link References
|
||||
[pragmatapro]:https://www.fsd.it/shop/fonts/pragmatapro/
|
||||
|
||||
[release]:https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[prs]:http://makeapullrequest.com "Make a Pull Request (external link) ➶"
|
||||
|
||||
<!--
|
||||
|
@ -283,7 +283,7 @@ git sparse-checkout add patched-fonts/JetBrainsMono
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
_ध्यान दें:_बहिष्कृत वैकल्पिक पथ:`~/.fonts`
|
||||
@ -291,7 +291,7 @@ _ध्यान दें:_बहिष्कृत वैकल्पिक
|
||||
#### मैकओएस (ओएस एक्स)
|
||||
|
||||
```sh
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
### `विकल्प 7: अनौपचारिक आच् यूजर रिपोजिटरी (AUR)`
|
||||
@ -382,7 +382,7 @@ usage: font-patcher [-h] [-v] [-s] [-l] [-q] [-w] [-c] [--careful]
|
||||
* वेबसाइट: https://www.nerdfonts.com
|
||||
* संस्करण: 2.2.2
|
||||
* विकास वेबसाइट: https://github.com/ryanoasis/nerd-fonts
|
||||
* बदलाव का लॉग: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* बदलाव का लॉग: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
स्थितीय तर्क:
|
||||
font फ़ॉन्ट को पैच करने का पथ (उदा., Inconsolata.otf)
|
||||
@ -596,7 +596,7 @@ Link References
|
||||
|
||||
[release]: https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶"
|
||||
|
||||
[coc]: https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[coc]: https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
|
||||
[prs]: http://makeapullrequest.com "Make a Pull Request (external link) ➶"
|
||||
|
||||
|
@ -260,7 +260,7 @@ git clone --depth 1
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
_Nota:_ path alternativo deprecato: `~/.fonts`
|
||||
@ -268,7 +268,7 @@ _Nota:_ path alternativo deprecato: `~/.fonts`
|
||||
#### macOS (OS X)
|
||||
|
||||
```sh
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
### `Opzione 7: Arch User Repositories Non Ufficiali (AUR)`
|
||||
@ -347,7 +347,7 @@ Nerd Fonts Font Patcher: patches a given font with programming and development r
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
positional arguments:
|
||||
font The path to the font to patch (e.g., Inconsolata.otf)
|
||||
@ -529,7 +529,7 @@ Link References
|
||||
[dank]:https://dank.sh/
|
||||
|
||||
[release]:https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[prs]:http://makeapullrequest.com "Make a Pull Request (external link) ➶"
|
||||
|
||||
<!--
|
||||
|
@ -256,7 +256,7 @@ git clone --depth 1
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
_注意_: 以前別の選択肢として利用できたパス (`~/.fonts`) は deprecated になりました。
|
||||
@ -264,7 +264,7 @@ _注意_: 以前別の選択肢として利用できたパス (`~/.fonts`) は d
|
||||
#### macOS (OS X)
|
||||
|
||||
```sh
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
### `その 7: 非公式 Arch User Repository (AUR)`
|
||||
@ -342,7 +342,7 @@ Nerd Fonts Font Patcher: patches a given font with programming and development r
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
positional arguments:
|
||||
font パッチを当てるフォントのパス。(例: Inconsolata.otf)
|
||||
@ -524,7 +524,7 @@ Link References
|
||||
[dank]:https://dank.sh/
|
||||
|
||||
[release]:https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[prs]:http://makeapullrequest.com "Make a Pull Request (external link) ➶"
|
||||
|
||||
<!--
|
||||
|
@ -258,7 +258,7 @@ git clone --depth 1
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
_주의:_ 사용되지 않는 대체 경로: `~/.fonts`
|
||||
@ -266,7 +266,7 @@ _주의:_ 사용되지 않는 대체 경로: `~/.fonts`
|
||||
#### macOS (OS X)
|
||||
|
||||
```sh
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
### `옵션 7: 비공식 Arch User Repository (AUR)`
|
||||
@ -343,7 +343,7 @@ Nerd Fonts Font Patcher: patches a given font with programming and development r
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
positional arguments:
|
||||
font The path to the font to patch (e.g., Inconsolata.otf)
|
||||
@ -525,7 +525,7 @@ Link References
|
||||
[dank]:https://dank.sh/
|
||||
|
||||
[release]:https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[prs]:http://makeapullrequest.com "Make a Pull Request (external link) ➶"
|
||||
|
||||
<!--
|
||||
|
@ -332,7 +332,7 @@ git clone --depth 1
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
_Uwaga:_ przestarzała ścieżka alternatywna: `~/.fonts`
|
||||
@ -340,7 +340,7 @@ _Uwaga:_ przestarzała ścieżka alternatywna: `~/.fonts`
|
||||
#### macOS (OS X)
|
||||
|
||||
```sh
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
### `Opcja 7: Nieoficjalne Arch User Repository (AUR)`
|
||||
@ -419,7 +419,7 @@ Nerd Fonts Font Patcher: patches a given font with programming and development r
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
positional arguments:
|
||||
font The path to the font to patch (e.g., Inconsolata.otf)
|
||||
@ -599,7 +599,7 @@ Link References
|
||||
[dank]:https://dank.sh/
|
||||
|
||||
[release]:https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[prs]:http://makeapullrequest.com "Make a Pull Request (external link) ➶"
|
||||
|
||||
<!--
|
||||
|
@ -256,7 +256,7 @@ git clone --depth 1
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
_Note:_ caminhos alternativos deprecados: `~/.fonts`
|
||||
@ -264,7 +264,7 @@ _Note:_ caminhos alternativos deprecados: `~/.fonts`
|
||||
#### macOS (OS X)
|
||||
|
||||
```sh
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
### `Opção 7: Repositório do Utilizador do Arch (AUR) não-oficial (Arch Linux`
|
||||
@ -343,7 +343,7 @@ Modificador de Fontes Nerd Fonts: modifica uma determinada fonte com glifos rela
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Versão: 2.2.2
|
||||
* Website do desenvolvimento: https://github.com/ryanoasis/nerd-fonts
|
||||
* Histórico de alterações: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* Histórico de alterações: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
argumentos posicionais:
|
||||
font Caminho para a fonte a ser modificada (por exemplo, Inconsolata.otf)
|
||||
@ -525,7 +525,7 @@ Referências das ligações
|
||||
[dank]:https://dank.sh/
|
||||
|
||||
[release]:https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[prs]:http://makeapullrequest.com "Make a Pull Request (external link) ➶"
|
||||
|
||||
<!--
|
||||
|
10
readme_ru.md
10
readme_ru.md
@ -131,7 +131,7 @@ _Если Вы..._
|
||||
### [Powerline Extra Symbols][ryanoasis-powerline-extra-symbols]
|
||||
> Предоставляет дополнительные символы разделителей и символ номера столбца (CN). / ([репозиторий][ryanoasis-powerline-extra-symbols])
|
||||
|
||||
![image](https://raw.githubusercontent.com/ryanoasis/powerline-extra-symbols/master/fontforge.png)
|
||||
![image](https://raw.githubusercontent.com/ryanoasis/powerline-extra-symbols/-/fontforge.png)
|
||||
|
||||
### [IEC Power Symbols][website-iecpower]
|
||||
> Добавляет новые символы в Unicode / ([сайт][website-iecpower])
|
||||
@ -312,7 +312,7 @@ git clone --depth 1
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
_Внимание:_ устаревшие альтернативные пути: `~/.fonts`
|
||||
@ -320,7 +320,7 @@ _Внимание:_ устаревшие альтернативные пути:
|
||||
#### macOS (OS X)
|
||||
|
||||
```sh
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
### `Вариант 7: Пользовательский репозиторий Arch (AUR)`
|
||||
@ -398,7 +398,7 @@ Nerd Fonts Font Patcher: patches a given font with programming and development r
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
positional arguments:
|
||||
font The path to the font to patch (e.g., Inconsolata.otf)
|
||||
@ -564,7 +564,7 @@ Link References
|
||||
[pragmatapro]:https://www.fsd.it/shop/fonts/pragmatapro/
|
||||
|
||||
[release]:https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[coc]:https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[prs]:http://makeapullrequest.com "Make a Pull Request (external link) ➶"
|
||||
|
||||
<!--
|
||||
|
10
readme_tw.md
10
readme_tw.md
@ -285,7 +285,7 @@ git sparse-checkout add patched-fonts/JetBrainsMono
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
_註:_ deprecated alternative paths: `~/.fonts`
|
||||
@ -293,7 +293,7 @@ _註:_ deprecated alternative paths: `~/.fonts`
|
||||
#### macOS (OS X)
|
||||
|
||||
```sh
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
### `選項7: 非官方 Arch User Repository (AUR)`
|
||||
@ -390,7 +390,7 @@ Nerd Fonts Font Patcher: patches a given font with programming and development r
|
||||
* Website: https://www.nerdfonts.com
|
||||
* Version: 2.2.2
|
||||
* Development Website: https://github.com/ryanoasis/nerd-fonts
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
positional arguments:
|
||||
font The path to the font to patch (e.g., Inconsolata.otf)
|
||||
@ -574,8 +574,8 @@ Link References
|
||||
[operator]: https://www.typography.com/fonts/operator/
|
||||
[dank]: https://dank.sh/
|
||||
[release]: https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶"
|
||||
[coc]: https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[license]: https://github.com/ryanoasis/nerd-fonts/blob/master/LICENSE
|
||||
[coc]: https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[license]: https://github.com/ryanoasis/nerd-fonts/blob/-/LICENSE
|
||||
[prs]: http://makeapullrequest.com "Make a Pull Request (external link) ➶"
|
||||
|
||||
<!--
|
||||
|
@ -258,7 +258,7 @@ git clone --depth 1
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.local/share/fonts
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/.local/share/fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
_Примітка:_ застарілі альтернативні шляхи: `~/.fonts`
|
||||
@ -266,7 +266,7 @@ _Примітка:_ застарілі альтернативні шляхи: `~
|
||||
#### macOS (OS X)
|
||||
|
||||
```sh
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/-/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf
|
||||
```
|
||||
|
||||
### `Варіант 7: Неофіційні репозиторії користувачів Arch (AUR)`
|
||||
@ -340,7 +340,7 @@ The list is not complete, but you can [search for a complete list here](https://
|
||||
* Веб-сайт: https://www.nerdfonts.com
|
||||
* Версія: 2.2.2
|
||||
* Веб-сайт для розробки: https://github.com/ryanoasis/nerd-fonts
|
||||
* Журнал змін: https://github.com/ryanoasis/nerd-fonts/blob/master/changelog.md
|
||||
* Журнал змін: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md
|
||||
|
||||
позиційні аргументи:
|
||||
font Шлях до шрифту для виправлення (наприклад Inconsolata.otf)
|
||||
@ -548,7 +548,7 @@ The list is not complete, but you can [search for a complete list here](https://
|
||||
|
||||
[release]: https://github.com/ryanoasis/nerd-fonts/releases/latest "Latest Release (external link) ➶"
|
||||
|
||||
[coc]: https://github.com/ryanoasis/nerd-fonts/blob/master/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
[coc]: https://github.com/ryanoasis/nerd-fonts/blob/-/code_of_conduct.md "Contributor Covenant Code of Conduct"
|
||||
|
||||
[prs]: http://makeapullrequest.com "Make a Pull Request (external link) ➶"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user