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.

78 line
4.3 KiB

11 年之前
  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
  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
  42. Literation Mono Powerline Liberation Mono SIL Open Font License, Version 1.1
  43. Meslo for Powerline Meslo Apache License, Version 2.0
  44. Sauce Code Powerline Source Code Pro SIL Open Font License, Version 1.1
  45. Meslo Dotted for Powerline Meslo Dotted Apache License, Version 2.0
  46. Meslo Slashed for Powerline Meslo Dotted Apache License, Version 2.0
  47. Monofur for Powerline Monofur Freeware
  48. Noto Mono for Powerline Noto Mono SIL Open Font License, Version 1.1
  49. Roboto Mono for Powerline Roboto Mono Apache License, Version 2.0
  50. Symbol Neu Powerline Symbol Neu Apache License, Version 2.0
  51. Terminess Powerline Terminus SIL Open Font License, Version 1.1
  52. Tinos Powerline Tinos Apache License, Version 2.0
  53. Ubuntu Mono derivative Powerline Ubuntu Mono Ubuntu Font License, Version 1.0
  54. Space Mono for Powerline Space Mono SIL Open Font License, Version 1.1
  55. ======================================= ========================= ====================================
  56. iTerm2 users need to set both the Regular font and the Non-ASCII Font in
  57. "iTerm > Preferences > Text" to use a patched font (per `this issue`__).
  58. __ https://github.com/Lokaltog/powerline-fonts/issues/44
  59. Fontconfig
  60. ----------
  61. In some distributions, Terminess Powerline is ignored by default and must be
  62. explicitly allowed. A fontconfig file is provided which enables it. Copy this
  63. file from the fontconfig directory to your home folder under
  64. ``~/.config/fontconfig/conf.d`` (create it if it doesn't exist) and re-run
  65. ``fc-cache -vf``.