Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
Menlo for Powerline
===================
# Menlo for Powerline

Menlo font patched to work with Powerline. Menlo's always been may favorite font to use on OS X while programming, but I was annoyed that I couldn't find a properly patched file anywhere. After a bit of trial and error, I managed to create a working version. If you find any errors with the font, please let me know.

OS X
-----
## OS X

**1.** Double click the font in Find and select "Install this font." It will appear to have some very strange glyphs but will work as intended.
**1.** Double click the font in Finder and select "Install this font." It will appear to have some very strange glyphs but will work as intended.

**2.** If you use MacVim, add the following line to your `vimrc`:

Expand All @@ -18,20 +16,22 @@ set guifont=Menlo\ for\ Powerline

**4.** Enjoy!

Linux
-----
## Linux

**NB:** I have not actually tried this, but it should work. I don't have access to a Linux machine, but these commands *should* be correct.
**NB:** I have not actually tried this, but it should work. I don't have access to a Linux machine, but these commands _should_ be correct.

**1.** Copy `Menlo for Powerline.ttf` into your `~/.fonts` directory. (Or any X font directory)

```
$ cp "Menlo for Powerline.ttf" ~/.fonts
```

**2.** Update your fonts cache.

```
$ fc-cache -vf ~/.fonts
```

If you're in a terminal, you may or may not need to restart all windows before changes take effect.

**3.** If you use gvim, add the following line to your `vimrc`:
Expand All @@ -44,8 +44,6 @@ set guifont=Menlo\ for\ Powerline

**5.** Enjoy!


Bold, Italic, Bold Italic
-------------------------
## Bold, Italic, Bold Italic

As far as I know, these extra font styles should work. I've had absolutely not problems with them, however, you may run into an issue. I added them as to provide support for bold, italic, and bold italic fonts within the terminal. Please let me know if you have any issues.