gitextract_xz5l65b5/ ├── .gitignore ├── 3270/ │ └── README.rst ├── AnonymousPro/ │ ├── LICENSE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── Arimo/ │ ├── LICENSE.txt │ └── README.rst ├── CPMono/ │ ├── CPMono_v07 Black.otf │ ├── CPMono_v07 Bold.otf │ ├── CPMono_v07 ExtraLight.otf │ ├── CPMono_v07 Light.otf │ ├── CPMono_v07 Plain.otf │ └── license.txt ├── Cousine/ │ ├── LICENSE.txt │ └── README.rst ├── D2Coding/ │ └── README.rst ├── DejaVuSansMono/ │ ├── LICENSE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── DroidSansMono/ │ ├── Droid Sans Mono for Powerline.otf │ ├── LICENSE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── DroidSansMonoDotted/ │ ├── LICENSE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── DroidSansMonoSlashed/ │ ├── LICENSE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── FiraMono/ │ ├── FuraMono-Bold Powerline.otf │ ├── FuraMono-Medium Powerline.otf │ ├── FuraMono-Regular Powerline.otf │ ├── LICENSE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── GoMono/ │ ├── LICENCE.TXT │ └── README.rst ├── Hack/ │ ├── LICENSE.txt │ └── README.rst ├── Inconsolata/ │ ├── Inconsolata for Powerline.otf │ ├── LICENSE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── Inconsolata-g/ │ ├── Inconsolata-g for Powerline.otf │ ├── LICENSE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── InconsolataDz/ │ ├── Inconsolata-dz for Powerline.otf │ ├── LICENSE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── InputMono/ │ └── README.rst ├── LiberationMono/ │ ├── LICENSE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── Meslo Dotted/ │ ├── LICENSE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── Meslo Slashed/ │ ├── LICENSE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── Monofur/ │ └── LICENSE.txt ├── NotoMono/ │ ├── LICENSE_OFL.txt │ └── README.rst ├── NovaMono/ │ ├── LICENSE.txt │ └── README.rst ├── ProFont/ │ ├── LICENSE │ └── README.rst ├── README.rst ├── RobotoMono/ │ ├── LICENSE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── SourceCodePro/ │ ├── LICENSE.txt │ ├── README.rst │ ├── Source Code Pro Black for Powerline.otf │ ├── Source Code Pro Bold for Powerline.otf │ ├── Source Code Pro ExtraLight for Powerline.otf │ ├── Source Code Pro Light for Powerline.otf │ ├── Source Code Pro Medium for Powerline.otf │ ├── Source Code Pro Powerline BlackItalic.otf │ ├── Source Code Pro Powerline BoldItalic.otf │ ├── Source Code Pro Powerline ExtraLightItalic.otf │ ├── Source Code Pro Powerline Italic.otf │ ├── Source Code Pro Powerline LightItalic.otf │ ├── Source Code Pro Powerline MediumItalic.otf │ ├── Source Code Pro Powerline SemiboldItalic.otf │ ├── Source Code Pro Semibold for Powerline.otf │ ├── Source Code Pro for Powerline.otf │ ├── fonts.dir │ └── fonts.scale ├── SpaceMono/ │ ├── LICENSE.txt │ └── README.rst ├── SymbolNeu/ │ ├── LICENSE.txt │ └── README.rst ├── Terminus/ │ ├── BDF/ │ │ ├── fonts.dir │ │ ├── ter-powerline-x12b.bdf │ │ ├── ter-powerline-x12n.bdf │ │ ├── ter-powerline-x14b.bdf │ │ ├── ter-powerline-x14n.bdf │ │ ├── ter-powerline-x16b.bdf │ │ ├── ter-powerline-x16n.bdf │ │ ├── ter-powerline-x18b.bdf │ │ ├── ter-powerline-x18n.bdf │ │ ├── ter-powerline-x20b.bdf │ │ ├── ter-powerline-x20n.bdf │ │ ├── ter-powerline-x22b.bdf │ │ ├── ter-powerline-x22n.bdf │ │ ├── ter-powerline-x24b.bdf │ │ ├── ter-powerline-x24n.bdf │ │ ├── ter-powerline-x28b.bdf │ │ ├── ter-powerline-x28n.bdf │ │ ├── ter-powerline-x32b.bdf │ │ └── ter-powerline-x32n.bdf │ ├── LICENSE.txt │ ├── PCF/ │ │ └── fonts.dir │ ├── PSF/ │ │ └── README.markdown │ └── README.rst ├── Tinos/ │ ├── LICENSE.txt │ └── README.rst ├── UbuntuMono/ │ ├── LICENCE.txt │ ├── README.rst │ ├── fonts.dir │ └── fonts.scale ├── fontconfig/ │ └── 50-enable-terminess-powerline.conf ├── install.ps1 ├── install.sh ├── samples/ │ ├── All.md │ ├── AnonymousPro.md │ ├── DejaVuSansMono.md │ ├── DroidSansMono.md │ ├── FiraMono.md │ ├── Hack.md │ ├── Inconsolata-g.md │ ├── Inconsolata.md │ ├── InconsolataDz.md │ ├── InputMono.md │ ├── LiberationMono.md │ ├── Meslo.md │ ├── Monofur.md │ ├── SourceCodePro.md │ └── UbuntuMono.md └── uninstall.sh