{"id":13495988,"url":"https://github.com/getnf/getnf","last_synced_at":"2025-03-28T17:34:36.443Z","repository":{"id":37031338,"uuid":"285265008","full_name":"getnf/getnf","owner":"getnf","description":"A better way to install Nerd Fonts","archived":false,"fork":false,"pushed_at":"2024-12-11T18:55:45.000Z","size":107,"stargazers_count":966,"open_issues_count":0,"forks_count":34,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-12-11T19:47:02.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getnf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-05T11:12:59.000Z","updated_at":"2024-12-11T18:55:49.000Z","dependencies_parsed_at":"2023-01-20T11:36:17.846Z","dependency_job_id":"c28b7c7b-a983-46bc-a741-9397d844201b","html_url":"https://github.com/getnf/getnf","commit_stats":null,"previous_names":["getnf/getnf","ronniedroid/getnf"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getnf%2Fgetnf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getnf%2Fgetnf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getnf%2Fgetnf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getnf%2Fgetnf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getnf","download_url":"https://codeload.github.com/getnf/getnf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246069791,"owners_count":20718793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T19:01:40.436Z","updated_at":"2025-03-28T17:34:36.412Z","avatar_url":"https://github.com/getnf.png","language":"Shell","funding_links":[],"categories":["Shell","Font"],"sub_categories":["Nerd Fonts"],"readme":"![getnf-logo](https://github.com/getnf/getnf/assets/9327361/60822070-8e14-43ae-882c-f36d36b6e4f0)\n\n\n# `getnf` - Get Nerd Fonts\n\n\u003c!-- [![getnf](https://img.shields.io/github/v/release/getnf/getnf?style=flat-square)](https://github.com/getnf/getnf/releases/latest) --\u003e\n[![getnf](https://img.shields.io/github/last-commit/getnf/getnf?style=flat-square)](https://github.com/getnf/getnf/pulse)\n[![getnf](https://img.shields.io/github/issues/getnf/getnf?style=flat-square)](https://github.com/getnf/getnf/issues)\n[![getnf](https://img.shields.io/github/license/getnf/getnf?style=flat-square)](https://github.com/getnf/getnf/blob/master/LICENSE)\n[![getnf](https://img.shields.io/github/stars/getnf/getnf?style=flat-square)](https://github.com/getnf/getnf/stargazers)\n\nEasily install [Nerd Fonts](https://www.nerdfonts.com/) from the terminal.\n\n![image](https://github.com/getnf/getnf/assets/84108846/55e535ea-73af-417f-b65d-7c095d58bdf0)\n\n## Supported Platforms\n`getnf` is supported on macOS and Linux.\n\n## Requirements\n- curl\n- fzf *(optional)*\n\n## Installation\nMake sure that `~/.local/bin` is in your PATH.\n\nRun\n\n```\ncurl -fsSL https://raw.githubusercontent.com/getnf/getnf/main/install.sh | bash\n```\nto install the latest version of `getnf`, or install a specific [release](https://github.com/getnf/getnf/releases) with\nits tag, e.g. `v0.2.0`:\n```\ncurl -fsSL https://raw.githubusercontent.com/getnf/getnf/main/install.sh | bash -s -- --tag=v0.2.0\n```\n\nYou can suppress the installation output with the flag `--silent` or `-s`:\n```\ncurl -fsSL https://raw.githubusercontent.com/getnf/getnf/main/install.sh | bash -s -- --silent\n```\n\n### Packages\nOn Arch Linux you can install `getnf` from the [AUR](https://aur.archlinux.org/packages/getnf):\n```\nparu -S getnf\n```\n\n## Usage\nRun `getnf` to show the font menu.\n\nThere are several flags available:\n\n| Flag                                             | Description                                                                |\n| ------------------------------------------------ | -------------------------------------------------------------------------- |\n| `-h`                                             | Show the help message                                                      |\n| `-k`                                             | Keep the downloaded font archives                                          |\n| `-a`                                             | Include installed Nerd Fonts in the menu                                   |\n| `-g`                                             | Install/Uninstall/List/Update Nerd Fonts for all users                     |\n| `-l`                                             | List installed Nerd Fonts                                                  |\n| `-L`                                             | List all Nerd Fonts                                                        |\n| `-f`                                             | Select and install Nerd Fonts using [fzf](https://github.com/junegunn/fzf) |\n| `-i \u003cfont\u003e`                                      | Directly install a specified Nerd Font                                     |\n| `-i \u003cname1\u003e,\u003cname2\u003e`,\u003cbr\u003e `-i \"\u003cname1\u003e \u003cname2\u003e\"` | Directly install multiple Nerd Fonts                                       |\n| `-u \u003cfont\u003e`                                      | Uninstall a specified Nerd Font                                            |\n| `-u \u003cname1\u003e,\u003cname2\u003e`,\u003cbr\u003e `-u \"\u003cname1\u003e \u003cname2\u003e\"` | Uninstall multiple Nerd Fonts                                              |\n| `-U`                                             | Update all installed Nerd Fonts                                            |\n| `-V`                                             | Print the current version of `getnf`                                       |\n\nYou can get the exact names of the fonts to use with `-i` and `-u` from `getnf -L`.\n\nEnjoy!\n\n## Notes\nIn case you can't see newly installed fonts in your application, you may need to update the font cache with\n```\nfc-cache\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetnf%2Fgetnf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetnf%2Fgetnf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetnf%2Fgetnf/lists"}