Commit graph

7 commits

Author SHA1 Message Date
Antoine Rahier
2b73bffaee Make the install script callable from everywhere
Installation would fail if you did not first cd in into the nerd-fonts
directory before running install.sh as $nerdfonts_root_dir referenced
${PWD} which is the path your shell is into when calling the script,
not the basepath of the script, parent of "patched-fonts".
2017-08-31 23:33:45 +02:00
Brennan Fee
435ac19b1d Tick version number up in install script.
Fully tested now.  Ticking version # up.
2017-07-29 22:14:41 -05:00
Brennan Fee
ab687375f3 Added support to intall fonts to global system path.
Allows execution 'sudo ./install.sh -S <fonts>' which will use the
global system install path rather than the users local path.
2017-07-29 22:08:20 -05:00
Xandor Schiefer
2cf5f12d17 Better installation script
It now has more options than copying all patched files or one font’s
patched font files.

In short, you can choose which patchset, which compatibility, which
method (copy or symlink), and which fonts you want to install.
2016-09-02 10:00:18 +02:00
David McKay
4ac26ee202 Allow a single font-family to be installed, instead of everything by default. 2016-05-14 11:54:45 -04:00
Shai Efrati
6799e03bed Fix font_dir on linux to be ~/.local/share/fonts as the previous was deprecated. 2016-01-06 09:27:27 +02:00
Srijan R Shetty
ae82f4234a Install script for Ubuntu 2015-02-24 21:16:42 +05:30