Skip to content

Instantly share code, notes, and snippets.

@nullobject
Created January 8, 2025 09:27
Show Gist options
  • Save nullobject/7c98202ea8c74bb6fe9f576412266a0a to your computer and use it in GitHub Desktop.
Save nullobject/7c98202ea8c74bb6fe9f576412266a0a to your computer and use it in GitHub Desktop.
Berkeley Mono Nerd Font Mono
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