Created
January 8, 2025 09:27
-
-
Save nullobject/7c98202ea8c74bb6fe9f576412266a0a to your computer and use it in GitHub Desktop.
Berkeley Mono Nerd Font Mono
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
docker run --rm \ | |
-v ~/tmp/berkeley-mono/origin:/in \ | |
-v ~/tmp/berkeley-mono/patched:/out \ | |
-u $(id -u):$(id -g) \ | |
nerdfonts/patcher \ | |
--progressbars \ | |
--mono \ | |
--adjust-line-height \ | |
--fontawesome \ | |
--fontawesomeext \ | |
--fontlogos \ | |
--octicons \ | |
--codicons \ | |
--powersymbols \ | |
--pomicons \ | |
--powerline \ | |
--powerlineextra \ | |
--material \ | |
--weather |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment