# Ubuntu Sans Nerd Font Setup A lightweight script to automatically fetch and install the latest **Ubuntu Sans Nerd Font** for Ubuntu Desktop. ## Quick Install Run the following command in your terminal: ```bash bash -c "$(curl -fsSL https://opengist.rmrf.online/weehong/2de15ba0106a475fa41215159203a63b/raw/HEAD/install_font.sh)" ``` ## Overview * **Always Latest:** Dynamically pulls the newest release from the official Nerd Fonts GitHub. * **No Sudo Needed:** Installs safely to your local user directory (`~/.local/share/fonts/UbuntuSans`). * **Ready to Use:** Automatically updates the font cache (`fc-cache`) so fonts are available immediately. * **Dependencies:** Requires `curl` and `unzip`.