Skip to content

lconceicao/top-programming-fonts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

;; 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

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%