Create a tmp folder and download the nerds-fonts-downloader.sh
script into it, chmod it and run it.
I assume you have
parallel
installed, if not, install it first.
mkdir /tmp/fonts && cd /tmp/fonts
wget https://gist.githubusercontent.com/rabin-io/28a701ced8127ced0e39b23188f8f712/raw/nerds-fonts-downloader.sh
chmod +x nerds-fonts-downloader.sh
./nerds-fonts-downloader.sh
Now you should have a folder named patched-fonts
which all the fonts extracted to it.
Download the install.sh
script from the git repo, chmod it and run it as root to install the fonts globally for the system.
curl -sL https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/install.sh | sudo bash -s -- --clean --install-to-system-path