• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..01-Feb-2020-

complete/H03-May-2022-

font-info.mdH A D01-Feb-20205 KiB11677

readme.mdH A D01-Feb-2020517.5 KiB4,2234,179

readme.md

1[![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
2
3# JetBrainsMono
4A typeface made for developers. \
5More about font features & design can be found on [it's page](https://jetbrains.com/mono/)
6
7# **Installation**
8
9### **In JetBrains IDEs**
10
11The most recent version of JetBrains Mono ships with your JetBrains IDE starting with v2019.3.
12
13Select JetBrains Mono in the IDE settings: go to `Preferences/Settings` → `Editor` → `Font`, and then select JetBrains Mono from the Font dropdown.
14
15### Another IDE or an older version of a JetBrains IDE
16
171. [Download font](https://download.jetbrains.com/fonts/JetBrainsMono-1.0.0.zip?fromGitHub).
182. Unzip the archive and install the font:
19   - Mac. Select all font files in the folder and double-click them. Click the *"Install Font"* button.
20   - Windows. Select all font files in the folder, right-click any of them, then pick *"Install"* from the menu.
21   - Ubuntu. Open a terminal with `Ctrl`+`Alt`+`T` and run the following:
22
23      ```
24      cd <name_of_our_archive.zip>
25      unzip "\*.zip" -d ${HOME}/.fonts
26      sudo fc-cache -f -v
27      ```
283. Restart your IDE.
294. Go to `Preferences/Settings` → `Editor` → `Font`, and pick JetBrains Mono from the Font dropdown.
30
31### **Visual Studio Code**
32
33* Follow the instructions above to step 3.
34* Go to the settings editor, from the File menu choose Preferences, Settings or use keyboard shortcut `Ctrl`+, (`Cmd`+, on Mac).
35* In the *"Font Family"* input box type JetBrains Mono, replacing any content.
36* To enable ligatures turn on the checkbox in *"Font ligatures"*.
37
38#### **Manually editing settings.json**
39
40Visual Studio Code allows you to also edit the underlying settings.json config file. First open the settings editor as described above, then click the "`{}`" icon, at the top right, to open the *"settings.json"* file.
41
42Then paste the following lines and save the file.
43
44```
45"editor.fontFamily": "JetBrains Mono",
46"editor.fontLigatures": true,
47```
48
49## Source files
50
51Can be found in the *"Source"* folder. To open them you will need FontLab 6 or higher.
52
53## License
54
55JetBrains Mono typeface is available under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0) and can be used free of charge, for both commercial and non-commercial purposes. You do not need to give credit to JetBrains, although we will appreciate it very much if you do.
56
57## Credits
58
59**Type designer**\
60Philipp Nurullin
61
62**Team lead**\
63Konstantin Bulenkov
64
65**Thanks to**\
66Nikita Prokopov\
67Eugene Auduchinok\
68Tatiana Tulupenko\
69Dmitrij Batrak\
70IntelliJ Platfrom UX Team\
71Web Team
72## Which font?
73
74### TL;DR
75
76* Pick your font family and then select from the `'complete'` directory.
77  * If you are on Windows pick a font with the `'Windows Compatible'` suffix.
78    * This includes specific tweaks to ensure the font works on Windows, in particular monospace identification and font name length limitations
79  * If you are limited to monospaced fonts (because of your terminal, etc) then pick a font with the `'Mono'` suffix.
80    * This denotes that the Nerd Font glyphs will be monospaced not necessarily that the entire font will be monospaced
81
82### Ligatures
83
84By the *Nerd Font* policy, the variant with the `'Mono'` suffix is not supposed to have any ligatures.
85Use the non-*Mono* variants to have ligatures.
86
87### Explanation
88
89Once you narrow down your font choice of family (`Droid Sans`, `Inconsolata`, etc) and style (`bold`, `italic`, etc) you have 2 main choices:
90
91#### `Option 1: Download already patched font`
92
93 * download an already patched font from the `complete` folder
94   * 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.
95
96#### `Option 2: Patch your own font`
97
98 * patch your own variations with the various options provided by the font patcher (see each font's readme for full list of combinations available)
99   * This is the option you want if the font you use is _not_ already included or you want maximum control of what's included
100   * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder.
101
102
103For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font)
104
105
106[vim-devicons]:https://github.com/ryanoasis/vim-devicons
107[vorillaz-devicons]:https://vorillaz.github.io/devicons/
108[font-awesome]:https://github.com/FortAwesome/Font-Awesome
109[octicons]:https://github.com/primer/octicons
110[gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons
111[Seti-UI]:https://atom.io/themes/seti-ui
112[ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols
113[SIL-RFN]:http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web_fonts_and_RFNs#14cbfd4a
114
115
116## Variations (Combinations)
117
118> 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.
119
120### Why aren't all variations included ?
121
122Combinations 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.
123
124
125```sh
126# 4094 Possible Combinations:
127
128./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
129./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
130./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
131./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
132./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
133./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
134./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
135./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
136./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
137./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
138./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
139./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols
140./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material
141./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather
142./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material
143./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra
144./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
145./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
146./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
147./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
148./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
149./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather
150./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material
151./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension
152./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material
153./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather
154./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --material
155./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols
156./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --weather --material
157./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --weather
158./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --material
159./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons
160./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
161./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
162./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
163./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
164./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
165./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
166./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material
167./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension
168./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material
169./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather
170./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material
171./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols
172./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --weather --material
173./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --weather
174./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --material
175./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra
176./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
177./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather
178./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material
179./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols
180./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material
181./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather
182./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --material
183./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension
184./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols --weather --material
185./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols --weather
186./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols --material
187./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols
188./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --weather --material
189./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --weather
190./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --material
191./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux
192./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
193./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
194./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
195./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
196./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
197./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather
198./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material
199./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension
200./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material
201./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather
202./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material
203./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols
204./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --weather --material
205./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --weather
206./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --material
207./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra
208./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
209./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather
210./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material
211./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols
212./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather --material
213./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather
214./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --material
215./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension
216./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols --weather --material
217./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols --weather
218./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols --material
219./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols
220./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --weather --material
221./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --weather
222./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --material
223./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --pomicons
224./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
225./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
226./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material
227./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols
228./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material
229./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather
230./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --material
231./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension
232./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols --weather --material
233./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols --weather
234./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols --material
235./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols
236./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --weather --material
237./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --weather
238./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --material
239./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra
240./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material
241./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather
242./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols --material
243./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols
244./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --weather --material
245./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --weather
246./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --material
247./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension
248./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols --weather --material
249./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols --weather
250./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols --material
251./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols
252./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --weather --material
253./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --weather
254./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons --material
255./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --octicons
256./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
257./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
258./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
259./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
260./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
261./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
262./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
263./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension
264./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
265./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather
266./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material
267./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols
268./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather --material
269./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather
270./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --material
271./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra
272./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
273./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
274./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material
275./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols
276./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material
277./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather
278./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --material
279./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension
280./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols --weather --material
281./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols --weather
282./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols --material
283./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols
284./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --weather --material
285./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --weather
286./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --material
287./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons
288./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
289./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
290./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
291./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols
292./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material
293./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather
294./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material
295./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension
296./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material
297./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather
298./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols --material
299./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols
300./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --weather --material
301./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --weather
302./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --material
303./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra
304./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material
305./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather
306./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --material
307./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols
308./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --weather --material
309./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --weather
310./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --material
311./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension
312./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols --weather --material
313./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols --weather
314./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols --material
315./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols
316./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --weather --material
317./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --weather
318./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux --material
319./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontlinux
320./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
321./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
322./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
323./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols
324./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material
325./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather
326./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --material
327./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension
328./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather --material
329./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather
330./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols --material
331./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols
332./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --weather --material
333./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --weather
334./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --material
335./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra
336./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material
337./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather
338./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --material
339./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols
340./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --weather --material
341./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --weather
342./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --material
343./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension
344./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols --weather --material
345./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols --weather
346./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols --material
347./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols
348./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --weather --material
349./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --weather
350./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons --material
351./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --pomicons
352./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material
353./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather
354./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material
355./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols
356./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --weather --material
357./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --weather
358./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --material
359./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension
360./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols --weather --material
361./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols --weather
362./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols --material
363./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols
364./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --weather --material
365./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --weather
366./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra --material
367./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powerlineextra
368./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols --weather --material
369./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols --weather
370./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols --material
371./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols
372./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --weather --material
373./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --weather
374./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --material
375./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --fontawesomeextension
376./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powersymbols --weather --material
377./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powersymbols --weather
378./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powersymbols --material
379./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --powersymbols
380./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --weather --material
381./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --weather
382./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome --material
383./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesome
384./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
385./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
386./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
387./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
388./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
389./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
390./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
391./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
392./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
393./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
394./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
395./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols
396./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --weather --material
397./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --weather
398./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --material
399./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra
400./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
401./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
402./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
403./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
404./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
405./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather
406./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --material
407./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension
408./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols --weather --material
409./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols --weather
410./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols --material
411./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols
412./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --weather --material
413./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --weather
414./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --material
415./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --pomicons
416./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
417./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
418./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
419./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
420./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
421./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
422./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --material
423./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension
424./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols --weather --material
425./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols --weather
426./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols --material
427./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols
428./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --weather --material
429./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --weather
430./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --material
431./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra
432./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
433./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather
434./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols --material
435./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols
436./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --weather --material
437./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --weather
438./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --material
439./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension
440./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols --weather --material
441./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols --weather
442./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols --material
443./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols
444./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --weather --material
445./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --weather
446./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux --material
447./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontlinux
448./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
449./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
450./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
451./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
452./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
453./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather
454./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --material
455./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension
456./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols --weather --material
457./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols --weather
458./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols --material
459./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols
460./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --weather --material
461./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --weather
462./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --material
463./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra
464./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
465./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather
466./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols --material
467./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols
468./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --weather --material
469./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --weather
470./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --material
471./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension
472./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powersymbols --weather --material
473./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powersymbols --weather
474./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powersymbols --material
475./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --powersymbols
476./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --weather --material
477./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --weather
478./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons --material
479./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --pomicons
480./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
481./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
482./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --material
483./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols
484./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --weather --material
485./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --weather
486./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --material
487./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension
488./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols --weather --material
489./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols --weather
490./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols --material
491./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols
492./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --weather --material
493./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --weather
494./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra --material
495./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powerlineextra
496./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols --weather --material
497./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols --weather
498./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols --material
499./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols
500./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontawesomeextension --weather --material
501./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontawesomeextension --weather
502./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontawesomeextension --material
503./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --fontawesomeextension
504./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powersymbols --weather --material
505./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powersymbols --weather
506./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powersymbols --material
507./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --powersymbols
508./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --weather --material
509./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --weather
510./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons --material
511./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --octicons
512./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
513./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
514./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
515./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
516./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
517./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
518./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
519./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension
520./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
521./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather
522./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols --material
523./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols
524./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --weather --material
525./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --weather
526./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --material
527./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra
528./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
529./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
530./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --material
531./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols
532./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --weather --material
533./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --weather
534./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --material
535./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension
536./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols --weather --material
537./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols --weather
538./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols --material
539./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols
540./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --weather --material
541./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --weather
542./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons --material
543./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --pomicons
544./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
545./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
546./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
547./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols
548./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --weather --material
549./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --weather
550./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --material
551./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension
552./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols --weather --material
553./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols --weather
554./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols --material
555./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols
556./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --weather --material
557./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --weather
558./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra --material
559./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powerlineextra
560./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols --weather --material
561./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols --weather
562./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols --material
563./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols
564./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --weather --material
565./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --weather
566./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --material
567./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --fontawesomeextension
568./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powersymbols --weather --material
569./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powersymbols --weather
570./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powersymbols --material
571./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --powersymbols
572./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --weather --material
573./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --weather
574./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux --material
575./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontlinux
576./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
577./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
578./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
579./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols
580./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --weather --material
581./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --weather
582./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --material
583./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension
584./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols --weather --material
585./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols --weather
586./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols --material
587./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols
588./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --weather --material
589./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --weather
590./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra --material
591./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powerlineextra
592./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols --weather --material
593./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols --weather
594./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols --material
595./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols
596./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --fontawesomeextension --weather --material
597./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --fontawesomeextension --weather
598./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --fontawesomeextension --material
599./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --fontawesomeextension
600./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powersymbols --weather --material
601./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powersymbols --weather
602./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powersymbols --material
603./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --powersymbols
604./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --weather --material
605./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --weather
606./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons --material
607./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --pomicons
608./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols --weather --material
609./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols --weather
610./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols --material
611./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols
612./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --weather --material
613./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --weather
614./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --material
615./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension
616./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --powersymbols --weather --material
617./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --powersymbols --weather
618./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --powersymbols --material
619./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --powersymbols
620./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --weather --material
621./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --weather
622./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra --material
623./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powerlineextra
624./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesomeextension --powersymbols --weather --material
625./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesomeextension --powersymbols --weather
626./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesomeextension --powersymbols --material
627./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesomeextension --powersymbols
628./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesomeextension --weather --material
629./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesomeextension --weather
630./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesomeextension --material
631./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --fontawesomeextension
632./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powersymbols --weather --material
633./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powersymbols --weather
634./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powersymbols --material
635./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --powersymbols
636./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --weather --material
637./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --weather
638./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows --material
639./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --windows
640./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
641./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
642./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
643./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
644./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
645./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
646./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
647./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
648./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
649./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
650./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
651./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols
652./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material
653./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather
654./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material
655./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra
656./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
657./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
658./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
659./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
660./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
661./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather
662./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material
663./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension
664./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material
665./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather
666./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols --material
667./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols
668./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --weather --material
669./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --weather
670./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --material
671./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons
672./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
673./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
674./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
675./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
676./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
677./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
678./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material
679./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension
680./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material
681./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather
682./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material
683./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols
684./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --weather --material
685./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --weather
686./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --material
687./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra
688./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
689./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather
690./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material
691./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols
692./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material
693./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --weather
694./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --material
695./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension
696./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols --weather --material
697./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols --weather
698./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols --material
699./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols
700./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --weather --material
701./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --weather
702./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux --material
703./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontlinux
704./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
705./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
706./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
707./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
708./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
709./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather
710./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material
711./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension
712./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material
713./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather
714./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material
715./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols
716./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --weather --material
717./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --weather
718./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --material
719./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra
720./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
721./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather
722./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material
723./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols
724./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --weather --material
725./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --weather
726./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --material
727./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension
728./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols --weather --material
729./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols --weather
730./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols --material
731./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols
732./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --weather --material
733./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --weather
734./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons --material
735./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --pomicons
736./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
737./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
738./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material
739./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols
740./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material
741./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --weather
742./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --material
743./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension
744./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols --weather --material
745./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols --weather
746./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols --material
747./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols
748./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --weather --material
749./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --weather
750./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra --material
751./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powerlineextra
752./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material
753./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols --weather
754./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols --material
755./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols
756./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --weather --material
757./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --weather
758./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --material
759./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension
760./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powersymbols --weather --material
761./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powersymbols --weather
762./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powersymbols --material
763./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --powersymbols
764./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --weather --material
765./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --weather
766./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons --material
767./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --octicons
768./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
769./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
770./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
771./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
772./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
773./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
774./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
775./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension
776./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
777./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather
778./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material
779./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols
780./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --weather --material
781./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --weather
782./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --material
783./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra
784./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
785./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
786./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material
787./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols
788./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material
789./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --weather
790./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --material
791./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension
792./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols --weather --material
793./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols --weather
794./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols --material
795./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols
796./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --weather --material
797./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --weather
798./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons --material
799./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --pomicons
800./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
801./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
802./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
803./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols
804./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material
805./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather
806./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material
807./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension
808./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material
809./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols --weather
810./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols --material
811./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols
812./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --weather --material
813./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --weather
814./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --material
815./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra
816./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material
817./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather
818./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols --material
819./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols
820./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --weather --material
821./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --weather
822./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --material
823./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension
824./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powersymbols --weather --material
825./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powersymbols --weather
826./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powersymbols --material
827./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --powersymbols
828./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --weather --material
829./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --weather
830./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux --material
831./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontlinux
832./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
833./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
834./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
835./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols
836./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material
837./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather
838./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --material
839./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension
840./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols --weather --material
841./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols --weather
842./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols --material
843./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols
844./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --weather --material
845./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --weather
846./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --material
847./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powerlineextra
848./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material
849./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols --weather
850./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols --material
851./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols
852./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --weather --material
853./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --weather
854./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --material
855./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension
856./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powersymbols --weather --material
857./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powersymbols --weather
858./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powersymbols --material
859./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --powersymbols
860./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --weather --material
861./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --weather
862./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons --material
863./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --pomicons
864./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material
865./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather
866./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material
867./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols
868./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --weather --material
869./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --weather
870./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --material
871./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension
872./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols --weather --material
873./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols --weather
874./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols --material
875./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols
876./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --weather --material
877./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --weather
878./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra --material
879./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powerlineextra
880./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols --weather --material
881./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols --weather
882./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols --material
883./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols
884./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontawesomeextension --weather --material
885./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontawesomeextension --weather
886./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontawesomeextension --material
887./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --fontawesomeextension
888./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powersymbols --weather --material
889./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powersymbols --weather
890./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powersymbols --material
891./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --powersymbols
892./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --weather --material
893./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --weather
894./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome --material
895./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesome
896./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
897./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
898./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
899./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
900./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
901./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
902./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
903./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
904./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
905./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
906./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
907./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols
908./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --weather --material
909./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --weather
910./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --material
911./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra
912./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
913./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
914./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
915./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
916./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
917./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --weather
918./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --material
919./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension
920./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols --weather --material
921./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols --weather
922./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols --material
923./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols
924./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --weather --material
925./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --weather
926./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons --material
927./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --pomicons
928./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
929./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
930./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
931./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
932./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
933./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
934./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --material
935./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension
936./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols --weather --material
937./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols --weather
938./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols --material
939./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols
940./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --weather --material
941./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --weather
942./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra --material
943./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powerlineextra
944./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
945./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols --weather
946./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols --material
947./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols
948./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --weather --material
949./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --weather
950./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --material
951./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension
952./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powersymbols --weather --material
953./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powersymbols --weather
954./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powersymbols --material
955./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --powersymbols
956./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --weather --material
957./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --weather
958./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux --material
959./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontlinux
960./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
961./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
962./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
963./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
964./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
965./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --weather
966./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --material
967./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension
968./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols --weather --material
969./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols --weather
970./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols --material
971./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols
972./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --weather --material
973./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --weather
974./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra --material
975./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powerlineextra
976./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
977./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols --weather
978./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols --material
979./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols
980./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --weather --material
981./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --weather
982./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --material
983./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --fontawesomeextension
984./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powersymbols --weather --material
985./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powersymbols --weather
986./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powersymbols --material
987./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --powersymbols
988./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --weather --material
989./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --weather
990./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons --material
991./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --pomicons
992./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
993./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
994./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols --material
995./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols
996./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --weather --material
997./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --weather
998./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --material
999./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension
1000./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --powersymbols --weather --material
1001./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --powersymbols --weather
1002./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --powersymbols --material
1003./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --powersymbols
1004./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --weather --material
1005./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --weather
1006./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra --material
1007./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powerlineextra
1008./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols --weather --material
1009./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols --weather
1010./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols --material
1011./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols
1012./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontawesomeextension --weather --material
1013./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontawesomeextension --weather
1014./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontawesomeextension --material
1015./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --fontawesomeextension
1016./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powersymbols --weather --material
1017./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powersymbols --weather
1018./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powersymbols --material
1019./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --powersymbols
1020./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --weather --material
1021./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --weather
1022./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons --material
1023./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --octicons
1024./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1025./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1026./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1027./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
1028./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
1029./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
1030./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
1031./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension
1032./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
1033./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols --weather
1034./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols --material
1035./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols
1036./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --weather --material
1037./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --weather
1038./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --material
1039./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powerlineextra
1040./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
1041./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
1042./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols --material
1043./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols
1044./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --weather --material
1045./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --weather
1046./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --material
1047./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension
1048./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powersymbols --weather --material
1049./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powersymbols --weather
1050./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powersymbols --material
1051./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --powersymbols
1052./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --weather --material
1053./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --weather
1054./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons --material
1055./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --pomicons
1056./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
1057./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
1058./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
1059./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols
1060./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --weather --material
1061./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --weather
1062./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --material
1063./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension
1064./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols --weather --material
1065./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols --weather
1066./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols --material
1067./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols
1068./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --weather --material
1069./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --weather
1070./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra --material
1071./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powerlineextra
1072./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols --weather --material
1073./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols --weather
1074./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols --material
1075./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols
1076./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --fontawesomeextension --weather --material
1077./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --fontawesomeextension --weather
1078./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --fontawesomeextension --material
1079./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --fontawesomeextension
1080./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powersymbols --weather --material
1081./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powersymbols --weather
1082./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powersymbols --material
1083./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --powersymbols
1084./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --weather --material
1085./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --weather
1086./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux --material
1087./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontlinux
1088./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1089./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1090./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1091./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols
1092./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --weather --material
1093./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --weather
1094./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --material
1095./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension
1096./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --powersymbols --weather --material
1097./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --powersymbols --weather
1098./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --powersymbols --material
1099./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --powersymbols
1100./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --weather --material
1101./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --weather
1102./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra --material
1103./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powerlineextra
1104./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols --weather --material
1105./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols --weather
1106./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols --material
1107./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols
1108./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --fontawesomeextension --weather --material
1109./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --fontawesomeextension --weather
1110./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --fontawesomeextension --material
1111./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --fontawesomeextension
1112./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powersymbols --weather --material
1113./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powersymbols --weather
1114./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powersymbols --material
1115./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --powersymbols
1116./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --weather --material
1117./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --weather
1118./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons --material
1119./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --pomicons
1120./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols --weather --material
1121./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols --weather
1122./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols --material
1123./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols
1124./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --fontawesomeextension --weather --material
1125./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --fontawesomeextension --weather
1126./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --fontawesomeextension --material
1127./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --fontawesomeextension
1128./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --powersymbols --weather --material
1129./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --powersymbols --weather
1130./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --powersymbols --material
1131./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --powersymbols
1132./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --weather --material
1133./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --weather
1134./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra --material
1135./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powerlineextra
1136./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesomeextension --powersymbols --weather --material
1137./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesomeextension --powersymbols --weather
1138./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesomeextension --powersymbols --material
1139./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesomeextension --powersymbols
1140./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesomeextension --weather --material
1141./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesomeextension --weather
1142./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesomeextension --material
1143./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --fontawesomeextension
1144./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powersymbols --weather --material
1145./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powersymbols --weather
1146./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powersymbols --material
1147./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --powersymbols
1148./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --weather --material
1149./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --weather
1150./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs --material
1151./font-patcher JetBrainsMono-Regular.ttf  --powerline --use-single-width-glyphs
1152./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1153./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1154./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1155./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
1156./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
1157./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
1158./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
1159./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
1160./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
1161./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
1162./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
1163./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols
1164./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material
1165./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather
1166./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material
1167./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra
1168./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
1169./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
1170./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
1171./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
1172./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
1173./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather
1174./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material
1175./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension
1176./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material
1177./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather
1178./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --material
1179./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols
1180./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --weather --material
1181./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --weather
1182./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons --material
1183./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --pomicons
1184./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
1185./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
1186./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
1187./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
1188./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
1189./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
1190./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material
1191./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension
1192./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material
1193./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather
1194./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material
1195./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols
1196./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --weather --material
1197./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --weather
1198./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra --material
1199./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powerlineextra
1200./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
1201./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather
1202./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material
1203./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols
1204./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material
1205./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather
1206./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --fontawesomeextension --material
1207./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --fontawesomeextension
1208./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powersymbols --weather --material
1209./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powersymbols --weather
1210./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powersymbols --material
1211./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --powersymbols
1212./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --weather --material
1213./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --weather
1214./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux --material
1215./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontlinux
1216./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1217./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1218./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1219./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
1220./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
1221./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather
1222./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material
1223./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension
1224./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material
1225./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather
1226./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material
1227./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols
1228./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --weather --material
1229./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --weather
1230./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra --material
1231./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powerlineextra
1232./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
1233./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather
1234./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material
1235./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols
1236./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather --material
1237./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather
1238./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --fontawesomeextension --material
1239./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --fontawesomeextension
1240./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powersymbols --weather --material
1241./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powersymbols --weather
1242./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powersymbols --material
1243./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --powersymbols
1244./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --weather --material
1245./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --weather
1246./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons --material
1247./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --pomicons
1248./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1249./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
1250./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material
1251./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols
1252./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material
1253./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather
1254./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --material
1255./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --fontawesomeextension
1256./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --powersymbols --weather --material
1257./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --powersymbols --weather
1258./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --powersymbols --material
1259./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --powersymbols
1260./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --weather --material
1261./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --weather
1262./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra --material
1263./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powerlineextra
1264./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material
1265./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather
1266./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontawesomeextension --powersymbols --material
1267./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontawesomeextension --powersymbols
1268./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontawesomeextension --weather --material
1269./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontawesomeextension --weather
1270./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontawesomeextension --material
1271./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --fontawesomeextension
1272./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powersymbols --weather --material
1273./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powersymbols --weather
1274./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powersymbols --material
1275./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --powersymbols
1276./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --weather --material
1277./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --weather
1278./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons --material
1279./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --octicons
1280./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1281./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1282./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1283./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
1284./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
1285./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
1286./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
1287./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension
1288./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
1289./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather
1290./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material
1291./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols
1292./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather --material
1293./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather
1294./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra --material
1295./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powerlineextra
1296./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
1297./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
1298./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material
1299./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols
1300./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material
1301./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather
1302./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --material
1303./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --fontawesomeextension
1304./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powersymbols --weather --material
1305./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powersymbols --weather
1306./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powersymbols --material
1307./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --powersymbols
1308./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --weather --material
1309./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --weather
1310./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons --material
1311./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --pomicons
1312./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
1313./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
1314./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
1315./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols
1316./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material
1317./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather
1318./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material
1319./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension
1320./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material
1321./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather
1322./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --powersymbols --material
1323./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --powersymbols
1324./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --weather --material
1325./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --weather
1326./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra --material
1327./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powerlineextra
1328./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material
1329./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather
1330./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --material
1331./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols
1332./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --fontawesomeextension --weather --material
1333./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --fontawesomeextension --weather
1334./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --fontawesomeextension --material
1335./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --fontawesomeextension
1336./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powersymbols --weather --material
1337./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powersymbols --weather
1338./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powersymbols --material
1339./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --powersymbols
1340./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --weather --material
1341./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --weather
1342./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux --material
1343./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontlinux
1344./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1345./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1346./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1347./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols
1348./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material
1349./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather
1350./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --material
1351./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension
1352./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather --material
1353./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather
1354./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --powersymbols --material
1355./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --powersymbols
1356./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --weather --material
1357./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --weather
1358./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra --material
1359./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powerlineextra
1360./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material
1361./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather
1362./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --material
1363./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --fontawesomeextension --powersymbols
1364./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --fontawesomeextension --weather --material
1365./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --fontawesomeextension --weather
1366./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --fontawesomeextension --material
1367./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --fontawesomeextension
1368./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powersymbols --weather --material
1369./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powersymbols --weather
1370./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powersymbols --material
1371./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --powersymbols
1372./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --weather --material
1373./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --weather
1374./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons --material
1375./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --pomicons
1376./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material
1377./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather
1378./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material
1379./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols
1380./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --fontawesomeextension --weather --material
1381./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --fontawesomeextension --weather
1382./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --fontawesomeextension --material
1383./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --fontawesomeextension
1384./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --powersymbols --weather --material
1385./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --powersymbols --weather
1386./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --powersymbols --material
1387./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --powersymbols
1388./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --weather --material
1389./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --weather
1390./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra --material
1391./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powerlineextra
1392./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontawesomeextension --powersymbols --weather --material
1393./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontawesomeextension --powersymbols --weather
1394./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontawesomeextension --powersymbols --material
1395./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontawesomeextension --powersymbols
1396./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontawesomeextension --weather --material
1397./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontawesomeextension --weather
1398./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontawesomeextension --material
1399./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --fontawesomeextension
1400./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powersymbols --weather --material
1401./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powersymbols --weather
1402./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powersymbols --material
1403./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --powersymbols
1404./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --weather --material
1405./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --weather
1406./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome --material
1407./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesome
1408./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1409./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1410./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1411./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
1412./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
1413./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
1414./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
1415./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
1416./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
1417./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
1418./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
1419./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols
1420./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --weather --material
1421./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --weather
1422./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra --material
1423./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powerlineextra
1424./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
1425./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
1426./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
1427./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
1428./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
1429./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather
1430./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --fontawesomeextension --material
1431./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --fontawesomeextension
1432./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powersymbols --weather --material
1433./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powersymbols --weather
1434./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powersymbols --material
1435./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --powersymbols
1436./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --weather --material
1437./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --weather
1438./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons --material
1439./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --pomicons
1440./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
1441./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
1442./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
1443./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
1444./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
1445./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
1446./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --material
1447./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --fontawesomeextension
1448./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --powersymbols --weather --material
1449./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --powersymbols --weather
1450./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --powersymbols --material
1451./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --powersymbols
1452./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --weather --material
1453./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --weather
1454./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra --material
1455./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powerlineextra
1456./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
1457./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather
1458./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --fontawesomeextension --powersymbols --material
1459./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --fontawesomeextension --powersymbols
1460./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --fontawesomeextension --weather --material
1461./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --fontawesomeextension --weather
1462./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --fontawesomeextension --material
1463./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --fontawesomeextension
1464./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powersymbols --weather --material
1465./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powersymbols --weather
1466./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powersymbols --material
1467./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --powersymbols
1468./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --weather --material
1469./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --weather
1470./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux --material
1471./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontlinux
1472./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1473./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1474./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1475./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
1476./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
1477./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather
1478./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --fontawesomeextension --material
1479./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --fontawesomeextension
1480./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --powersymbols --weather --material
1481./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --powersymbols --weather
1482./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --powersymbols --material
1483./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --powersymbols
1484./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --weather --material
1485./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --weather
1486./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra --material
1487./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powerlineextra
1488./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
1489./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather
1490./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --fontawesomeextension --powersymbols --material
1491./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --fontawesomeextension --powersymbols
1492./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --fontawesomeextension --weather --material
1493./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --fontawesomeextension --weather
1494./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --fontawesomeextension --material
1495./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --fontawesomeextension
1496./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powersymbols --weather --material
1497./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powersymbols --weather
1498./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powersymbols --material
1499./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --powersymbols
1500./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --weather --material
1501./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --weather
1502./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons --material
1503./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --pomicons
1504./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1505./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
1506./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --material
1507./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --fontawesomeextension --powersymbols
1508./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --fontawesomeextension --weather --material
1509./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --fontawesomeextension --weather
1510./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --fontawesomeextension --material
1511./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --fontawesomeextension
1512./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --powersymbols --weather --material
1513./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --powersymbols --weather
1514./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --powersymbols --material
1515./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --powersymbols
1516./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --weather --material
1517./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --weather
1518./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra --material
1519./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powerlineextra
1520./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontawesomeextension --powersymbols --weather --material
1521./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontawesomeextension --powersymbols --weather
1522./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontawesomeextension --powersymbols --material
1523./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontawesomeextension --powersymbols
1524./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontawesomeextension --weather --material
1525./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontawesomeextension --weather
1526./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontawesomeextension --material
1527./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --fontawesomeextension
1528./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powersymbols --weather --material
1529./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powersymbols --weather
1530./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powersymbols --material
1531./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --powersymbols
1532./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --weather --material
1533./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --weather
1534./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons --material
1535./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --octicons
1536./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1537./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1538./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1539./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
1540./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
1541./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
1542./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
1543./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension
1544./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
1545./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather
1546./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --powersymbols --material
1547./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --powersymbols
1548./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --weather --material
1549./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --weather
1550./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra --material
1551./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powerlineextra
1552./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
1553./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
1554./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --material
1555./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --fontawesomeextension --powersymbols
1556./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --fontawesomeextension --weather --material
1557./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --fontawesomeextension --weather
1558./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --fontawesomeextension --material
1559./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --fontawesomeextension
1560./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powersymbols --weather --material
1561./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powersymbols --weather
1562./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powersymbols --material
1563./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --powersymbols
1564./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --weather --material
1565./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --weather
1566./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons --material
1567./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --pomicons
1568./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
1569./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
1570./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
1571./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols
1572./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --fontawesomeextension --weather --material
1573./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --fontawesomeextension --weather
1574./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --fontawesomeextension --material
1575./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --fontawesomeextension
1576./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --powersymbols --weather --material
1577./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --powersymbols --weather
1578./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --powersymbols --material
1579./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --powersymbols
1580./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --weather --material
1581./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --weather
1582./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra --material
1583./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powerlineextra
1584./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --fontawesomeextension --powersymbols --weather --material
1585./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --fontawesomeextension --powersymbols --weather
1586./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --fontawesomeextension --powersymbols --material
1587./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --fontawesomeextension --powersymbols
1588./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --fontawesomeextension --weather --material
1589./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --fontawesomeextension --weather
1590./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --fontawesomeextension --material
1591./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --fontawesomeextension
1592./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powersymbols --weather --material
1593./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powersymbols --weather
1594./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powersymbols --material
1595./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --powersymbols
1596./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --weather --material
1597./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --weather
1598./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux --material
1599./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontlinux
1600./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1601./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1602./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1603./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols
1604./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --fontawesomeextension --weather --material
1605./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --fontawesomeextension --weather
1606./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --fontawesomeextension --material
1607./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --fontawesomeextension
1608./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --powersymbols --weather --material
1609./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --powersymbols --weather
1610./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --powersymbols --material
1611./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --powersymbols
1612./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --weather --material
1613./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --weather
1614./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra --material
1615./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powerlineextra
1616./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --fontawesomeextension --powersymbols --weather --material
1617./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --fontawesomeextension --powersymbols --weather
1618./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --fontawesomeextension --powersymbols --material
1619./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --fontawesomeextension --powersymbols
1620./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --fontawesomeextension --weather --material
1621./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --fontawesomeextension --weather
1622./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --fontawesomeextension --material
1623./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --fontawesomeextension
1624./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powersymbols --weather --material
1625./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powersymbols --weather
1626./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powersymbols --material
1627./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --powersymbols
1628./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --weather --material
1629./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --weather
1630./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons --material
1631./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --pomicons
1632./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --fontawesomeextension --powersymbols --weather --material
1633./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --fontawesomeextension --powersymbols --weather
1634./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --fontawesomeextension --powersymbols --material
1635./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --fontawesomeextension --powersymbols
1636./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --fontawesomeextension --weather --material
1637./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --fontawesomeextension --weather
1638./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --fontawesomeextension --material
1639./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --fontawesomeextension
1640./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --powersymbols --weather --material
1641./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --powersymbols --weather
1642./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --powersymbols --material
1643./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --powersymbols
1644./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --weather --material
1645./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --weather
1646./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra --material
1647./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powerlineextra
1648./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesomeextension --powersymbols --weather --material
1649./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesomeextension --powersymbols --weather
1650./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesomeextension --powersymbols --material
1651./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesomeextension --powersymbols
1652./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesomeextension --weather --material
1653./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesomeextension --weather
1654./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesomeextension --material
1655./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --fontawesomeextension
1656./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powersymbols --weather --material
1657./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powersymbols --weather
1658./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powersymbols --material
1659./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --powersymbols
1660./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --weather --material
1661./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --weather
1662./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows --material
1663./font-patcher JetBrainsMono-Regular.ttf  --powerline --windows
1664./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1665./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1666./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1667./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
1668./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
1669./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
1670./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
1671./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
1672./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
1673./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
1674./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
1675./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols
1676./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material
1677./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather
1678./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material
1679./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powerlineextra
1680./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
1681./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
1682./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
1683./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
1684./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
1685./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather
1686./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material
1687./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension
1688./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material
1689./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather
1690./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powersymbols --material
1691./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --powersymbols
1692./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --weather --material
1693./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --weather
1694./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons --material
1695./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --pomicons
1696./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
1697./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
1698./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
1699./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
1700./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
1701./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
1702./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material
1703./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension
1704./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material
1705./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather
1706./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material
1707./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --powersymbols
1708./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --weather --material
1709./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --weather
1710./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra --material
1711./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powerlineextra
1712./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
1713./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather
1714./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material
1715./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols
1716./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material
1717./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --fontawesomeextension --weather
1718./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --fontawesomeextension --material
1719./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --fontawesomeextension
1720./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powersymbols --weather --material
1721./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powersymbols --weather
1722./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powersymbols --material
1723./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --powersymbols
1724./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --weather --material
1725./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --weather
1726./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux --material
1727./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontlinux
1728./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1729./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1730./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1731./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
1732./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
1733./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather
1734./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material
1735./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension
1736./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material
1737./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather
1738./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material
1739./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --powersymbols
1740./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --weather --material
1741./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --weather
1742./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra --material
1743./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powerlineextra
1744./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
1745./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather
1746./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material
1747./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols
1748./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --fontawesomeextension --weather --material
1749./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --fontawesomeextension --weather
1750./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --fontawesomeextension --material
1751./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --fontawesomeextension
1752./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powersymbols --weather --material
1753./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powersymbols --weather
1754./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powersymbols --material
1755./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --powersymbols
1756./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --weather --material
1757./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --weather
1758./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons --material
1759./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --pomicons
1760./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1761./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
1762./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material
1763./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols
1764./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material
1765./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --fontawesomeextension --weather
1766./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --fontawesomeextension --material
1767./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --fontawesomeextension
1768./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --powersymbols --weather --material
1769./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --powersymbols --weather
1770./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --powersymbols --material
1771./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --powersymbols
1772./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --weather --material
1773./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --weather
1774./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra --material
1775./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powerlineextra
1776./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material
1777./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontawesomeextension --powersymbols --weather
1778./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontawesomeextension --powersymbols --material
1779./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontawesomeextension --powersymbols
1780./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontawesomeextension --weather --material
1781./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontawesomeextension --weather
1782./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontawesomeextension --material
1783./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --fontawesomeextension
1784./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powersymbols --weather --material
1785./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powersymbols --weather
1786./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powersymbols --material
1787./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --powersymbols
1788./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --weather --material
1789./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --weather
1790./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons --material
1791./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --octicons
1792./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1793./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1794./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1795./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
1796./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
1797./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
1798./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
1799./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension
1800./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
1801./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather
1802./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material
1803./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols
1804./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --weather --material
1805./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --weather
1806./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra --material
1807./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powerlineextra
1808./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
1809./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
1810./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material
1811./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols
1812./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material
1813./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --fontawesomeextension --weather
1814./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --fontawesomeextension --material
1815./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --fontawesomeextension
1816./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powersymbols --weather --material
1817./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powersymbols --weather
1818./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powersymbols --material
1819./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --powersymbols
1820./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --weather --material
1821./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --weather
1822./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons --material
1823./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --pomicons
1824./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
1825./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
1826./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
1827./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols
1828./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material
1829./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather
1830./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material
1831./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --fontawesomeextension
1832./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material
1833./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --powersymbols --weather
1834./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --powersymbols --material
1835./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --powersymbols
1836./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --weather --material
1837./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --weather
1838./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra --material
1839./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powerlineextra
1840./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material
1841./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather
1842./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --fontawesomeextension --powersymbols --material
1843./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --fontawesomeextension --powersymbols
1844./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --fontawesomeextension --weather --material
1845./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --fontawesomeextension --weather
1846./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --fontawesomeextension --material
1847./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --fontawesomeextension
1848./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powersymbols --weather --material
1849./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powersymbols --weather
1850./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powersymbols --material
1851./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --powersymbols
1852./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --weather --material
1853./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --weather
1854./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux --material
1855./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontlinux
1856./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1857./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1858./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1859./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols
1860./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material
1861./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather
1862./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --fontawesomeextension --material
1863./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --fontawesomeextension
1864./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --powersymbols --weather --material
1865./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --powersymbols --weather
1866./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --powersymbols --material
1867./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --powersymbols
1868./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --weather --material
1869./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --weather
1870./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra --material
1871./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powerlineextra
1872./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material
1873./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --fontawesomeextension --powersymbols --weather
1874./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --fontawesomeextension --powersymbols --material
1875./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --fontawesomeextension --powersymbols
1876./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --fontawesomeextension --weather --material
1877./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --fontawesomeextension --weather
1878./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --fontawesomeextension --material
1879./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --fontawesomeextension
1880./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powersymbols --weather --material
1881./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powersymbols --weather
1882./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powersymbols --material
1883./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --powersymbols
1884./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --weather --material
1885./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --weather
1886./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons --material
1887./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --pomicons
1888./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material
1889./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather
1890./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material
1891./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --fontawesomeextension --powersymbols
1892./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --fontawesomeextension --weather --material
1893./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --fontawesomeextension --weather
1894./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --fontawesomeextension --material
1895./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --fontawesomeextension
1896./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --powersymbols --weather --material
1897./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --powersymbols --weather
1898./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --powersymbols --material
1899./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --powersymbols
1900./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --weather --material
1901./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --weather
1902./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra --material
1903./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powerlineextra
1904./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontawesomeextension --powersymbols --weather --material
1905./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontawesomeextension --powersymbols --weather
1906./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontawesomeextension --powersymbols --material
1907./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontawesomeextension --powersymbols
1908./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontawesomeextension --weather --material
1909./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontawesomeextension --weather
1910./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontawesomeextension --material
1911./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --fontawesomeextension
1912./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powersymbols --weather --material
1913./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powersymbols --weather
1914./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powersymbols --material
1915./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --powersymbols
1916./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --weather --material
1917./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --weather
1918./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome --material
1919./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesome
1920./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1921./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1922./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1923./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
1924./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
1925./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
1926./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
1927./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
1928./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
1929./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
1930./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
1931./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --powersymbols
1932./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --weather --material
1933./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --weather
1934./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra --material
1935./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powerlineextra
1936./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
1937./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
1938./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
1939./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
1940./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
1941./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --fontawesomeextension --weather
1942./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --fontawesomeextension --material
1943./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --fontawesomeextension
1944./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powersymbols --weather --material
1945./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powersymbols --weather
1946./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powersymbols --material
1947./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --powersymbols
1948./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --weather --material
1949./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --weather
1950./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons --material
1951./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --pomicons
1952./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
1953./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
1954./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
1955./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
1956./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
1957./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
1958./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --fontawesomeextension --material
1959./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --fontawesomeextension
1960./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --powersymbols --weather --material
1961./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --powersymbols --weather
1962./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --powersymbols --material
1963./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --powersymbols
1964./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --weather --material
1965./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --weather
1966./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra --material
1967./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powerlineextra
1968./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
1969./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --fontawesomeextension --powersymbols --weather
1970./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --fontawesomeextension --powersymbols --material
1971./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --fontawesomeextension --powersymbols
1972./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --fontawesomeextension --weather --material
1973./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --fontawesomeextension --weather
1974./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --fontawesomeextension --material
1975./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --fontawesomeextension
1976./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powersymbols --weather --material
1977./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powersymbols --weather
1978./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powersymbols --material
1979./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --powersymbols
1980./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --weather --material
1981./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --weather
1982./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux --material
1983./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontlinux
1984./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
1985./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
1986./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
1987./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
1988./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
1989./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --fontawesomeextension --weather
1990./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --fontawesomeextension --material
1991./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --fontawesomeextension
1992./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --powersymbols --weather --material
1993./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --powersymbols --weather
1994./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --powersymbols --material
1995./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --powersymbols
1996./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --weather --material
1997./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --weather
1998./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra --material
1999./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powerlineextra
2000./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
2001./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --fontawesomeextension --powersymbols --weather
2002./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --fontawesomeextension --powersymbols --material
2003./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --fontawesomeextension --powersymbols
2004./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --fontawesomeextension --weather --material
2005./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --fontawesomeextension --weather
2006./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --fontawesomeextension --material
2007./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --fontawesomeextension
2008./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powersymbols --weather --material
2009./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powersymbols --weather
2010./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powersymbols --material
2011./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --powersymbols
2012./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --weather --material
2013./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --weather
2014./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons --material
2015./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --pomicons
2016./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2017./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
2018./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --fontawesomeextension --powersymbols --material
2019./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --fontawesomeextension --powersymbols
2020./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --fontawesomeextension --weather --material
2021./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --fontawesomeextension --weather
2022./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --fontawesomeextension --material
2023./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --fontawesomeextension
2024./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --powersymbols --weather --material
2025./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --powersymbols --weather
2026./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --powersymbols --material
2027./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --powersymbols
2028./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --weather --material
2029./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --weather
2030./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra --material
2031./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powerlineextra
2032./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontawesomeextension --powersymbols --weather --material
2033./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontawesomeextension --powersymbols --weather
2034./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontawesomeextension --powersymbols --material
2035./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontawesomeextension --powersymbols
2036./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontawesomeextension --weather --material
2037./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontawesomeextension --weather
2038./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontawesomeextension --material
2039./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --fontawesomeextension
2040./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powersymbols --weather --material
2041./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powersymbols --weather
2042./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powersymbols --material
2043./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --powersymbols
2044./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --weather --material
2045./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --weather
2046./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons --material
2047./font-patcher JetBrainsMono-Regular.ttf  --powerline --octicons
2048./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2049./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2050./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2051./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
2052./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
2053./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
2054./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
2055./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --fontawesomeextension
2056./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
2057./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --powersymbols --weather
2058./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --powersymbols --material
2059./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --powersymbols
2060./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --weather --material
2061./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --weather
2062./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra --material
2063./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powerlineextra
2064./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
2065./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
2066./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --fontawesomeextension --powersymbols --material
2067./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --fontawesomeextension --powersymbols
2068./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --fontawesomeextension --weather --material
2069./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --fontawesomeextension --weather
2070./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --fontawesomeextension --material
2071./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --fontawesomeextension
2072./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powersymbols --weather --material
2073./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powersymbols --weather
2074./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powersymbols --material
2075./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --powersymbols
2076./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --weather --material
2077./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --weather
2078./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons --material
2079./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --pomicons
2080./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
2081./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
2082./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
2083./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --fontawesomeextension --powersymbols
2084./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --fontawesomeextension --weather --material
2085./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --fontawesomeextension --weather
2086./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --fontawesomeextension --material
2087./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --fontawesomeextension
2088./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --powersymbols --weather --material
2089./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --powersymbols --weather
2090./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --powersymbols --material
2091./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --powersymbols
2092./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --weather --material
2093./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --weather
2094./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra --material
2095./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powerlineextra
2096./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --fontawesomeextension --powersymbols --weather --material
2097./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --fontawesomeextension --powersymbols --weather
2098./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --fontawesomeextension --powersymbols --material
2099./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --fontawesomeextension --powersymbols
2100./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --fontawesomeextension --weather --material
2101./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --fontawesomeextension --weather
2102./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --fontawesomeextension --material
2103./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --fontawesomeextension
2104./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powersymbols --weather --material
2105./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powersymbols --weather
2106./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powersymbols --material
2107./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --powersymbols
2108./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --weather --material
2109./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --weather
2110./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux --material
2111./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontlinux
2112./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2113./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2114./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2115./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --fontawesomeextension --powersymbols
2116./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --fontawesomeextension --weather --material
2117./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --fontawesomeextension --weather
2118./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --fontawesomeextension --material
2119./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --fontawesomeextension
2120./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --powersymbols --weather --material
2121./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --powersymbols --weather
2122./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --powersymbols --material
2123./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --powersymbols
2124./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --weather --material
2125./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --weather
2126./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra --material
2127./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powerlineextra
2128./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --fontawesomeextension --powersymbols --weather --material
2129./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --fontawesomeextension --powersymbols --weather
2130./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --fontawesomeextension --powersymbols --material
2131./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --fontawesomeextension --powersymbols
2132./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --fontawesomeextension --weather --material
2133./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --fontawesomeextension --weather
2134./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --fontawesomeextension --material
2135./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --fontawesomeextension
2136./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powersymbols --weather --material
2137./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powersymbols --weather
2138./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powersymbols --material
2139./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --powersymbols
2140./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --weather --material
2141./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --weather
2142./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons --material
2143./font-patcher JetBrainsMono-Regular.ttf  --powerline --pomicons
2144./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --fontawesomeextension --powersymbols --weather --material
2145./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --fontawesomeextension --powersymbols --weather
2146./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --fontawesomeextension --powersymbols --material
2147./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --fontawesomeextension --powersymbols
2148./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --fontawesomeextension --weather --material
2149./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --fontawesomeextension --weather
2150./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --fontawesomeextension --material
2151./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --fontawesomeextension
2152./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --powersymbols --weather --material
2153./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --powersymbols --weather
2154./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --powersymbols --material
2155./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --powersymbols
2156./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --weather --material
2157./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --weather
2158./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra --material
2159./font-patcher JetBrainsMono-Regular.ttf  --powerline --powerlineextra
2160./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesomeextension --powersymbols --weather --material
2161./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesomeextension --powersymbols --weather
2162./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesomeextension --powersymbols --material
2163./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesomeextension --powersymbols
2164./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesomeextension --weather --material
2165./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesomeextension --weather
2166./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesomeextension --material
2167./font-patcher JetBrainsMono-Regular.ttf  --powerline --fontawesomeextension
2168./font-patcher JetBrainsMono-Regular.ttf  --powerline --powersymbols --weather --material
2169./font-patcher JetBrainsMono-Regular.ttf  --powerline --powersymbols --weather
2170./font-patcher JetBrainsMono-Regular.ttf  --powerline --powersymbols --material
2171./font-patcher JetBrainsMono-Regular.ttf  --powerline --powersymbols
2172./font-patcher JetBrainsMono-Regular.ttf  --powerline --weather --material
2173./font-patcher JetBrainsMono-Regular.ttf  --powerline --weather
2174./font-patcher JetBrainsMono-Regular.ttf  --powerline --material
2175./font-patcher JetBrainsMono-Regular.ttf  --powerline
2176./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2177./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2178./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2179./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
2180./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
2181./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
2182./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
2183./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
2184./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
2185./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
2186./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
2187./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols
2188./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material
2189./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather
2190./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material
2191./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra
2192./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
2193./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
2194./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
2195./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
2196./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
2197./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather
2198./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material
2199./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension
2200./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material
2201./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather
2202./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --material
2203./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols
2204./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --weather --material
2205./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --weather
2206./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --material
2207./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons
2208./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
2209./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
2210./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
2211./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
2212./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
2213./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
2214./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material
2215./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension
2216./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material
2217./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather
2218./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material
2219./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols
2220./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --weather --material
2221./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --weather
2222./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --material
2223./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra
2224./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
2225./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather
2226./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material
2227./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols
2228./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material
2229./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather
2230./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --material
2231./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension
2232./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols --weather --material
2233./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols --weather
2234./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols --material
2235./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols
2236./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --weather --material
2237./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --weather
2238./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --material
2239./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux
2240./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2241./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2242./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2243./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
2244./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
2245./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather
2246./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material
2247./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension
2248./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material
2249./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather
2250./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material
2251./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols
2252./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --weather --material
2253./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --weather
2254./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --material
2255./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra
2256./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
2257./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather
2258./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material
2259./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols
2260./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather --material
2261./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather
2262./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --material
2263./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension
2264./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols --weather --material
2265./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols --weather
2266./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols --material
2267./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols
2268./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --weather --material
2269./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --weather
2270./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --material
2271./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --pomicons
2272./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2273./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
2274./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material
2275./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols
2276./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material
2277./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather
2278./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --material
2279./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension
2280./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols --weather --material
2281./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols --weather
2282./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols --material
2283./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols
2284./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --weather --material
2285./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --weather
2286./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --material
2287./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra
2288./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material
2289./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather
2290./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols --material
2291./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols
2292./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --weather --material
2293./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --weather
2294./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --material
2295./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension
2296./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols --weather --material
2297./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols --weather
2298./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols --material
2299./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols
2300./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --weather --material
2301./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --weather
2302./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons --material
2303./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --octicons
2304./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2305./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2306./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2307./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
2308./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
2309./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
2310./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
2311./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension
2312./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
2313./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather
2314./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material
2315./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols
2316./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather --material
2317./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather
2318./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --material
2319./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra
2320./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
2321./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
2322./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material
2323./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols
2324./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material
2325./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather
2326./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --material
2327./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension
2328./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols --weather --material
2329./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols --weather
2330./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols --material
2331./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols
2332./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --weather --material
2333./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --weather
2334./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --material
2335./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons
2336./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
2337./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
2338./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
2339./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols
2340./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material
2341./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather
2342./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material
2343./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension
2344./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material
2345./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather
2346./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols --material
2347./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols
2348./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --weather --material
2349./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --weather
2350./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --material
2351./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra
2352./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material
2353./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather
2354./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --material
2355./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols
2356./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --weather --material
2357./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --weather
2358./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --material
2359./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension
2360./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols --weather --material
2361./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols --weather
2362./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols --material
2363./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols
2364./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --weather --material
2365./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --weather
2366./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux --material
2367./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontlinux
2368./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2369./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2370./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2371./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols
2372./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material
2373./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather
2374./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --material
2375./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension
2376./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather --material
2377./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather
2378./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols --material
2379./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols
2380./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --weather --material
2381./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --weather
2382./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --material
2383./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra
2384./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material
2385./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather
2386./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --material
2387./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols
2388./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --weather --material
2389./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --weather
2390./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --material
2391./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension
2392./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols --weather --material
2393./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols --weather
2394./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols --material
2395./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols
2396./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --weather --material
2397./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --weather
2398./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons --material
2399./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --pomicons
2400./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material
2401./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather
2402./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material
2403./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols
2404./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --weather --material
2405./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --weather
2406./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --material
2407./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension
2408./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols --weather --material
2409./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols --weather
2410./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols --material
2411./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols
2412./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --weather --material
2413./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --weather
2414./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra --material
2415./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powerlineextra
2416./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols --weather --material
2417./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols --weather
2418./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols --material
2419./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols
2420./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --weather --material
2421./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --weather
2422./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --material
2423./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --fontawesomeextension
2424./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powersymbols --weather --material
2425./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powersymbols --weather
2426./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powersymbols --material
2427./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --powersymbols
2428./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --weather --material
2429./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --weather
2430./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome --material
2431./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesome
2432./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2433./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2434./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2435./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
2436./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
2437./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
2438./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
2439./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
2440./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
2441./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
2442./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
2443./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols
2444./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --weather --material
2445./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --weather
2446./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --material
2447./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra
2448./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
2449./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
2450./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
2451./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
2452./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
2453./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather
2454./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --material
2455./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension
2456./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols --weather --material
2457./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols --weather
2458./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols --material
2459./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols
2460./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --weather --material
2461./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --weather
2462./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --material
2463./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --pomicons
2464./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
2465./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
2466./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
2467./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
2468./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
2469./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
2470./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --material
2471./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension
2472./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols --weather --material
2473./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols --weather
2474./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols --material
2475./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols
2476./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --weather --material
2477./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --weather
2478./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --material
2479./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra
2480./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
2481./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather
2482./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols --material
2483./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols
2484./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --weather --material
2485./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --weather
2486./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --material
2487./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension
2488./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols --weather --material
2489./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols --weather
2490./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols --material
2491./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols
2492./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --weather --material
2493./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --weather
2494./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux --material
2495./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontlinux
2496./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2497./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2498./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2499./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
2500./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
2501./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather
2502./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --material
2503./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension
2504./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols --weather --material
2505./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols --weather
2506./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols --material
2507./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols
2508./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --weather --material
2509./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --weather
2510./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --material
2511./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra
2512./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
2513./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather
2514./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols --material
2515./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols
2516./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --weather --material
2517./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --weather
2518./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --material
2519./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension
2520./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powersymbols --weather --material
2521./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powersymbols --weather
2522./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powersymbols --material
2523./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --powersymbols
2524./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --weather --material
2525./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --weather
2526./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons --material
2527./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --pomicons
2528./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2529./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
2530./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --material
2531./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols
2532./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --weather --material
2533./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --weather
2534./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --material
2535./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension
2536./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols --weather --material
2537./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols --weather
2538./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols --material
2539./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols
2540./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --weather --material
2541./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --weather
2542./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra --material
2543./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powerlineextra
2544./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols --weather --material
2545./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols --weather
2546./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols --material
2547./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols
2548./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontawesomeextension --weather --material
2549./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontawesomeextension --weather
2550./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontawesomeextension --material
2551./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --fontawesomeextension
2552./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powersymbols --weather --material
2553./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powersymbols --weather
2554./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powersymbols --material
2555./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --powersymbols
2556./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --weather --material
2557./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --weather
2558./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons --material
2559./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --octicons
2560./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2561./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2562./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2563./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
2564./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
2565./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
2566./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
2567./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension
2568./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
2569./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather
2570./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols --material
2571./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols
2572./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --weather --material
2573./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --weather
2574./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --material
2575./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra
2576./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
2577./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
2578./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --material
2579./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols
2580./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --weather --material
2581./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --weather
2582./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --material
2583./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension
2584./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols --weather --material
2585./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols --weather
2586./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols --material
2587./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols
2588./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --weather --material
2589./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --weather
2590./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons --material
2591./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --pomicons
2592./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
2593./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
2594./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
2595./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols
2596./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --weather --material
2597./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --weather
2598./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --material
2599./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension
2600./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols --weather --material
2601./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols --weather
2602./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols --material
2603./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols
2604./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --weather --material
2605./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --weather
2606./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra --material
2607./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powerlineextra
2608./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols --weather --material
2609./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols --weather
2610./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols --material
2611./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols
2612./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --weather --material
2613./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --weather
2614./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --material
2615./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --fontawesomeextension
2616./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powersymbols --weather --material
2617./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powersymbols --weather
2618./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powersymbols --material
2619./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --powersymbols
2620./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --weather --material
2621./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --weather
2622./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux --material
2623./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontlinux
2624./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2625./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2626./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2627./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols
2628./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --weather --material
2629./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --weather
2630./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --material
2631./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension
2632./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols --weather --material
2633./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols --weather
2634./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols --material
2635./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols
2636./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --weather --material
2637./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --weather
2638./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra --material
2639./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powerlineextra
2640./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols --weather --material
2641./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols --weather
2642./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols --material
2643./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols
2644./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --weather --material
2645./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --weather
2646./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --fontawesomeextension --material
2647./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --fontawesomeextension
2648./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powersymbols --weather --material
2649./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powersymbols --weather
2650./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powersymbols --material
2651./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --powersymbols
2652./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --weather --material
2653./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --weather
2654./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons --material
2655./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --pomicons
2656./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols --weather --material
2657./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols --weather
2658./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols --material
2659./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols
2660./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --weather --material
2661./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --weather
2662./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --material
2663./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension
2664./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --powersymbols --weather --material
2665./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --powersymbols --weather
2666./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --powersymbols --material
2667./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --powersymbols
2668./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --weather --material
2669./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --weather
2670./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra --material
2671./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powerlineextra
2672./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesomeextension --powersymbols --weather --material
2673./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesomeextension --powersymbols --weather
2674./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesomeextension --powersymbols --material
2675./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesomeextension --powersymbols
2676./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesomeextension --weather --material
2677./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesomeextension --weather
2678./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesomeextension --material
2679./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --fontawesomeextension
2680./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powersymbols --weather --material
2681./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powersymbols --weather
2682./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powersymbols --material
2683./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --powersymbols
2684./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --weather --material
2685./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --weather
2686./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows --material
2687./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --windows
2688./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2689./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2690./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2691./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
2692./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
2693./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
2694./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
2695./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
2696./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
2697./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
2698./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
2699./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols
2700./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material
2701./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather
2702./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material
2703./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra
2704./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
2705./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
2706./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
2707./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
2708./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
2709./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather
2710./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material
2711./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension
2712./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material
2713./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather
2714./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols --material
2715./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols
2716./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --weather --material
2717./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --weather
2718./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --material
2719./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons
2720./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
2721./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
2722./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
2723./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
2724./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
2725./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
2726./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material
2727./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension
2728./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material
2729./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather
2730./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material
2731./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols
2732./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --weather --material
2733./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --weather
2734./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --material
2735./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra
2736./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
2737./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather
2738./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material
2739./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols
2740./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material
2741./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --weather
2742./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --material
2743./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension
2744./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols --weather --material
2745./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols --weather
2746./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols --material
2747./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols
2748./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --weather --material
2749./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --weather
2750./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux --material
2751./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontlinux
2752./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2753./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2754./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2755./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
2756./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
2757./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather
2758./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material
2759./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension
2760./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material
2761./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather
2762./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material
2763./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols
2764./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --weather --material
2765./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --weather
2766./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --material
2767./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra
2768./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
2769./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather
2770./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material
2771./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols
2772./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --weather --material
2773./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --weather
2774./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --material
2775./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension
2776./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols --weather --material
2777./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols --weather
2778./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols --material
2779./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols
2780./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --weather --material
2781./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --weather
2782./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons --material
2783./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --pomicons
2784./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2785./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
2786./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material
2787./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols
2788./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material
2789./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --weather
2790./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --material
2791./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension
2792./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols --weather --material
2793./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols --weather
2794./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols --material
2795./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols
2796./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --weather --material
2797./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --weather
2798./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra --material
2799./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powerlineextra
2800./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material
2801./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols --weather
2802./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols --material
2803./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols
2804./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --weather --material
2805./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --weather
2806./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --material
2807./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension
2808./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powersymbols --weather --material
2809./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powersymbols --weather
2810./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powersymbols --material
2811./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --powersymbols
2812./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --weather --material
2813./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --weather
2814./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons --material
2815./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --octicons
2816./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2817./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2818./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2819./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
2820./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
2821./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
2822./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
2823./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension
2824./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
2825./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather
2826./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material
2827./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols
2828./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --weather --material
2829./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --weather
2830./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --material
2831./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra
2832./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
2833./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
2834./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material
2835./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols
2836./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material
2837./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --weather
2838./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --material
2839./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension
2840./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols --weather --material
2841./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols --weather
2842./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols --material
2843./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols
2844./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --weather --material
2845./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --weather
2846./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons --material
2847./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --pomicons
2848./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
2849./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
2850./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
2851./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols
2852./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material
2853./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather
2854./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material
2855./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension
2856./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material
2857./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols --weather
2858./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols --material
2859./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols
2860./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --weather --material
2861./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --weather
2862./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --material
2863./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra
2864./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material
2865./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather
2866./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols --material
2867./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols
2868./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --weather --material
2869./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --weather
2870./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --material
2871./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension
2872./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powersymbols --weather --material
2873./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powersymbols --weather
2874./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powersymbols --material
2875./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --powersymbols
2876./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --weather --material
2877./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --weather
2878./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux --material
2879./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontlinux
2880./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2881./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2882./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2883./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols
2884./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material
2885./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather
2886./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --material
2887./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension
2888./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols --weather --material
2889./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols --weather
2890./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols --material
2891./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols
2892./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --weather --material
2893./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --weather
2894./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --material
2895./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powerlineextra
2896./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material
2897./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols --weather
2898./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols --material
2899./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols
2900./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --weather --material
2901./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --weather
2902./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --material
2903./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension
2904./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powersymbols --weather --material
2905./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powersymbols --weather
2906./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powersymbols --material
2907./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --powersymbols
2908./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --weather --material
2909./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --weather
2910./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons --material
2911./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --pomicons
2912./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material
2913./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather
2914./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material
2915./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols
2916./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --weather --material
2917./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --weather
2918./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --material
2919./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension
2920./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols --weather --material
2921./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols --weather
2922./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols --material
2923./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols
2924./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --weather --material
2925./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --weather
2926./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra --material
2927./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powerlineextra
2928./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols --weather --material
2929./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols --weather
2930./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols --material
2931./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols
2932./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontawesomeextension --weather --material
2933./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontawesomeextension --weather
2934./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontawesomeextension --material
2935./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --fontawesomeextension
2936./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powersymbols --weather --material
2937./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powersymbols --weather
2938./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powersymbols --material
2939./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --powersymbols
2940./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --weather --material
2941./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --weather
2942./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome --material
2943./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesome
2944./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
2945./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
2946./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
2947./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
2948./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
2949./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
2950./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
2951./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
2952./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
2953./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
2954./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
2955./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols
2956./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --weather --material
2957./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --weather
2958./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --material
2959./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra
2960./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
2961./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
2962./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
2963./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
2964./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
2965./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --weather
2966./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --material
2967./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension
2968./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols --weather --material
2969./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols --weather
2970./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols --material
2971./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols
2972./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --weather --material
2973./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --weather
2974./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons --material
2975./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --pomicons
2976./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
2977./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
2978./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
2979./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
2980./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
2981./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
2982./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --material
2983./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension
2984./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols --weather --material
2985./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols --weather
2986./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols --material
2987./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols
2988./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --weather --material
2989./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --weather
2990./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra --material
2991./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powerlineextra
2992./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
2993./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols --weather
2994./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols --material
2995./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols
2996./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --weather --material
2997./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --weather
2998./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --material
2999./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension
3000./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powersymbols --weather --material
3001./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powersymbols --weather
3002./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powersymbols --material
3003./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --powersymbols
3004./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --weather --material
3005./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --weather
3006./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux --material
3007./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontlinux
3008./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3009./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3010./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3011./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
3012./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
3013./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --weather
3014./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --material
3015./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension
3016./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols --weather --material
3017./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols --weather
3018./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols --material
3019./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols
3020./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --weather --material
3021./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --weather
3022./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra --material
3023./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powerlineextra
3024./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
3025./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols --weather
3026./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols --material
3027./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols
3028./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --weather --material
3029./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --weather
3030./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --material
3031./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --fontawesomeextension
3032./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powersymbols --weather --material
3033./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powersymbols --weather
3034./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powersymbols --material
3035./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --powersymbols
3036./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --weather --material
3037./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --weather
3038./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons --material
3039./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --pomicons
3040./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3041./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
3042./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols --material
3043./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols
3044./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --weather --material
3045./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --weather
3046./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --material
3047./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension
3048./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --powersymbols --weather --material
3049./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --powersymbols --weather
3050./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --powersymbols --material
3051./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --powersymbols
3052./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --weather --material
3053./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --weather
3054./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra --material
3055./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powerlineextra
3056./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols --weather --material
3057./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols --weather
3058./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols --material
3059./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols
3060./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontawesomeextension --weather --material
3061./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontawesomeextension --weather
3062./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontawesomeextension --material
3063./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --fontawesomeextension
3064./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powersymbols --weather --material
3065./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powersymbols --weather
3066./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powersymbols --material
3067./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --powersymbols
3068./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --weather --material
3069./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --weather
3070./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons --material
3071./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --octicons
3072./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3073./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3074./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3075./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
3076./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
3077./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
3078./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
3079./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension
3080./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
3081./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols --weather
3082./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols --material
3083./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols
3084./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --weather --material
3085./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --weather
3086./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --material
3087./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powerlineextra
3088./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
3089./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
3090./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols --material
3091./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols
3092./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --weather --material
3093./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --weather
3094./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --material
3095./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension
3096./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powersymbols --weather --material
3097./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powersymbols --weather
3098./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powersymbols --material
3099./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --powersymbols
3100./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --weather --material
3101./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --weather
3102./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons --material
3103./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --pomicons
3104./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
3105./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
3106./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
3107./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols
3108./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --weather --material
3109./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --weather
3110./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --material
3111./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension
3112./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols --weather --material
3113./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols --weather
3114./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols --material
3115./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols
3116./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --weather --material
3117./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --weather
3118./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra --material
3119./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powerlineextra
3120./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols --weather --material
3121./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols --weather
3122./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols --material
3123./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols
3124./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --fontawesomeextension --weather --material
3125./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --fontawesomeextension --weather
3126./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --fontawesomeextension --material
3127./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --fontawesomeextension
3128./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powersymbols --weather --material
3129./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powersymbols --weather
3130./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powersymbols --material
3131./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --powersymbols
3132./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --weather --material
3133./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --weather
3134./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux --material
3135./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontlinux
3136./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3137./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3138./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3139./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols
3140./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --weather --material
3141./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --weather
3142./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --material
3143./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension
3144./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --powersymbols --weather --material
3145./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --powersymbols --weather
3146./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --powersymbols --material
3147./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --powersymbols
3148./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --weather --material
3149./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --weather
3150./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra --material
3151./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powerlineextra
3152./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols --weather --material
3153./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols --weather
3154./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols --material
3155./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols
3156./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --fontawesomeextension --weather --material
3157./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --fontawesomeextension --weather
3158./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --fontawesomeextension --material
3159./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --fontawesomeextension
3160./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powersymbols --weather --material
3161./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powersymbols --weather
3162./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powersymbols --material
3163./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --powersymbols
3164./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --weather --material
3165./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --weather
3166./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons --material
3167./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --pomicons
3168./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols --weather --material
3169./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols --weather
3170./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols --material
3171./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols
3172./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --fontawesomeextension --weather --material
3173./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --fontawesomeextension --weather
3174./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --fontawesomeextension --material
3175./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --fontawesomeextension
3176./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --powersymbols --weather --material
3177./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --powersymbols --weather
3178./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --powersymbols --material
3179./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --powersymbols
3180./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --weather --material
3181./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --weather
3182./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra --material
3183./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powerlineextra
3184./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesomeextension --powersymbols --weather --material
3185./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesomeextension --powersymbols --weather
3186./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesomeextension --powersymbols --material
3187./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesomeextension --powersymbols
3188./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesomeextension --weather --material
3189./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesomeextension --weather
3190./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesomeextension --material
3191./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --fontawesomeextension
3192./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powersymbols --weather --material
3193./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powersymbols --weather
3194./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powersymbols --material
3195./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --powersymbols
3196./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --weather --material
3197./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --weather
3198./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs --material
3199./font-patcher JetBrainsMono-Regular.ttf  --use-single-width-glyphs
3200./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3201./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3202./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3203./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
3204./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
3205./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
3206./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
3207./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
3208./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
3209./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
3210./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
3211./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols
3212./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material
3213./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather
3214./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material
3215./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra
3216./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
3217./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
3218./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
3219./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
3220./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
3221./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather
3222./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material
3223./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension
3224./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material
3225./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather
3226./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --material
3227./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols
3228./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --weather --material
3229./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --weather
3230./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons --material
3231./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --pomicons
3232./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
3233./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
3234./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
3235./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
3236./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
3237./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
3238./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material
3239./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension
3240./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material
3241./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather
3242./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material
3243./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols
3244./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --weather --material
3245./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --weather
3246./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra --material
3247./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powerlineextra
3248./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
3249./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather
3250./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material
3251./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols
3252./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material
3253./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather
3254./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --fontawesomeextension --material
3255./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --fontawesomeextension
3256./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powersymbols --weather --material
3257./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powersymbols --weather
3258./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powersymbols --material
3259./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --powersymbols
3260./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --weather --material
3261./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --weather
3262./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux --material
3263./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontlinux
3264./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3265./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3266./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3267./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
3268./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
3269./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather
3270./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material
3271./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension
3272./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material
3273./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather
3274./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material
3275./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols
3276./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --weather --material
3277./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --weather
3278./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra --material
3279./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powerlineextra
3280./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
3281./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather
3282./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material
3283./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols
3284./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather --material
3285./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather
3286./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --fontawesomeextension --material
3287./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --fontawesomeextension
3288./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powersymbols --weather --material
3289./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powersymbols --weather
3290./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powersymbols --material
3291./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --powersymbols
3292./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --weather --material
3293./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --weather
3294./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons --material
3295./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --pomicons
3296./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3297./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
3298./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material
3299./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols
3300./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material
3301./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather
3302./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --material
3303./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --fontawesomeextension
3304./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --powersymbols --weather --material
3305./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --powersymbols --weather
3306./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --powersymbols --material
3307./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --powersymbols
3308./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --weather --material
3309./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --weather
3310./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra --material
3311./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powerlineextra
3312./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material
3313./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather
3314./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontawesomeextension --powersymbols --material
3315./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontawesomeextension --powersymbols
3316./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontawesomeextension --weather --material
3317./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontawesomeextension --weather
3318./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontawesomeextension --material
3319./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --fontawesomeextension
3320./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powersymbols --weather --material
3321./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powersymbols --weather
3322./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powersymbols --material
3323./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --powersymbols
3324./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --weather --material
3325./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --weather
3326./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons --material
3327./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --octicons
3328./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3329./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3330./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3331./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
3332./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
3333./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
3334./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
3335./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension
3336./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
3337./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather
3338./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material
3339./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols
3340./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather --material
3341./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather
3342./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra --material
3343./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powerlineextra
3344./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
3345./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
3346./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material
3347./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols
3348./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material
3349./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather
3350./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --material
3351./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --fontawesomeextension
3352./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powersymbols --weather --material
3353./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powersymbols --weather
3354./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powersymbols --material
3355./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --powersymbols
3356./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --weather --material
3357./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --weather
3358./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons --material
3359./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --pomicons
3360./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
3361./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
3362./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
3363./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols
3364./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material
3365./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather
3366./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material
3367./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension
3368./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material
3369./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather
3370./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --powersymbols --material
3371./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --powersymbols
3372./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --weather --material
3373./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --weather
3374./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra --material
3375./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powerlineextra
3376./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material
3377./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather
3378./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --material
3379./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols
3380./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --fontawesomeextension --weather --material
3381./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --fontawesomeextension --weather
3382./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --fontawesomeextension --material
3383./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --fontawesomeextension
3384./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powersymbols --weather --material
3385./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powersymbols --weather
3386./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powersymbols --material
3387./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --powersymbols
3388./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --weather --material
3389./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --weather
3390./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux --material
3391./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontlinux
3392./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3393./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3394./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3395./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols
3396./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material
3397./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather
3398./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --material
3399./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension
3400./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather --material
3401./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather
3402./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --powersymbols --material
3403./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --powersymbols
3404./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --weather --material
3405./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --weather
3406./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra --material
3407./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powerlineextra
3408./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material
3409./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather
3410./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --material
3411./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --fontawesomeextension --powersymbols
3412./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --fontawesomeextension --weather --material
3413./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --fontawesomeextension --weather
3414./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --fontawesomeextension --material
3415./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --fontawesomeextension
3416./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powersymbols --weather --material
3417./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powersymbols --weather
3418./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powersymbols --material
3419./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --powersymbols
3420./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --weather --material
3421./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --weather
3422./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons --material
3423./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --pomicons
3424./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material
3425./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather
3426./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material
3427./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols
3428./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --fontawesomeextension --weather --material
3429./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --fontawesomeextension --weather
3430./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --fontawesomeextension --material
3431./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --fontawesomeextension
3432./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --powersymbols --weather --material
3433./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --powersymbols --weather
3434./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --powersymbols --material
3435./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --powersymbols
3436./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --weather --material
3437./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --weather
3438./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra --material
3439./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powerlineextra
3440./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontawesomeextension --powersymbols --weather --material
3441./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontawesomeextension --powersymbols --weather
3442./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontawesomeextension --powersymbols --material
3443./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontawesomeextension --powersymbols
3444./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontawesomeextension --weather --material
3445./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontawesomeextension --weather
3446./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontawesomeextension --material
3447./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --fontawesomeextension
3448./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powersymbols --weather --material
3449./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powersymbols --weather
3450./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powersymbols --material
3451./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --powersymbols
3452./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --weather --material
3453./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --weather
3454./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome --material
3455./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesome
3456./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3457./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3458./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3459./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
3460./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
3461./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
3462./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
3463./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
3464./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
3465./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
3466./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
3467./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols
3468./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --weather --material
3469./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --weather
3470./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra --material
3471./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powerlineextra
3472./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
3473./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
3474./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
3475./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
3476./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
3477./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather
3478./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --fontawesomeextension --material
3479./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --fontawesomeextension
3480./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powersymbols --weather --material
3481./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powersymbols --weather
3482./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powersymbols --material
3483./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --powersymbols
3484./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --weather --material
3485./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --weather
3486./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons --material
3487./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --pomicons
3488./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
3489./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
3490./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
3491./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
3492./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
3493./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
3494./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --material
3495./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --fontawesomeextension
3496./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --powersymbols --weather --material
3497./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --powersymbols --weather
3498./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --powersymbols --material
3499./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --powersymbols
3500./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --weather --material
3501./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --weather
3502./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra --material
3503./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powerlineextra
3504./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
3505./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather
3506./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --fontawesomeextension --powersymbols --material
3507./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --fontawesomeextension --powersymbols
3508./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --fontawesomeextension --weather --material
3509./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --fontawesomeextension --weather
3510./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --fontawesomeextension --material
3511./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --fontawesomeextension
3512./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powersymbols --weather --material
3513./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powersymbols --weather
3514./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powersymbols --material
3515./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --powersymbols
3516./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --weather --material
3517./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --weather
3518./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux --material
3519./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontlinux
3520./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3521./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3522./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3523./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
3524./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
3525./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather
3526./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --fontawesomeextension --material
3527./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --fontawesomeextension
3528./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --powersymbols --weather --material
3529./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --powersymbols --weather
3530./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --powersymbols --material
3531./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --powersymbols
3532./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --weather --material
3533./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --weather
3534./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra --material
3535./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powerlineextra
3536./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
3537./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather
3538./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --fontawesomeextension --powersymbols --material
3539./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --fontawesomeextension --powersymbols
3540./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --fontawesomeextension --weather --material
3541./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --fontawesomeextension --weather
3542./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --fontawesomeextension --material
3543./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --fontawesomeextension
3544./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powersymbols --weather --material
3545./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powersymbols --weather
3546./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powersymbols --material
3547./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --powersymbols
3548./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --weather --material
3549./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --weather
3550./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons --material
3551./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --pomicons
3552./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3553./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
3554./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --material
3555./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --fontawesomeextension --powersymbols
3556./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --fontawesomeextension --weather --material
3557./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --fontawesomeextension --weather
3558./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --fontawesomeextension --material
3559./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --fontawesomeextension
3560./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --powersymbols --weather --material
3561./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --powersymbols --weather
3562./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --powersymbols --material
3563./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --powersymbols
3564./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --weather --material
3565./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --weather
3566./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra --material
3567./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powerlineextra
3568./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontawesomeextension --powersymbols --weather --material
3569./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontawesomeextension --powersymbols --weather
3570./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontawesomeextension --powersymbols --material
3571./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontawesomeextension --powersymbols
3572./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontawesomeextension --weather --material
3573./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontawesomeextension --weather
3574./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontawesomeextension --material
3575./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --fontawesomeextension
3576./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powersymbols --weather --material
3577./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powersymbols --weather
3578./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powersymbols --material
3579./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --powersymbols
3580./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --weather --material
3581./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --weather
3582./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons --material
3583./font-patcher JetBrainsMono-Regular.ttf  --windows --octicons
3584./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3585./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3586./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3587./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
3588./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
3589./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
3590./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
3591./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension
3592./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
3593./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather
3594./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --powersymbols --material
3595./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --powersymbols
3596./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --weather --material
3597./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --weather
3598./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra --material
3599./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powerlineextra
3600./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
3601./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
3602./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --material
3603./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --fontawesomeextension --powersymbols
3604./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --fontawesomeextension --weather --material
3605./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --fontawesomeextension --weather
3606./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --fontawesomeextension --material
3607./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --fontawesomeextension
3608./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powersymbols --weather --material
3609./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powersymbols --weather
3610./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powersymbols --material
3611./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --powersymbols
3612./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --weather --material
3613./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --weather
3614./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons --material
3615./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --pomicons
3616./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
3617./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
3618./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
3619./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols
3620./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --fontawesomeextension --weather --material
3621./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --fontawesomeextension --weather
3622./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --fontawesomeextension --material
3623./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --fontawesomeextension
3624./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --powersymbols --weather --material
3625./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --powersymbols --weather
3626./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --powersymbols --material
3627./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --powersymbols
3628./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --weather --material
3629./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --weather
3630./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra --material
3631./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powerlineextra
3632./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --fontawesomeextension --powersymbols --weather --material
3633./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --fontawesomeextension --powersymbols --weather
3634./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --fontawesomeextension --powersymbols --material
3635./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --fontawesomeextension --powersymbols
3636./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --fontawesomeextension --weather --material
3637./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --fontawesomeextension --weather
3638./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --fontawesomeextension --material
3639./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --fontawesomeextension
3640./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powersymbols --weather --material
3641./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powersymbols --weather
3642./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powersymbols --material
3643./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --powersymbols
3644./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --weather --material
3645./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --weather
3646./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux --material
3647./font-patcher JetBrainsMono-Regular.ttf  --windows --fontlinux
3648./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3649./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3650./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3651./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols
3652./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --fontawesomeextension --weather --material
3653./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --fontawesomeextension --weather
3654./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --fontawesomeextension --material
3655./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --fontawesomeextension
3656./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --powersymbols --weather --material
3657./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --powersymbols --weather
3658./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --powersymbols --material
3659./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --powersymbols
3660./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --weather --material
3661./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --weather
3662./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra --material
3663./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powerlineextra
3664./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --fontawesomeextension --powersymbols --weather --material
3665./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --fontawesomeextension --powersymbols --weather
3666./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --fontawesomeextension --powersymbols --material
3667./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --fontawesomeextension --powersymbols
3668./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --fontawesomeextension --weather --material
3669./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --fontawesomeextension --weather
3670./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --fontawesomeextension --material
3671./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --fontawesomeextension
3672./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powersymbols --weather --material
3673./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powersymbols --weather
3674./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powersymbols --material
3675./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --powersymbols
3676./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --weather --material
3677./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --weather
3678./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons --material
3679./font-patcher JetBrainsMono-Regular.ttf  --windows --pomicons
3680./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --fontawesomeextension --powersymbols --weather --material
3681./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --fontawesomeextension --powersymbols --weather
3682./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --fontawesomeextension --powersymbols --material
3683./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --fontawesomeextension --powersymbols
3684./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --fontawesomeextension --weather --material
3685./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --fontawesomeextension --weather
3686./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --fontawesomeextension --material
3687./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --fontawesomeextension
3688./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --powersymbols --weather --material
3689./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --powersymbols --weather
3690./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --powersymbols --material
3691./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --powersymbols
3692./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --weather --material
3693./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --weather
3694./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra --material
3695./font-patcher JetBrainsMono-Regular.ttf  --windows --powerlineextra
3696./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesomeextension --powersymbols --weather --material
3697./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesomeextension --powersymbols --weather
3698./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesomeextension --powersymbols --material
3699./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesomeextension --powersymbols
3700./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesomeextension --weather --material
3701./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesomeextension --weather
3702./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesomeextension --material
3703./font-patcher JetBrainsMono-Regular.ttf  --windows --fontawesomeextension
3704./font-patcher JetBrainsMono-Regular.ttf  --windows --powersymbols --weather --material
3705./font-patcher JetBrainsMono-Regular.ttf  --windows --powersymbols --weather
3706./font-patcher JetBrainsMono-Regular.ttf  --windows --powersymbols --material
3707./font-patcher JetBrainsMono-Regular.ttf  --windows --powersymbols
3708./font-patcher JetBrainsMono-Regular.ttf  --windows --weather --material
3709./font-patcher JetBrainsMono-Regular.ttf  --windows --weather
3710./font-patcher JetBrainsMono-Regular.ttf  --windows --material
3711./font-patcher JetBrainsMono-Regular.ttf  --windows
3712./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3713./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3714./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3715./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
3716./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
3717./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
3718./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
3719./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
3720./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
3721./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
3722./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
3723./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols
3724./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material
3725./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather
3726./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material
3727./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powerlineextra
3728./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
3729./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
3730./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
3731./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
3732./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
3733./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather
3734./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material
3735./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension
3736./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material
3737./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather
3738./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powersymbols --material
3739./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --powersymbols
3740./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --weather --material
3741./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --weather
3742./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons --material
3743./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --pomicons
3744./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
3745./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
3746./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
3747./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
3748./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
3749./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
3750./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material
3751./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension
3752./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material
3753./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather
3754./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material
3755./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --powersymbols
3756./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --weather --material
3757./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --weather
3758./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra --material
3759./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powerlineextra
3760./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
3761./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather
3762./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material
3763./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols
3764./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material
3765./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --fontawesomeextension --weather
3766./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --fontawesomeextension --material
3767./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --fontawesomeextension
3768./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powersymbols --weather --material
3769./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powersymbols --weather
3770./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powersymbols --material
3771./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --powersymbols
3772./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --weather --material
3773./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --weather
3774./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux --material
3775./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontlinux
3776./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3777./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3778./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3779./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
3780./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
3781./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather
3782./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material
3783./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension
3784./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material
3785./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather
3786./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material
3787./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --powersymbols
3788./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --weather --material
3789./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --weather
3790./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra --material
3791./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powerlineextra
3792./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
3793./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather
3794./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material
3795./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols
3796./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --fontawesomeextension --weather --material
3797./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --fontawesomeextension --weather
3798./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --fontawesomeextension --material
3799./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --fontawesomeextension
3800./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powersymbols --weather --material
3801./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powersymbols --weather
3802./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powersymbols --material
3803./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --powersymbols
3804./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --weather --material
3805./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --weather
3806./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons --material
3807./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --pomicons
3808./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3809./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
3810./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material
3811./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols
3812./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material
3813./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --fontawesomeextension --weather
3814./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --fontawesomeextension --material
3815./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --fontawesomeextension
3816./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --powersymbols --weather --material
3817./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --powersymbols --weather
3818./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --powersymbols --material
3819./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --powersymbols
3820./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --weather --material
3821./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --weather
3822./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra --material
3823./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powerlineextra
3824./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material
3825./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontawesomeextension --powersymbols --weather
3826./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontawesomeextension --powersymbols --material
3827./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontawesomeextension --powersymbols
3828./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontawesomeextension --weather --material
3829./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontawesomeextension --weather
3830./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontawesomeextension --material
3831./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --fontawesomeextension
3832./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powersymbols --weather --material
3833./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powersymbols --weather
3834./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powersymbols --material
3835./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --powersymbols
3836./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --weather --material
3837./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --weather
3838./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons --material
3839./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --octicons
3840./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3841./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3842./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3843./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
3844./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
3845./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
3846./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
3847./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension
3848./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
3849./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather
3850./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material
3851./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols
3852./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --weather --material
3853./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --weather
3854./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra --material
3855./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powerlineextra
3856./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
3857./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
3858./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material
3859./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols
3860./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material
3861./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --fontawesomeextension --weather
3862./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --fontawesomeextension --material
3863./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --fontawesomeextension
3864./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powersymbols --weather --material
3865./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powersymbols --weather
3866./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powersymbols --material
3867./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --powersymbols
3868./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --weather --material
3869./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --weather
3870./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons --material
3871./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --pomicons
3872./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
3873./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
3874./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
3875./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols
3876./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material
3877./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather
3878./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material
3879./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --fontawesomeextension
3880./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material
3881./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --powersymbols --weather
3882./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --powersymbols --material
3883./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --powersymbols
3884./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --weather --material
3885./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --weather
3886./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra --material
3887./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powerlineextra
3888./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material
3889./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather
3890./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --fontawesomeextension --powersymbols --material
3891./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --fontawesomeextension --powersymbols
3892./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --fontawesomeextension --weather --material
3893./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --fontawesomeextension --weather
3894./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --fontawesomeextension --material
3895./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --fontawesomeextension
3896./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powersymbols --weather --material
3897./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powersymbols --weather
3898./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powersymbols --material
3899./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --powersymbols
3900./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --weather --material
3901./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --weather
3902./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux --material
3903./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontlinux
3904./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3905./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3906./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3907./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols
3908./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material
3909./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather
3910./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --fontawesomeextension --material
3911./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --fontawesomeextension
3912./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --powersymbols --weather --material
3913./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --powersymbols --weather
3914./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --powersymbols --material
3915./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --powersymbols
3916./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --weather --material
3917./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --weather
3918./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra --material
3919./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powerlineextra
3920./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material
3921./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --fontawesomeextension --powersymbols --weather
3922./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --fontawesomeextension --powersymbols --material
3923./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --fontawesomeextension --powersymbols
3924./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --fontawesomeextension --weather --material
3925./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --fontawesomeextension --weather
3926./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --fontawesomeextension --material
3927./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --fontawesomeextension
3928./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powersymbols --weather --material
3929./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powersymbols --weather
3930./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powersymbols --material
3931./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --powersymbols
3932./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --weather --material
3933./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --weather
3934./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons --material
3935./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --pomicons
3936./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material
3937./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather
3938./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material
3939./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --fontawesomeextension --powersymbols
3940./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --fontawesomeextension --weather --material
3941./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --fontawesomeextension --weather
3942./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --fontawesomeextension --material
3943./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --fontawesomeextension
3944./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --powersymbols --weather --material
3945./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --powersymbols --weather
3946./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --powersymbols --material
3947./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --powersymbols
3948./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --weather --material
3949./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --weather
3950./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra --material
3951./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powerlineextra
3952./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontawesomeextension --powersymbols --weather --material
3953./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontawesomeextension --powersymbols --weather
3954./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontawesomeextension --powersymbols --material
3955./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontawesomeextension --powersymbols
3956./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontawesomeextension --weather --material
3957./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontawesomeextension --weather
3958./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontawesomeextension --material
3959./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --fontawesomeextension
3960./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powersymbols --weather --material
3961./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powersymbols --weather
3962./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powersymbols --material
3963./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --powersymbols
3964./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --weather --material
3965./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --weather
3966./font-patcher JetBrainsMono-Regular.ttf  --fontawesome --material
3967./font-patcher JetBrainsMono-Regular.ttf  --fontawesome
3968./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
3969./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
3970./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
3971./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
3972./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
3973./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
3974./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
3975./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension
3976./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
3977./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather
3978./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material
3979./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --powersymbols
3980./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --weather --material
3981./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --weather
3982./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra --material
3983./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powerlineextra
3984./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
3985./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
3986./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material
3987./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols
3988./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --fontawesomeextension --weather --material
3989./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --fontawesomeextension --weather
3990./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --fontawesomeextension --material
3991./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --fontawesomeextension
3992./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powersymbols --weather --material
3993./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powersymbols --weather
3994./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powersymbols --material
3995./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --powersymbols
3996./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --weather --material
3997./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --weather
3998./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons --material
3999./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --pomicons
4000./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
4001./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
4002./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
4003./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols
4004./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material
4005./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --fontawesomeextension --weather
4006./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --fontawesomeextension --material
4007./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --fontawesomeextension
4008./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --powersymbols --weather --material
4009./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --powersymbols --weather
4010./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --powersymbols --material
4011./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --powersymbols
4012./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --weather --material
4013./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --weather
4014./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra --material
4015./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powerlineextra
4016./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material
4017./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --fontawesomeextension --powersymbols --weather
4018./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --fontawesomeextension --powersymbols --material
4019./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --fontawesomeextension --powersymbols
4020./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --fontawesomeextension --weather --material
4021./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --fontawesomeextension --weather
4022./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --fontawesomeextension --material
4023./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --fontawesomeextension
4024./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powersymbols --weather --material
4025./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powersymbols --weather
4026./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powersymbols --material
4027./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --powersymbols
4028./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --weather --material
4029./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --weather
4030./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux --material
4031./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontlinux
4032./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
4033./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
4034./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
4035./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols
4036./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material
4037./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --fontawesomeextension --weather
4038./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --fontawesomeextension --material
4039./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --fontawesomeextension
4040./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --powersymbols --weather --material
4041./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --powersymbols --weather
4042./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --powersymbols --material
4043./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --powersymbols
4044./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --weather --material
4045./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --weather
4046./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra --material
4047./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powerlineextra
4048./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --fontawesomeextension --powersymbols --weather --material
4049./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --fontawesomeextension --powersymbols --weather
4050./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --fontawesomeextension --powersymbols --material
4051./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --fontawesomeextension --powersymbols
4052./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --fontawesomeextension --weather --material
4053./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --fontawesomeextension --weather
4054./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --fontawesomeextension --material
4055./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --fontawesomeextension
4056./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powersymbols --weather --material
4057./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powersymbols --weather
4058./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powersymbols --material
4059./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --powersymbols
4060./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --weather --material
4061./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --weather
4062./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons --material
4063./font-patcher JetBrainsMono-Regular.ttf  --octicons --pomicons
4064./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
4065./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --fontawesomeextension --powersymbols --weather
4066./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --fontawesomeextension --powersymbols --material
4067./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --fontawesomeextension --powersymbols
4068./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --fontawesomeextension --weather --material
4069./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --fontawesomeextension --weather
4070./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --fontawesomeextension --material
4071./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --fontawesomeextension
4072./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --powersymbols --weather --material
4073./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --powersymbols --weather
4074./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --powersymbols --material
4075./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --powersymbols
4076./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --weather --material
4077./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --weather
4078./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra --material
4079./font-patcher JetBrainsMono-Regular.ttf  --octicons --powerlineextra
4080./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontawesomeextension --powersymbols --weather --material
4081./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontawesomeextension --powersymbols --weather
4082./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontawesomeextension --powersymbols --material
4083./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontawesomeextension --powersymbols
4084./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontawesomeextension --weather --material
4085./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontawesomeextension --weather
4086./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontawesomeextension --material
4087./font-patcher JetBrainsMono-Regular.ttf  --octicons --fontawesomeextension
4088./font-patcher JetBrainsMono-Regular.ttf  --octicons --powersymbols --weather --material
4089./font-patcher JetBrainsMono-Regular.ttf  --octicons --powersymbols --weather
4090./font-patcher JetBrainsMono-Regular.ttf  --octicons --powersymbols --material
4091./font-patcher JetBrainsMono-Regular.ttf  --octicons --powersymbols
4092./font-patcher JetBrainsMono-Regular.ttf  --octicons --weather --material
4093./font-patcher JetBrainsMono-Regular.ttf  --octicons --weather
4094./font-patcher JetBrainsMono-Regular.ttf  --octicons --material
4095./font-patcher JetBrainsMono-Regular.ttf  --octicons
4096./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
4097./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
4098./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
4099./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols
4100./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material
4101./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather
4102./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --fontawesomeextension --material
4103./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --fontawesomeextension
4104./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --powersymbols --weather --material
4105./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --powersymbols --weather
4106./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --powersymbols --material
4107./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --powersymbols
4108./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --weather --material
4109./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --weather
4110./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra --material
4111./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powerlineextra
4112./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material
4113./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --fontawesomeextension --powersymbols --weather
4114./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --fontawesomeextension --powersymbols --material
4115./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --fontawesomeextension --powersymbols
4116./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --fontawesomeextension --weather --material
4117./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --fontawesomeextension --weather
4118./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --fontawesomeextension --material
4119./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --fontawesomeextension
4120./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powersymbols --weather --material
4121./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powersymbols --weather
4122./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powersymbols --material
4123./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --powersymbols
4124./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --weather --material
4125./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --weather
4126./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons --material
4127./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --pomicons
4128./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material
4129./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather
4130./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material
4131./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --fontawesomeextension --powersymbols
4132./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --fontawesomeextension --weather --material
4133./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --fontawesomeextension --weather
4134./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --fontawesomeextension --material
4135./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --fontawesomeextension
4136./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --powersymbols --weather --material
4137./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --powersymbols --weather
4138./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --powersymbols --material
4139./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --powersymbols
4140./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --weather --material
4141./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --weather
4142./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra --material
4143./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powerlineextra
4144./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --fontawesomeextension --powersymbols --weather --material
4145./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --fontawesomeextension --powersymbols --weather
4146./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --fontawesomeextension --powersymbols --material
4147./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --fontawesomeextension --powersymbols
4148./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --fontawesomeextension --weather --material
4149./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --fontawesomeextension --weather
4150./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --fontawesomeextension --material
4151./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --fontawesomeextension
4152./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powersymbols --weather --material
4153./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powersymbols --weather
4154./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powersymbols --material
4155./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --powersymbols
4156./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --weather --material
4157./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --weather
4158./font-patcher JetBrainsMono-Regular.ttf  --fontlinux --material
4159./font-patcher JetBrainsMono-Regular.ttf  --fontlinux
4160./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material
4161./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather
4162./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --fontawesomeextension --powersymbols --material
4163./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --fontawesomeextension --powersymbols
4164./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --fontawesomeextension --weather --material
4165./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --fontawesomeextension --weather
4166./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --fontawesomeextension --material
4167./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --fontawesomeextension
4168./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --powersymbols --weather --material
4169./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --powersymbols --weather
4170./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --powersymbols --material
4171./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --powersymbols
4172./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --weather --material
4173./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --weather
4174./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra --material
4175./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powerlineextra
4176./font-patcher JetBrainsMono-Regular.ttf  --pomicons --fontawesomeextension --powersymbols --weather --material
4177./font-patcher JetBrainsMono-Regular.ttf  --pomicons --fontawesomeextension --powersymbols --weather
4178./font-patcher JetBrainsMono-Regular.ttf  --pomicons --fontawesomeextension --powersymbols --material
4179./font-patcher JetBrainsMono-Regular.ttf  --pomicons --fontawesomeextension --powersymbols
4180./font-patcher JetBrainsMono-Regular.ttf  --pomicons --fontawesomeextension --weather --material
4181./font-patcher JetBrainsMono-Regular.ttf  --pomicons --fontawesomeextension --weather
4182./font-patcher JetBrainsMono-Regular.ttf  --pomicons --fontawesomeextension --material
4183./font-patcher JetBrainsMono-Regular.ttf  --pomicons --fontawesomeextension
4184./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powersymbols --weather --material
4185./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powersymbols --weather
4186./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powersymbols --material
4187./font-patcher JetBrainsMono-Regular.ttf  --pomicons --powersymbols
4188./font-patcher JetBrainsMono-Regular.ttf  --pomicons --weather --material
4189./font-patcher JetBrainsMono-Regular.ttf  --pomicons --weather
4190./font-patcher JetBrainsMono-Regular.ttf  --pomicons --material
4191./font-patcher JetBrainsMono-Regular.ttf  --pomicons
4192./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --fontawesomeextension --powersymbols --weather --material
4193./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --fontawesomeextension --powersymbols --weather
4194./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --fontawesomeextension --powersymbols --material
4195./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --fontawesomeextension --powersymbols
4196./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --fontawesomeextension --weather --material
4197./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --fontawesomeextension --weather
4198./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --fontawesomeextension --material
4199./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --fontawesomeextension
4200./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --powersymbols --weather --material
4201./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --powersymbols --weather
4202./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --powersymbols --material
4203./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --powersymbols
4204./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --weather --material
4205./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --weather
4206./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra --material
4207./font-patcher JetBrainsMono-Regular.ttf  --powerlineextra
4208./font-patcher JetBrainsMono-Regular.ttf  --fontawesomeextension --powersymbols --weather --material
4209./font-patcher JetBrainsMono-Regular.ttf  --fontawesomeextension --powersymbols --weather
4210./font-patcher JetBrainsMono-Regular.ttf  --fontawesomeextension --powersymbols --material
4211./font-patcher JetBrainsMono-Regular.ttf  --fontawesomeextension --powersymbols
4212./font-patcher JetBrainsMono-Regular.ttf  --fontawesomeextension --weather --material
4213./font-patcher JetBrainsMono-Regular.ttf  --fontawesomeextension --weather
4214./font-patcher JetBrainsMono-Regular.ttf  --fontawesomeextension --material
4215./font-patcher JetBrainsMono-Regular.ttf  --fontawesomeextension
4216./font-patcher JetBrainsMono-Regular.ttf  --powersymbols --weather --material
4217./font-patcher JetBrainsMono-Regular.ttf  --powersymbols --weather
4218./font-patcher JetBrainsMono-Regular.ttf  --powersymbols --material
4219./font-patcher JetBrainsMono-Regular.ttf  --powersymbols
4220./font-patcher JetBrainsMono-Regular.ttf  --weather --material
4221./font-patcher JetBrainsMono-Regular.ttf  --weather
4222./font-patcher JetBrainsMono-Regular.ttf  --material
4223```