A command-line utility for managing fonts on Linux and macOS. Designed for both manual and automated workflows.
- Nerd fonts
- fontsource (includes google fonts)
Install with the installation script:
curl -sSL https://raw.githubusercontent.com/logandonley/font-manager/main/install.sh | bash
- Download the latest binary for your system from the releases page
- (Optional, but recommended): Rename the file to fm:
mv <Downloaded file> fm
- Make the binary executable:
chmod +x ./fm
- Move it to your PATH:
sudo mv ./fm /usr/local/bin/
Basic command structure:
fm [command] [options]
Download a single font
fm install ComicShannsMono
Install multiple fonts
fm install ComicShannsMono Inter Rubik