Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erlimar/oh-my-posh

Minha customização Oh My Posh
https://github.com/erlimar/oh-my-posh

Last synced: about 1 month ago
JSON representation

Minha customização Oh My Posh

Awesome Lists containing this project

README

        

Minha configuração Oh My Posh
=============================

1. Instale *Oh My Posh*

> ℹ️ Saiba mais sobre Oh My Posh em https://ohmyposh.dev

2. Altere seu arquivo de perfil do Shell para adicionar a configuração personalizada:

## No PowerShell:
```PowerShell
oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/erlimar/oh-my-posh/master/erlimar.omp.json' | iex
```

## No Bash:
```sh
eval "$(oh-my-posh init bash --config 'https://raw.githubusercontent.com/erlimar/oh-my-posh/master/erlimar.omp.json')"
```