Skip to content

Latest commit

 

History

History
 
 

BigBlueTerminal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
       _ Ä --- Ä                  _ Ä --- Ä
    .ù"    ,Â,   ~=Ò_    .ù.   .ù"          ~=Ò_
  .    . .OZZZO¸    ^g,      .    .þø~øþ.      ^%·   .s%ZO¿
      `  À¦qZp¦' øù  `Z,         `        _.,ú  `gZ¿  ù:ZZ|
  _Âg%%oc,  ~ _.,  `  ÔZ;         _.,©y%Z=-:ú .s%Z%L, `OZZYi%gÂ_
 jOZZ˜˜ZZOLú jOZZ˜ª,  `Zb  _.©y%ZZZZZZZZ%=:ù jZZZZZZZb `ZZZZ˜ZZZb
ùZZ?~ ~\ZZZ| |›ZZZZO\ ú?Z.ù%˜ZZZZZZ¦*Êü^ø"`' /ZZ¦"~"¦ZZ\ ùT   ~!ZZ´
 Z6f   ùZZZOùú|ZZZ^ZZi ]Z1ú:-":ZZZ'      _. ùOZ/     \ZZL :    |6Z'

. ZZª._ ~"^Z| ùZZZ;\ZZ ÆZµ ú›ZZZú _Â%ZZú l%! .oZo, ]ZZúù _ÒZZ' . , ~^Ê*Ê^~.Z›úúZZZl ZZÂZZ1 ú ùZZZZù ^¦!ZZù :=l dZZZb ùZZ| ~^"~ ù g%ZZZúúZZZZ �ZZZø : úZZZZ: ùlZZ| ù;ù :ZZZF úZZ| .' Ä_ úZZZZ| ùZZZZ ÀZZ˜' ù ?ZZZ! :ZZ³ú úù "¦" dZgú _Ä "^ :ZZZOùù|ZZZ! ^' ' �ZZZ ú¦ZZ: ú ./ZZf úÄ--~ OZZZù jZ¦Ê~ . _ . . ^¦L, YZZZZOzz úù:=CO/ -V! j¦Ê^ . -ºù- . `^ʦZ�˜ZF'úù:%CG' . O R G ~Ä T _Ä ' '^" "Í=|=Í" ù ú .--------------------------------ú ú : B I G B L U E T E R M I N A L : ú ú--------------------------------'

            An oldschool fixed-width pixel font / v1.00


                     1.  What's this?
                     2.  Contents
                     3.  Sizes & display
                     4.  Formats & encodings
                     5.  'Plus' version notes
                     6.  Bonus DOS stuff
                     7.  Credits & acknowledgements
                     8.  Contact
                     9.  Legal stuff

  1. WHAT'S THIS? ===============

    BigBlue Terminal is a monospaced pixel font, designed for use in fixed- width textual environments (consoles/terminals, text/code/hex editors and so on). It follows the metrics and dimensions of Windows' old Terminal font (at the 9pt/12px size), but the appearance is closer to the classic IBM PC text mode character sets.

    At 8x12 pixels, Terminal is nicely compact and useful, but also kind of ugly. Instead, BigBlue Terminal is closely based on IBM's 8x14 EGA/VGA charset -- I just like it better. Basically, that font has been squeezed and modified to fit into a 8x12-pixel cell. For the extended 'Plus' version, many additional Unicode characters have been added to support international scripts and symbol sets.


  1. CONTENTS ===========

    BigBlue_TerminalPlus.TTF BigBlue TerminalPlus TrueType font Multi-language Unicode character set

    BigBlue_Terminal_437TT.TTF BigBlue Terminal 437TT TrueType font Codepage 437 (DOS/OEM-US) mapped to Unicode

    Bigblue_Terminal_437BM.FON BigBlue Terminal 437BM Windows bitmap format Code page 437 (DOS/OEM-US)

    BLUETERM.F12 Raw bitmap font data

    BLUETERM.COM TSR font loader for DOS/VGA

    README.TXT This file

    LICENSE.TXT CC-BY-SA 4.0 license terms


  1. SIZES & DISPLAY ==================

3.1. Pixel and point sizes

The native font size is 8x12. Since this is a pixel font, it'll look best at a size of 12 pixels (or integer multiples of 12), whether you're using the bitmap or TrueType versions. Otherwise you will get fugly artifacted scaling.

On Windows, this translate to 9 pt (at the default screen density of 96 PPI); on Mac, you'll want 12 pt (72 PPI). Do the math for other screen densities. On newfangled super-high-PPI displays, scaling artifacts become less apparent, so you may be able to get away with arbitrary sizes.

3.2. Rendering

Current operating systems usually have subpixel anti-aliasing enabled by default: ClearType on Windows, FreeType on Linux, Core Text on Mac OS X. This is less than ideal for TrueType pixel fonts, since it may introduce a sort of "color fringing" effect in some cases.

In practice I don't find it that noticeable, but it bothers you, you can get rid of it. On Windows, turn ClearType off or use the bitmap (.FON) version. On Linux, there are ways to disable anti-aliasing for specific fonts with FreeType. You'll have to see your docs/the web on how to pull that off though.


  1. FORMATS & ENCODINGS ======================

4.1. BigBlue Terminal 437TT (TrueType, CP437 charset)

This version features the Codepage 437 character set (DOS/OEM-US). Since any TrueType font can (and should) include a Unicode character map, this is still a Unicode font, and has multi-platform support as such.

CP437 can be problematic to map to Unicode, due to characters 00h-1Fh and 7Fh: they can be interpreted either as control codes, or as graphical symbols. Thus there are two 'canonical' Unicode maps for CP437, and software that expects one of them may not play nice with the other one.

This font covers both bases in the same mapping: the problem characters are duplicated so that your program will find them at either placement. Windows detects the font as an "OEM/DOS" one, and you can use it in any program/environment that understands this charset (including the Command Prompt). The same will be true on other platforms, as long as your software is properly configured -- RTFM, GIYF, etc.

4.2. BigBlue TerminalPlus (TrueType, extended charset)

This is more of a "Unicode font" as most people grok the term. On top of the CP437 range, this version supports extended Latin, Greek, Cyrillic and Hebrew scripts plus a bunch of additional glyphs and Unicode symbols.

There are 782 characters in total (more than the Windows Glyph List 4 -- in fact the entire WGL4 range is there). Some were based on various international codepages, others were drawn entirely by hand to match the visual style. A handful of the cp437 characters had to be remapped (see the next section), but they're all still around as well.

4.3. BigBlue Terminal 437BM (Windows bitmap, CP437 charset)

A straight bitmap version of the DOS/CP437 charset. This may still be more useful than 437TT in certain situations:

  • You don't need to modify the registry to use it in the Command Prompt (or any console window).

  • .FON isn't Unicode, so this version can force the CP437 encoding on programs like Notepad, which insist on failing miserably otherwise.

  • Bitmap fonts aren't subject to ClearType subpixel anti-aliasing.


  1. 'PLUS' VERSION CHARACTER MAP NOTES =====================================

    If you care about this sort of thing, you can use your favorite font viewer to see the full character range. Windows has charmap.exe (I like SIL ViewGlyph better), OS X has Font Book, etc. A few things that may be of interest about the expanded 'Plus' character mapping:

    • Alternate number forms: there's a flat-top "3" mapped to U+01B7 ('Latin capital letter Ezh'), which is more easily distinguished from the Cyrillic letter Ze. Also, two alternative zeroes (dotted and slashed) are mapped to U+2299 ('circled dot operator') and U+2300 ('diameter symbol') respectively.

    • Cursor shapes: Unicode character U+2581 ('lower one eight block') can be used to mimic the classic text-mode cursor appearance. U+2584 ('lower half block') and U+2588 ('full block') could also stand in for those respective cursor forms, too.

    • The 'Plus' version includes a full Greek alphabet, which takes over the code points that Unicode assigns to the Greek/Math characters from DOS codepage 437. Instead of just dropping the CP437 originals, I tried to preserve them at remapped code points that make some sense. Here's what's changed:

      CP437 Canonical mapping from Modified 'Plus' mapping Char CP437 to Unicode from CP437 to Unicode


      à (E0h) U+03B1 'Greek small Alpha' U+0251 'Latin small Alpha' á (E1h) U+00DF 'Latin small Sharp S' U+03D0 'Greek Beta symbol' â (E2h) U+0393 'Greek capital Gamma' U+1D26 'Small capital Gamma' ã (E3h) U+03C0 'Greek small Pi' U+1D28 'Small capital Pi' ä (E4h) U+03A3 'Greek capital Sigma' U+2211 'N-ary Summation' å (E5h) U+03C3 'Greek small Sigma' U+01A1 'Small o with horn' ç (E7h) U+03C4 'Greek small Tau' U+1D1B 'Small capital T' è (E8h) U+03A6 'Greek capital Phi' U+0278 'Latin small Phi' é (E9h) U+0398 'Greek capital Theta' U+03F4 'Capital Theta symbol' ê (EAh) U+03A9 'Greek capital Omega' U+2126 'Ohm symbol' ë (EBh) U+03B4 'Greek small Delta' U+1E9F 'Latin small Delta' í (EDh) U+03C6 'Greek small Phi' U+2205 'Empty set' î (EEh) U+03B5 'Greek small Epsilon' U+2208 'Element of'


  1. BONUS DOS STUFF ==================

    Yes, you can get BigBlue Terminal working in actual DOS too, because you are just THAT oldschool! The following files will let you do that on any VGA-compatible DOS machine (or in DOSBox, PCEm and so on).

    • BLUETERM.COM: a TSR program (courtesy of ripsaw8080) that gives you a 640x480 text mode with the 8x12 font -- 80 rows by 40 columns. It persists across mode changes, and I find it nice to use in DOSBox, since 640x480 is a square-pixel resolution and doesn't get mangled by aspect correction.

    • BLUETERM.F12: the raw bitmap font data, usable with any font-loading program such as Yossi Gil's LOADFONT (from the widespread FNTCOL16 archive). You'll typically get the standard 400-line text mode, and with a 12-scanline font this gives you 33 rows of text.


  1. CREDITS & ACKNOWLEDGEMENTS =============================

    • Fonts, documentation and ASCII logo by VileR.

    THANKS TO:

    • ripsaw8080, for providing the code for the TSR DOS version (and for granting permission to include it here)

    • Rebecca G. Bettencourt/Kreative Korp, for responding to my inquiries with a surprise open-source release of the awesome Bits'n'Picas bitmap- to-outline converter

    TOOLS USED:


  1. CONTACT ==========

    I can be reached at: email - viler -AT- int10h -DOT- org www - http://int10h.org blog - http://8088mph.blogspot.com

    Spam and/or excessive dumbness will be ignored, deleted, spindled and mutilated.


  1. LEGAL STUFF ==============

    BigBlue Terminal is licensed under a Creative Commons Attribution- ShareAlike 4.0 International License.

    You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by-sa/4.0/.

                                                           (c) 2015 VileR
    

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 or you want the font with just Font Awesome and Devicons. The goal is to provide every combination possible in this folder.

For more information see: The FAQ

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.

# 2046 Possible Combinations:

./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --octicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesome
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --octicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --windows
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --octicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesome
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --octicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --weather
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs --material
./font-patcher BigBlue_TerminalPlus.TTF  --use-single-width-glyphs
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --octicons
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesome
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --octicons
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --windows --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows --weather
./font-patcher BigBlue_TerminalPlus.TTF  --windows --material
./font-patcher BigBlue_TerminalPlus.TTF  --windows
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --octicons
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesome
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --octicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --octicons
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontlinux
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --weather
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons --material
./font-patcher BigBlue_TerminalPlus.TTF  --pomicons
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --weather
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra --material
./font-patcher BigBlue_TerminalPlus.TTF  --powerlineextra
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesomeextension --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesomeextension --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesomeextension --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesomeextension --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesomeextension --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesomeextension --weather
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesomeextension --material
./font-patcher BigBlue_TerminalPlus.TTF  --fontawesomeextension
./font-patcher BigBlue_TerminalPlus.TTF  --powersymbols --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --powersymbols --weather
./font-patcher BigBlue_TerminalPlus.TTF  --powersymbols --material
./font-patcher BigBlue_TerminalPlus.TTF  --powersymbols
./font-patcher BigBlue_TerminalPlus.TTF  --weather --material
./font-patcher BigBlue_TerminalPlus.TTF  --weather
./font-patcher BigBlue_TerminalPlus.TTF  --material