mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
docs(os): use exact names of Linux distros
This commit is contained in:
parent
0b5277e4a2
commit
b227fcece9
|
@ -26,32 +26,37 @@ import Config from '@site/src/components/Config.js';
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
| Name | Type | Default | Description |
|
| Name | Type | Default | Description |
|
||||||
| --------------------- | :-------: | :------: | --------------------------------------------------- |
|
| --------------------- | :-------: | :------: | -------------------------------------------------------- |
|
||||||
| `macos` | `string` | `\uF179` | the string to use for macOS |
|
| `macos` | `string` | `\uF179` | the string to use for macOS |
|
||||||
| `linux` | `string` | `\uF17C` | the icon to use for Linux |
|
| `linux` | `string` | `\uF17C` | the icon to use for Linux |
|
||||||
| `windows` | `string` | `\uE62A` | the icon to use for Windows |
|
| `windows` | `string` | `\uE62A` | the icon to use for Windows |
|
||||||
| `display_distro_name` | `boolean` | `false` | display the distro name or icon (for WSL and Linux) |
|
| `display_distro_name` | `boolean` | `false` | display the distro name instead of icon for Linux or WSL |
|
||||||
| `alma` | `string` | `\uF31D` | the icon to use for Alma |
|
| `alma` | `string` | `\uF31D` | the icon to use for AlmaLinux OS |
|
||||||
| `alpine` | `string` | `\uF300` | the icon to use for Alpine |
|
| `almalinux` | `string` | `\uF31D` | the icon to use for AlmaLinux OS |
|
||||||
| `aosc` | `string` | `\uF301` | the icon to use for Aosc |
|
| `almalinux9` | `string` | `\uF31D` | the icon to use for AlmaLinux OS 9 |
|
||||||
| `arch` | `string` | `\uF303` | the icon to use for Arch |
|
| `alpine` | `string` | `\uF300` | the icon to use for Alpine Linux |
|
||||||
| `centos` | `string` | `\uF304` | the icon to use for Centos |
|
| `android` | `string` | `\uF17b` | the icon to use for Android |
|
||||||
| `coreos` | `string` | `\uF305` | the icon to use for Coreos |
|
| `aosc` | `string` | `\uF301` | the icon to use for AOSC OS |
|
||||||
|
| `arch` | `string` | `\uF303` | the icon to use for Arch Linux |
|
||||||
|
| `centos` | `string` | `\uF304` | the icon to use for CentOS |
|
||||||
|
| `coreos` | `string` | `\uF305` | the icon to use for CoreOS Container Linux |
|
||||||
| `debian` | `string` | `\uF306` | the icon to use for Debian |
|
| `debian` | `string` | `\uF306` | the icon to use for Debian |
|
||||||
| `devuan` | `string` | `\uF307` | the icon to use for Devuan |
|
| `deepin` | `string` | `\uF321` | the icon to use for deepin |
|
||||||
| `raspbian` | `string` | `\uF315` | the icon to use for Raspbian |
|
| `devuan` | `string` | `\uF307` | the icon to use for Devuan GNU+Linux |
|
||||||
| `elementary` | `string` | `\uF309` | the icon to use for Elementary |
|
| `elementary` | `string` | `\uF309` | the icon to use for elementary OS |
|
||||||
| `fedora` | `string` | `\uF30a` | the icon to use for Fedora |
|
| `fedora` | `string` | `\uF30a` | the icon to use for Fedora |
|
||||||
| `gentoo` | `string` | `\uF30d` | the icon to use for Gentoo |
|
| `gentoo` | `string` | `\uF30d` | the icon to use for Gentoo Linux |
|
||||||
| `mageia` | `string` | `\uF310` | the icon to use for Mageia |
|
| `mageia` | `string` | `\uF310` | the icon to use for Mageia |
|
||||||
| `manjaro` | `string` | `\uF312` | the icon to use for Manjaro |
|
| `manjaro` | `string` | `\uF312` | the icon to use for Manjaro Linux |
|
||||||
| `mint` | `string` | `\uF30e` | the icon to use for Mint |
|
| `mint` | `string` | `\uF30e` | the icon to use for Linux Mint |
|
||||||
| `nixos` | `string` | `\uF313` | the icon to use for Nixos |
|
| `nixos` | `string` | `\uF313` | the icon to use for NixOS |
|
||||||
| `opensuse` | `string` | `\uF314` | the icon to use for Opensuse |
|
| `opensuse` | `string` | `\uF314` | the icon to use for openSUSE |
|
||||||
| `redhat` | `string` | `\uF316` | the icon to use for Redhat |
|
| `opensuse-tumbleweed` | `string` | `\uF314` | the icon to use for openSUSE Tumbleweed |
|
||||||
| `rocky` | `string` | `\uF32B` | the icon to use for Rocky |
|
| `raspbian` | `string` | `\uF315` | the icon to use for Raspberry Pi OS (Raspbian) |
|
||||||
|
| `redhat` | `string` | `\uF316` | the icon to use for Red Hat Enterprise Linux (RHEL) |
|
||||||
|
| `rocky` | `string` | `\uF32B` | the icon to use for Rocky Linux |
|
||||||
| `sabayon` | `string` | `\uF317` | the icon to use for Sabayon |
|
| `sabayon` | `string` | `\uF317` | the icon to use for Sabayon |
|
||||||
| `slackware` | `string` | `\uF319` | the icon to use for Slackware |
|
| `slackware` | `string` | `\uF319` | the icon to use for Slackware Linux |
|
||||||
| `ubuntu` | `string` | `\uF31b` | the icon to use for Ubuntu |
|
| `ubuntu` | `string` | `\uF31b` | the icon to use for Ubuntu |
|
||||||
|
|
||||||
## Template ([info][templates])
|
## Template ([info][templates])
|
||||||
|
|
Loading…
Reference in a new issue