add nerdfont
[webi-installers/.git] / nerdfont / README.md
1 ---
2 title: Nerd Font
3 homepage: https://github.com/ryanoasis/nerd-fonts
4 tagline: |
5   takes popular programming fonts and adds a bunch of Glyphs
6 ---
7
8 ## Cheat Sheet
9
10 > A font with a high number of extra glyphs from popular 'iconic fonts' such as
11 > Font Awesome ➶, Devicons ➶, Octicons ➶, and others.
12
13 ![](https://github.com/ryanoasis/nerd-fonts/raw/master/images/sankey-glyphs-combined-diagram.svg)
14
15 This installs just "Droid Sans Mono for Powerline Nerd Font Complete.otf".
16
17 ### Enable for Terminal.app
18
19 Find `Terminal` in the top Mac menu, then...
20
21 - => Preferences
22 - => Profiles
23 - => [Profile Name]
24 - => Text
25 - => Font
26 - => Change
27 - => Select "Droid Sans Mono for Powerline Nerd Font Complete.otf"
28
29 ![](https://i.imgur.com/zNrfJBa.png)
30
31 ### Where does the font go?
32
33 **Mac**:
34
35 ```bash
36 ~/Library/Fonts/
37 ```
38
39 **Linux**:
40
41 ```bash
42 ~/.local/share/fonts/
43 ```