rocky-toolbox-nf

rocky-toolbox with Nerd Font icons enabled.

rocky-toolbox-nf is identical to rocky-toolbox with Nerd Font icon support enabled. Equivalent to ubuntu-toolbox-nf on Rocky Linux.

Current version: 0.1.6

Usage

{
  "name": "My Project",
  "image": "ghcr.io/devopsbuildingblocks/devcontainer-images/rocky-toolbox-nf:latest"
}

Pin to a specific version:

{
  "image": "ghcr.io/devopsbuildingblocks/devcontainer-images/rocky-toolbox-nf:0.1.6"
}

Differences from rocky-toolbox

Settingrocky-toolboxrocky-toolbox-nf
oh-my-posh themedb2-dark.minimal (no icons)db2 (with icons)
eza iconsdisabledenabled (--icons)
lazygit file iconsdisabledenabled

Requirements

Your terminal emulator must have a Nerd Font configured, otherwise icons render as boxes or question marks. This is a terminal setting, not a container setting. Popular options: JetBrainsMono Nerd Font, FiraCode Nerd Font, MesloLGS NF.

VS Code: set "terminal.integrated.fontFamily": "JetBrainsMono Nerd Font" (or your preferred Nerd Font) in your user settings.