Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eed3si9n/dotfiles
dotfiles
https://github.com/eed3si9n/dotfiles
Last synced: 14 days ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/eed3si9n/dotfiles
- Owner: eed3si9n
- Created: 2014-03-17T07:40:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T22:42:20.000Z (12 months ago)
- Last Synced: 2024-10-03T20:38:20.370Z (about 1 month ago)
- Language: Lua
- Homepage:
- Size: 71.1 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Dei: dein/plugins.toml
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
```