Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lionyxml/nerd-installer
Simplify the installation of the entire Nerd Fonts collection effortlessly
https://github.com/lionyxml/nerd-installer
Last synced: about 1 month ago
JSON representation
Simplify the installation of the entire Nerd Fonts collection effortlessly
- Host: GitHub
- URL: https://github.com/lionyxml/nerd-installer
- Owner: LionyxML
- License: gpl-3.0
- Created: 2024-04-27T01:48:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T12:20:26.000Z (8 months ago)
- Last Synced: 2024-04-28T03:38:54.096Z (8 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: Nerd Fonts Installer
This script is an installer for the awesome job made on [[https://github.com/ryanoasis/nerd-fonts][Nerd
Fonts]]. Nerd Fonts is a collection of over 50 patched fonts,
providing additional glyphs and icons for popular coding and
development tools.This is aimed to work with Linux and MacOS.
For more information about Nerd Fonts and to explore the available
fonts, visit [[https://www.nerdfonts.com/][nerdfonts.com]].*** Disclaimer
I do not own the fonts fetched by this installer. Each font has its
own license, which can be found in its respective repository on the
[[https://github.com/ryanoasis/nerd-fonts][Nerd Fonts GitHub page]].~PLEASE~ select the fonts you agree with the licensing and comment the
ones you don't before downloading, as this is just a utility to
facilitate installation.*** Dependencies
Before running the ~nerd-installer.sh~ script, make sure you have the
following dependencies installed on your system:- ~bash~: The Bourne Again Shell, required to execute the script.
- ~wget~: Used to download the font files from the internet.
- ~unzip~: Used to extract the downloaded zip files.You can install these dependencies using your system's package
manager. For example, on Debian-based systems like Ubuntu, you can
install them using the following commands:#+BEGIN_SRC bash
sudo apt-get update
sudo apt-get install bash wget unzip
#+END_SRC*** Usage
To use this installer, simply run the ~nerd-installer.sh~ script
provided in this repository. The script will download and install the
complete Nerd Fonts collection effortlessly.#+BEGIN_SRC bash
./nerd-installer.sh
#+END_SRC*** License
This script is licensed under the terms of the GNU General Public
License version 3.0. See the [[LICENSE][LICENSE]] file for more details.