Skip to content

Commit

Permalink
AU: 47 updated - nerd-fonts-AnonymousPro nerd-fonts-Arimo nerd-fonts-…
Browse files Browse the repository at this point in the history
…AurulentSansMono nerd-fonts-BigBlueTerminal nerd-fonts-BitstreamVeraSansMono nerd-fonts-CascadiaCode nerd-fonts-CodeNewRoman nerd-fonts-Cousine nerd-fonts-DaddyTimeMono nerd-fonts-DejaVuSansMono nerd-fonts-DroidSansMono nerd-fonts-FantasqueSansMono nerd-fonts-FiraCode nerd-fonts-FiraMono nerd-fonts-Gohu nerd-fonts-Go-Mono nerd-fonts-Hack nerd-fonts-Hasklig nerd-fonts-HeavyData nerd-fonts-Hermit nerd-fonts-IBMPlexMono nerd-fonts-Inconsolata nerd-fonts-InconsolataGo nerd-fonts-InconsolataLGC nerd-fonts-Iosevka nerd-fonts-JetBrainsMono nerd-fonts-Lekton nerd-fonts-LiberationMono nerd-fonts-Meslo nerd-fonts-Monofur nerd-fonts-Monoid nerd-fonts-Mononoki nerd-fonts-MPlus nerd-fonts-Noto nerd-fonts-OpenDyslexic nerd-fonts-Overpass nerd-fonts-ProFont nerd-fonts-ProggyClean nerd-fonts-RobotoMono nerd-fonts-ShareTechMono nerd-fonts-SourceCodePro nerd-fonts-SpaceMono nerd-fonts-Terminus nerd-fonts-Tinos nerd-fonts-Ubuntu nerd-fonts-UbuntuMono nerd-fonts-VictorMono

[skip ci] https://gist.github.com/658441c4e182965a9488e81886b0c549/e8f7d774b1abfbec4e98786de344433ccc256108
  • Loading branch information
sumo300 committed Sep 29, 2021
1 parent b7fb560 commit ffd782b
Show file tree
Hide file tree
Showing 137 changed files with 27,283 additions and 282 deletions.
2,140 changes: 2,140 additions & 0 deletions nerd-fonts-AnonymousPro/FONT-README.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions nerd-fonts-AnonymousPro/nerd-fonts-AnonymousPro.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nerd-fonts-AnonymousPro</id>
<version>1.0.0</version>
<version>2.1.0</version>
<title>Nerd Fonts - AnonymousPro</title>
<owners>sumo300</owners>
<authors>ryanoasis</authors>
Expand All @@ -15,7 +15,7 @@

</description>
<summary>Nerd Fonts is a project that patches developer targeted fonts with a high number of glyphs (icons).</summary>
<releaseNotes>https://github.com/ryanoasis/nerd-fonts/releases</releaseNotes>
<releaseNotes>https://github.com/ryanoasis/nerd-fonts/releases/tag/2.1.0</releaseNotes>
<copyright />
<tags>nerd fonts glyphs icons ligatures</tags>
<packageSourceUrl>https://github.com/sumo300/chocolatey-nerd-fonts</packageSourceUrl>
Expand All @@ -28,4 +28,4 @@
<files>
<file src="tools\**" target="tools" exclude="tools\*.zip" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nerd-fonts-AnonymousPro/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ $packageArgs = @{
softwareName = $packageName
packageName = $packageName
unzipLocation = $toolsDir
url = ''
url = 'https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/AnonymousPro.zip'
checksumType = 'sha256'
checksum = ''
checksum = 'B51B3DD9AA5BCF061240D8DFCC203E78B085EEB97A76D91F6AD8CD9473467668'
}

Install-ChocolateyZipPackage @packageArgs
Expand Down
56 changes: 56 additions & 0 deletions nerd-fonts-Arimo/FONT-README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Arimo


## Which font?

### TL;DR

* Pick your font family and then select from the `'complete'` directory.
* If you are on Windows pick a font with the `'Windows Compatible'` suffix.
* This includes specific tweaks to ensure the font works on Windows, in particular monospace identification and font name length limitations
* If you are limited to monospaced fonts (because of your terminal, etc) then pick a font with the `'Mono'` suffix.
* This denotes that the Nerd Font glyphs will be monospaced not necessarily that the entire font will be monospaced

### Ligatures

By the *Nerd Font* policy, the variant with the `'Mono'` suffix is not supposed to have any ligatures.
Use the non-*Mono* variants to have ligatures.

### Explanation

Once you narrow down your font choice of family (`Droid Sans`, `Inconsolata`, etc) and style (`bold`, `italic`, etc) you have 2 main choices:

#### `Option 1: Download already patched font`

* download an already patched font from the `complete` folder
* This is most likely the one you want. It includes **all** of the glyphs from all of the glyph sets. Only caution here is that some fonts have glyphs in the _same_ code point so to include everything some had to be moved to alternate code points.

#### `Option 2: Patch your own font`

* patch your own variations with the various options provided by the font patcher (see each font's readme for full list of combinations available)
* This is the option you want if the font you use is _not_ already included or you want maximum control of what's included
* This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder.


For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font)


[vim-devicons]:https://github.com/ryanoasis/vim-devicons
[vorillaz-devicons]:https://vorillaz.github.io/devicons/
[font-awesome]:https://github.com/FortAwesome/Font-Awesome
[octicons]:https://github.com/primer/octicons
[gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons
[Seti-UI]:https://atom.io/themes/seti-ui
[ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols
[SIL-RFN]:http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web_fonts_and_RFNs#14cbfd4a


## Variations (Combinations)

> The combinations and total number of combinations are provided here for reference if you want to create your own variation of a patched Nerd Font.
### Why aren't all variations included ?

Combinations are no longer included by default because of the large inflation in size it caused the Repository _and_ the amount of time it takes to rebuild all of the combinations. This issue would exponentially get worse as the numbers of Fonts and Glyph Sets provided increase.


8 changes: 4 additions & 4 deletions nerd-fonts-Arimo/nerd-fonts-Arimo.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nerd-fonts-Arimo</id>
<version>1.0.0</version>
<version>2.1.0</version>
<title>Nerd Fonts - Arimo</title>
<owners>sumo300</owners>
<authors>ryanoasis</authors>
Expand All @@ -15,7 +15,7 @@

</description>
<summary>Nerd Fonts is a project that patches developer targeted fonts with a high number of glyphs (icons).</summary>
<releaseNotes>https://github.com/ryanoasis/nerd-fonts/releases</releaseNotes>
<releaseNotes>https://github.com/ryanoasis/nerd-fonts/releases/tag/2.1.0</releaseNotes>
<copyright />
<tags>nerd fonts glyphs icons ligatures</tags>
<packageSourceUrl>https://github.com/sumo300/chocolatey-nerd-fonts</packageSourceUrl>
Expand All @@ -28,4 +28,4 @@
<files>
<file src="tools\**" target="tools" exclude="tools\*.zip" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nerd-fonts-Arimo/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ $packageArgs = @{
softwareName = $packageName
packageName = $packageName
unzipLocation = $toolsDir
url = ''
url = 'https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Arimo.zip'
checksumType = 'sha256'
checksum = ''
checksum = '683A1B4F33DCF20D6CEEE89161786B1684A22BC7296EFD5FD4C9D766BA6BF4CC'
}

Install-ChocolateyZipPackage @packageArgs
Expand Down
Loading

0 comments on commit ffd782b

Please sign in to comment.