Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erlimar/oh-my-posh
- Owner: erlimar
- Created: 2023-09-18T19:32:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-06T19:40:49.000Z (11 months ago)
- Last Synced: 2024-02-07T17:31:05.553Z (11 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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')"
```