Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hauleth/agnoster
Agnoster for Fish :tropical_fish:
https://github.com/hauleth/agnoster
agnoster fish fish-shell fish-theme theme
Last synced: 3 months ago
JSON representation
Agnoster for Fish :tropical_fish:
- Host: GitHub
- URL: https://github.com/hauleth/agnoster
- Owner: hauleth
- License: mit
- Created: 2015-05-24T11:23:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T14:28:36.000Z (about 1 year ago)
- Last Synced: 2024-10-12T23:20:59.613Z (4 months ago)
- Topics: agnoster, fish, fish-shell, fish-theme, theme
- Language: Shell
- Homepage:
- Size: 195 KB
- Stars: 45
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fish Agnoster theme
Fancy, colorful theme with support for Powerline fonts.
## Installation
With [Fisher](https://github.com/fisherman/fisherman)
fisher install hauleth/agnoster
With [Fundle](https://github.com/danhper/fundle) add:
fundle plugin hauleth/agnoster
to your `config.fish` and run `fundle install`.---
Yeah, really. That's it. Be happy with your fancy new theme.
## Themes
To choose theme run `agnoster `.
Available themes:
- `default`
![default theme](screenshots/default.png)
- `powerline`![powerline theme](screenshots/powerline.png)
### Custom theme
You can create your own theme by setting these variables
```
# Segment endings
# AGNOSTER_SEGMENT_SEPARATOR[1] is separator of segment
# AGNOSTER_SEGMENT_SEPARATOR[2] is separator of subsegment
set -U AGNOSTER_SEGMENT_SEPARATOR '' \u2502 # unicode box drawings light vertical (│)# Icons
set -U AGNOSTER_ICON_ERROR \u2717 # unicode ballot X (✗)
set -U AGNOSTER_ICON_ROOT \u26a1 # unicode high voltage sign (⚡)
set -U AGNOSTER_ICON_BGJOBS \u2699 # unicode gear (⚙)
set -U AGNOSTER_ICON_GIT_BRANCH \u2387 # unicode alternative key symbol (⎇)
set -U AGNOSTER_ICON_GIT_REF \u27a6 # unicode heavy black curved upwards and rightwards arrow (➦)
```## Licence
Agnoster is MIT licensed. See [LICENSE](LICENSE) file for details.