Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

98 righe
5.4 KiB

11 anni fa
  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. If you are running a Debian or Ubuntu based Linux distribution, there should
  12. be a package available to install the Powerline Fonts with the following command:
  13. ::
  14. sudo apt-get install fonts-powerline
  15. For fedora (tested on 28) or redhat based Linux distribution, there should also be a package available to install with the following command:
  16. ::
  17. sudo dnf install powerline-fonts
  18. On other environments, you can copy and paste these commands to your terminal. Comments are fine too.
  19. ::
  20. # clone
  21. git clone https://github.com/powerline/fonts.git --depth=1
  22. # install
  23. cd fonts
  24. ./install.sh
  25. # clean-up a bit
  26. cd ..
  27. rm -rf fonts
  28. Uninstall
  29. ---------
  30. Run ``./uninstall.sh`` to uninstall all Powerline Fonts. You can also copy
  31. the quick installation commands changing only the line ``./install.sh`` to
  32. ``./uninstall.sh``.
  33. In both cases, please make sure you are working with the exact same version
  34. of Powerline fonts you had checked out while installing.
  35. Font Families
  36. -------------
  37. ======================================= ========================= ====================================
  38. Powerline Font Family Formerly Known As License
  39. ======================================= ========================= ====================================
  40. 3270 3270 BSD/CCAS 3.0
  41. Anonymice Powerline Anonymous Pro SIL Open Font License, Version 1.1
  42. Arimo Powerline Arimo Apache License, Version 2.0
  43. Cousine Powerline Cousine Apache License, Version 2.0
  44. CPMono_v07 Powerline CPMono_v07 SIL Open Font License, Version 1.1
  45. D2Coding for Powerline D2Coding SIL Open Font License, Version 1.1
  46. DejaVu Sans Mono for Powerline DejaVu Sans Mono DejaVu Fonts License, Version 1.0
  47. Droid Sans Mono for Powerline Droid Sans Mono Apache License, Version 2.0
  48. Droid Sans Mono Dotted for Powerline Droid Sans Mono Dotted Apache License, Version 2.0
  49. Droid Sans Mono Slashed for Powerline Droid Sans Mono Slashed Apache License, Version 2.0
  50. Fira Mono for Powerline Fira Mono SIL OPEN FONT LICENSE Version 1.1
  51. Go Mono for Powerline Go Mono Go's License
  52. Hack Hack SIL OFL, v1.1 + Bitstream License
  53. Inconsolata for Powerline Inconsolata SIL Open Font License, Version 1.0
  54. Inconsolata-dz for Powerline Inconsolata-dz SIL Open Font License, Version 1.0
  55. Inconsolata-g for Powerline Inconsolata-g SIL Open Font License, Version 1.0
  56. Input Mono Input Mono `Input’s license <http://input.fontbureau.com/license/>`_
  57. Liberation Mono Powerline Liberation Mono SIL Open Font License, Version 1.1
  58. ProFontWindows ProFont for Powerline MIT License
  59. Meslo for Powerline Meslo Apache License, Version 2.0
  60. Source Code Pro for Powerline Source Code Pro SIL Open Font License, Version 1.1
  61. Meslo Dotted for Powerline Meslo Dotted Apache License, Version 2.0
  62. Meslo Slashed for Powerline Meslo Dotted Apache License, Version 2.0
  63. Monofur for Powerline Monofur Freeware
  64. Noto Mono for Powerline Noto Mono SIL Open Font License, Version 1.1
  65. Roboto Mono for Powerline Roboto Mono Apache License, Version 2.0
  66. Symbol Neu Powerline Symbol Neu Apache License, Version 2.0
  67. Terminess Powerline Terminus SIL Open Font License, Version 1.1
  68. Tinos Powerline Tinos Apache License, Version 2.0
  69. Ubuntu Mono derivative Powerline Ubuntu Mono Ubuntu Font License, Version 1.0
  70. Space Mono for Powerline Space Mono SIL Open Font License, Version 1.1
  71. ======================================= ========================= ====================================
  72. iTerm2 users need to set both the Regular font and the Non-ASCII Font in
  73. "iTerm > Preferences > Profiles > Text" to use a patched font (per `this issue`__).
  74. __ https://github.com/Lokaltog/powerline-fonts/issues/44
  75. Fontconfig
  76. ----------
  77. In some distributions, Terminess Powerline is ignored by default and must be
  78. explicitly allowed. A fontconfig file is provided which enables it. Copy `this
  79. file <https://github.com/powerline/fonts/blob/master/fontconfig/50-enable-terminess-powerline.conf>`_
  80. from the fontconfig directory to your home folder under ``~/.config/fontconfig/conf.d``
  81. (create it if it doesn't exist) and re-run ``fc-cache -vf``.