Created
September 13, 2021 19:48
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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