Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mizunarei/random_omf_theme
- Owner: MizunaRei
- License: mit
- Created: 2022-10-31T10:17:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T06:43:33.000Z (about 2 years ago)
- Last Synced: 2025-01-07T22:39:44.639Z (24 days ago)
- Topics: fish, fish-shell, oh-my-fish, shell, shell-extension, shell-prompt, theme
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```