oh-my-posh/website
Jan De Dobbeleer e7a10ac029 feat(iterm): add iTerm features to the root configuration
BREAKING CHANGE: The iTerm segment has been removed and its features
have been added to the root configuration. To re-enable the iTerm
features, remove the iTerm segment and add the following to your
oh-my-posh configuration:

```json
{
  "iterm_features": ["prompt_mark", "current_dir", "remote_host"]
}
```

Choose this option if you want to enable the prompt mark for shell
integration and/or enable current directory and remote host in the
iTerm status bar.
2024-05-19 14:13:01 +02:00
..
api docs: update API dependencies 2023-11-19 19:14:25 +01:00
blog docs: tweak tips, cautions and warnings 2022-08-10 13:21:00 +02:00
docs feat(iterm): add iTerm features to the root configuration 2024-05-19 14:13:01 +02:00
plugins/appinsights refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
src docs: update dependencies 2023-11-19 19:14:25 +01:00
static docs(image): add font zip file 2024-02-15 08:50:31 +01:00
.gitignore refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
docusaurus.config.js docs: update to docusaurus V3 2023-11-19 19:14:25 +01:00
export_themes.js fix(image): use fixed image width 2024-02-15 20:27:20 +01:00
package-lock.json docs: update dependencies 2023-11-19 19:14:25 +01:00
package.json fix: added polling flag for hot reloading to work in dev container 2024-04-17 13:24:18 +02:00
README.md docs: update README to use npm 2023-06-29 07:56:34 +02:00
sidebars.js feat(iterm): add iTerm features to the root configuration 2024-05-19 14:13:01 +02:00
staticwebapp.config.json docs: remove social integration 2023-05-06 20:34:23 +02:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ npm install

Local Development

$ npm run start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.