Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hbin/top-programming-fonts
https://github.com/hbin/top-programming-fonts
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/hbin/top-programming-fonts
- Owner: hbin
- Created: 2013-02-04T05:53:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T05:48:31.000Z (over 1 year ago)
- Last Synced: 2025-01-17T21:03:39.244Z (8 days ago)
- Language: Shell
- Size: 1.28 MB
- Stars: 2,218
- Watchers: 53
- Forks: 317
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - top-programming-fonts - (Shell)
README
# Top Programming Fonts
My favorite programming fonts!
## How to install?
`curl -L https://github.com/hbin/top-programming-fonts/raw/master/install.sh | bash`## How to use?
### Emacs
```lisp
;; Click [here](https://github.com/hbin/dotfiles-for-emacs) to take a further look.
(set-frame-font "Menlo:pixelsize=18");; If you use Emacs Daemon mode
(add-to-list 'default-frame-alist
(cons 'font "Menlo:pixelsize=18"))
```### Vim
```viml
set guifont=Monaco\ 12
```### Others
Tools -> Preference -> Or Something else
## Contribute
Fork and pull request!
## License
**Notice**: Please let me know if you have any question about the license.