You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
4.6 KiB

11 years ago
  1. Powerline fonts
  2. ===============
  3. This repository contains pre-patched and adjusted fonts for usage with
  4. the `Powerline <https://github.com/powerline/powerline>`_ statusline plugin.
  5. Installation
  6. ------------
  7. Run ``./install.sh`` to install all Powerline Fonts or see the documentation_ for details.
  8. .. _documentation: https://powerline.readthedocs.org/en/latest/installation/linux.html#fonts-installation
  9. Quick installation
  10. ------------------
  11. You can copy and paste the commands to your terminal. Comments are fine too.
  12. ::
  13. # clone
  14. git clone https://github.com/powerline/fonts.git --depth=1
  15. # install
  16. cd fonts
  17. ./install.sh
  18. # clean-up a bit
  19. cd ..
  20. rm -rf fonts
  21. Font Families
  22. -------------
  23. ======================================= ========================= ====================================
  24. Powerline Font Family Formerly Known As License
  25. ======================================= ========================= ====================================
  26. 3270 3270 BSD/CCAS 3.0
  27. Anonymice Powerline Anonymous Pro SIL Open Font License, Version 1.1
  28. Arimo Powerline Arimo Apache License, Version 2.0
  29. Cousine Powerline Cousine Apache License, Version 2.0
  30. D2Coding for Powerline D2Coding SIL Open Font License, Version 1.1
  31. DejaVu Sans Mono for Powerline DejaVu Sans Mono DejaVu Fonts License, Version 1.0
  32. Droid Sans Mono for Powerline Droid Sans Mono Apache License, Version 2.0
  33. Droid Sans Mono Dotted for Powerline Droid Sans Mono Dotted Apache License, Version 2.0
  34. Droid Sans Mono Slashed for Powerline Droid Sans Mono Slashed Apache License, Version 2.0
  35. Fura Mono Powerline Fira Mono SIL OPEN FONT LICENSE Version 1.1
  36. Go Mono for Powerline Go Mono Go's License
  37. Hack Hack SIL OFL, v1.1 + Bitstream License
  38. Inconsolata for Powerline Inconsolata SIL Open Font License, Version 1.0
  39. Inconsolata-dz for Powerline Inconsolata-dz SIL Open Font License, Version 1.0
  40. Inconsolata-g for Powerline Inconsolata-g SIL Open Font License, Version 1.0
  41. Input Mono Input Mono `Input’s license <http://input.fontbureau.com/license/>`_
  42. Liberation Mono Powerline Liberation Mono SIL Open Font License, Version 1.1
  43. ProFontWindows ProFont for Powerline MIT License
  44. Meslo for Powerline Meslo Apache License, Version 2.0
  45. Source Code Pro for Powerline Source Code Pro SIL Open Font License, Version 1.1
  46. Meslo Dotted for Powerline Meslo Dotted Apache License, Version 2.0
  47. Meslo Slashed for Powerline Meslo Dotted Apache License, Version 2.0
  48. Monofur for Powerline Monofur Freeware
  49. Noto Mono for Powerline Noto Mono SIL Open Font License, Version 1.1
  50. Roboto Mono for Powerline Roboto Mono Apache License, Version 2.0
  51. Symbol Neu Powerline Symbol Neu Apache License, Version 2.0
  52. Terminess Powerline Terminus SIL Open Font License, Version 1.1
  53. Tinos Powerline Tinos Apache License, Version 2.0
  54. Ubuntu Mono derivative Powerline Ubuntu Mono Ubuntu Font License, Version 1.0
  55. Space Mono for Powerline Space Mono SIL Open Font License, Version 1.1
  56. ======================================= ========================= ====================================
  57. iTerm2 users need to set both the Regular font and the Non-ASCII Font in
  58. "iTerm > Preferences > Profiles > Text" to use a patched font (per `this issue`__).
  59. __ https://github.com/Lokaltog/powerline-fonts/issues/44
  60. Fontconfig
  61. ----------
  62. In some distributions, Terminess Powerline is ignored by default and must be
  63. explicitly allowed. A fontconfig file is provided which enables it. Copy `this
  64. file <https://github.com/powerline/fonts/blob/master/fontconfig/50-enable-terminess-powerline.conf>`_
  65. from the fontconfig directory to your home folder under ``~/.config/fontconfig/conf.d``
  66. (create it if it doesn't exist) and re-run ``fc-cache -vf``.