Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pdf/ubuntu-mono-powerline-ttf
- Owner: pdf
- License: other
- Created: 2012-06-08T05:47:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T19:01:35.000Z (about 3 years ago)
- Last Synced: 2023-03-10T20:53:03.086Z (almost 2 years ago)
- Homepage:
- Size: 1.49 MB
- Stars: 62
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.