2022-03-12 13:04:08 -08:00
|
|
|
---
|
|
|
|
id: share
|
|
|
|
title: Share theme
|
|
|
|
sidebar_label: 📸 Share theme
|
|
|
|
---
|
|
|
|
|
|
|
|
You can export your prompt to an image which you can share online. You have the ability to align
|
|
|
|
it correctly and add your name for credits too.
|
|
|
|
|
2022-08-09 23:42:18 -07:00
|
|
|
:::caution
|
2022-03-12 13:04:08 -08:00
|
|
|
Some glyphs aren't rendered correctly, that's not you but the limitations of the renderer.
|
|
|
|
Depending on your config, you might have to tweak the output a little bit.
|
|
|
|
:::
|
|
|
|
|
|
|
|
The oh-my-posh executable has the `config export image` command to export your current theme configuration
|
2022-05-05 09:06:31 -07:00
|
|
|
to an image file (.png).
|
2022-03-12 13:04:08 -08:00
|
|
|
|
|
|
|
```powershell
|
2024-03-14 06:46:12 -07:00
|
|
|
oh-my-posh config export image
|
2022-03-12 13:04:08 -08:00
|
|
|
```
|
|
|
|
|
2022-05-05 09:06:31 -07:00
|
|
|
There are a couple of additional flags you can use to tweak the image rendering:
|
2022-03-12 13:04:08 -08:00
|
|
|
|
|
|
|
- `--author`: the name of the creator, added after `ohmyposh.dev`
|
|
|
|
- `--background-color`: the hex background color to use (e.g. `#222222`)
|
2024-03-14 06:46:12 -07:00
|
|
|
- `--output`: the file to export to (e.g. `theme.png`)
|
2022-03-12 13:04:08 -08:00
|
|
|
|
|
|
|
For all options, and additional examples, use `oh-my-posh config export image --help`
|