Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eed3si9n/dotfiles

dotfiles
https://github.com/eed3si9n/dotfiles

Last synced: 14 days ago
JSON representation

dotfiles

Awesome Lists containing this project

README

        

### font patching

```
$ cd ~/work
$ git clone https://github.com/Lokaltog/powerline-fontpatcher
$ mkdir -p $HOME/fonts
$ cd ~/fonts/
$ sudo cp /System/Library/Fonts/xyz.ttf ~/fonts/
$ ls
xyz.ttf
$ fontforge -script ~/work/powerline-fontpathcer/scripts/powerline-fontpatcher xyz.ttf
```