Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mizunarei/random_omf_theme

randomly pick up and install themes from the oh-my-fish official packages repository for fish shell
https://github.com/mizunarei/random_omf_theme

fish fish-shell oh-my-fish shell shell-extension shell-prompt theme

Last synced: 20 days ago
JSON representation

randomly pick up and install themes from the oh-my-fish official packages repository for fish shell

Awesome Lists containing this project

README

        

# random_omf_theme🐠
randomly install and enable themes from [official packages repository](https://github.com/oh-my-fish/packages-main) of [oh-my-fish/oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) for [fish shell](https://fishshell.com/)
### Installation & Usage🛫
Install [oh-my-fish/oh-my-fish](https://github.com/oh-my-fish/oh-my-fish#installation) for the fish shell first. And then execute these commands in the fish shell.
```
git clone --depth=1 https://github.com/MilkyMAISHIRANUI/random_omf_theme $OMF_PATH/themes/random_omf_theme
```
To enable random themes, type this.
```
omf theme random_omf_theme
```
If random_omf_theme is enabled already, `omf theme random_omf_theme` does nothing. So it does with other themes. Please use above command instead.
```
omf reload
```
We are not listed in the oh-my-fish packages repository. Therefore you could not use the `omf install random_omf_theme` command.
### Known Issues ⚠️
`fish_config` command persists the prompt to `~/.config/fish/functions/fish_prompt.fish` . That file takes precedence over Oh My Fish's themes. Therefore command `omf theme ` will not work. `aight`,`boxfish`,`sashimi`,`slavic-cat` and other themes will cause this issue.
To fix it as `omf doctor` suggested, enter this command.
```
rm ~/.config/fish/functions/fish_prompt.fish
```