Skip to content

Instantly share code, notes, and snippets.

@pablordoricaw
Created September 13, 2021 19:48
Show Gist options
  • Save pablordoricaw/629dd623fd4be793dbeeec163b890e0f to your computer and use it in GitHub Desktop.
Save pablordoricaw/629dd623fd4be793dbeeec163b890e0f to your computer and use it in GitHub Desktop.
Bash script to install Powerline fonts in macOS from Powerline's font repo in GitHub assuming the GitHub CLI tool is installed and setup
#!/bin/bash
gh repo clone powerline/fonts && cd ~/fonts && ./install.sh && cd && rm -rf fonts/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment