Since I've needed to setup a set of instances with my theme, I've reached this script to automate all tasks I use.
The MFedatto OMP theme has an extra context that I use for an extra diferenciation among my devices and instances, like rpi4, rpi5, opi0 or docker. There is an additional script to set them.
curl -s https://gist.githubusercontent.com/mfedatto/475a009c0713428503fed83b62a3a2e4/raw/6275e85e643244be535f288b2b8c62e6562adb1f/mfedatto-omp-bash.sh | bash| Context | Name | Foreground | Background | WSL |
|---|---|---|---|---|
| Raspberry Pi 4 | rpi4 |
#d1c5c0 |
#e30b5d |
`` |
| Raspberry Pi 5 | rpi5 |
#d1c5c0 |
#e30b5d |
`` |
| Orange Pi Zero 2W | opi02w |
#197caa |
#f4a524 |
`` |
| Docker Container | docker |
#e5f2fc |
#00084d |
`` |
| Docker Container at WSL | docker |
#e5f2fc |
#00084d |
1 |
curl -s https://gist.githubusercontent.com/mfedatto/475a009c0713428503fed83b62a3a2e4/raw/6275e85e643244be535f288b2b8c62e6562adb1f/mfedatto-context.sh | bash -s -- context_name context_foreground context_background [wsl]curl -s https://gist.githubusercontent.com/mfedatto/475a009c0713428503fed83b62a3a2e4/raw/6275e85e643244be535f288b2b8c62e6562adb1f/mfedatto-context.sh | bash -s -- rpi4 \#d1c5c0 \#e30b5dcurl -s https://gist.githubusercontent.com/mfedatto/475a009c0713428503fed83b62a3a2e4/raw/6275e85e643244be535f288b2b8c62e6562adb1f/mfedatto-context.sh | bash -s -- rpi5 \#d1c5c0 \#e30b5dcurl -s https://gist.githubusercontent.com/mfedatto/475a009c0713428503fed83b62a3a2e4/raw/6275e85e643244be535f288b2b8c62e6562adb1f/mfedatto-context.sh | bash -s -- opi02w \#197caa \#f4a524curl -s https://gist.githubusercontent.com/mfedatto/475a009c0713428503fed83b62a3a2e4/raw/6275e85e643244be535f288b2b8c62e6562adb1f/mfedatto-context.sh | bash -s -- docker \#e5f2fc \#00084dcurl -s https://gist.githubusercontent.com/mfedatto/475a009c0713428503fed83b62a3a2e4/raw/6275e85e643244be535f288b2b8c62e6562adb1f/mfedatto-context.sh | bash -s -- docker \#e5f2fc \#00084d 1