https://github.com/namchee/aeros
Personal Shell Presets
https://github.com/namchee/aeros
Last synced: 7 months ago
JSON representation
Personal Shell Presets
- Host: GitHub
- URL: https://github.com/namchee/aeros
- Owner: Namchee
- License: unlicense
- Created: 2024-02-13T00:57:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T09:07:20.000Z (over 2 years ago)
- Last Synced: 2025-01-30T03:28:00.814Z (over 1 year ago)
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aeros
Personal [ZSH](https://www.zsh.org/) shell configuration and [Oh My Posh](https://ohmyposh.dev/) theme. Based on the [iTerm2 theme](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/iterm2.omp.json). Best used with [JetBrains Mono Nerd Font](https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.1/JetBrainsMono.zip) and [Snazzy theme](https://github.com/sindresorhus/terminal-snazzy).

## Installation
Simply put `theme.omp.json` somewhere and run `oh-my-posh` with `--config` flag pointing out to the configuration file
```bash
eval "$(oh-my-posh init zsh --config ~/zsh/themes/theme.omp.json)"
```
## License
This thing is unlicensed. Do whatever you want with it.