I am one of the contributors of Oh My Fish.
I highly recommend you upgrading from previous version by doing a clean install. Please follow the upgrade instructions present on Oh My Fish repository's README file.
After a clean install it's just a matter of issuing an omf install bobthefish and you will be into the theme.
If you still need help feel free to join our Slack and raise your voice!
Answer from derekstavis on Stack OverflowI am one of the contributors of Oh My Fish.
I highly recommend you upgrading from previous version by doing a clean install. Please follow the upgrade instructions present on Oh My Fish repository's README file.
After a clean install it's just a matter of issuing an omf install bobthefish and you will be into the theme.
If you still need help feel free to join our Slack and raise your voice!
If you are still using an older version of oh-my-fish, you have to use " around the theme name.
For newer version, you can follow the recommended upgrade path that oh-my-fish provides:
- BACKUP ALL YOUR CUSTOM STUFF
mv ~/.config/fish/config{,_old}.fishrm -rf ~/.oh-my-fish- Do a clean Oh My Fish install
- Copy all lines starting with
PluginandThemefrom~/.config/fish/config_old.fish - Paste them it into
$OMF_CONFIG/bundlefile. If it doesn't exist, create it - Convert all
Plugin "name"lines topackage name - Convert all
Theme "name"lines totheme name omf install
So, to sum up, if you want to install a theme with this newer version, you need to put theme bobthefish in your ~/.config/omf/bundle file.
Is there a simple way to programmatically change fish's theme?
Use Oh-my-fish to change fish theme
Omf theme not changing
[Question] Configuring themes
Videos
I understand that I can use the web interface to pick a theme, but I want to do something similar from the commandline. I know choosing a theme on the web interface just changes each fish_color_... variable to match the theme, and I could theoretically capture that output and put it in a script, but I was wondering if there was something already built into fish similar to set fish_theme Nord or what have you. Thanks!