Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pdf/ubuntu-mono-powerline-ttf

Ubuntu Mono fonts patched for vim-powerline and the new powerline
https://github.com/pdf/ubuntu-mono-powerline-ttf

Last synced: about 2 months ago
JSON representation

Ubuntu Mono fonts patched for vim-powerline and the new powerline

Awesome Lists containing this project

README

        

ubuntu-mono-powerline-ttf
=========================

Ubuntu Mono fonts patched for [vim-powerline](https://github.com/Lokaltog/vim-powerline/) and the new [powerline](https://github.com/Lokaltog/powerline/)

Installation
-------------------------
```bash
mkdir ~/.fonts
git clone https://github.com/pdf/ubuntu-mono-powerline-ttf.git ~/.fonts/ubuntu-mono-powerline-ttf
fc-cache -vf
```

### powerline ###

Set your terminal font to Ubuntu Mono for Powerline and for gvim, add:
```
set guifont=Ubuntu\ Mono\ for\ Powerline\ 12
```
to your .vimrc, where 12 is the font size.

### vim-powerline ###

Set your terminal font to Ubuntu Mono for VimPowerline and for gvim, add:
```
set guifont=Ubuntu\ Mono\ for\ VimPowerline\ 12
```
to your .vimrc, where 12 is the font size.

As usual, make sure you have let g:Powerline_symbols = 'fancy' in your
.vimrc to enable the fancy glyphs.