Ryan L McIntyre
7a4b5f872f
Fixes build errors (ShellCheck)
2019-08-11 07:30:38 -07:00
Ryan L McIntyre
5d5c1b449e
Fixes double negative expressions
...
ShellCheck rule SC2236
2019-08-11 00:14:43 -07:00
No GUI
1b36e2aa8a
Fix the negative error number
...
This fixes the shellcheck error. Running on my laptop, `exit -1` results in an actual return code of 255, so make that explicit.
2019-07-25 01:08:21 +00:00
Andrew Newman
e8e191a1be
Update bash shebangs
2018-07-09 18:18:12 +03:00
Phuurl
d71100d58e
Treats fc-cache return code of 1 as success prevent install.sh returning 1
2018-01-13 11:47:57 +00:00
Ryan L McIntyre
338b0c6bdc
ShellCheck fixes WIP (related to #120 )
2018-01-12 22:20:52 -05:00
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