Prettify the Terminal with Oh My Posh
Beautiful Colors
Adapt the terminal's available feature set and appearance with the Oh My Posh prompt theme engine.
No matter which shell you use in a terminal, the prompt probably looks very dull in the vast majority of cases and only provides basic information – typically just telling you the current working directory. Fortunately, the vast majority of shells offer users a function for customizing the prompt. Prompt engines such as Powerline or Oh My Zsh take advantage of this. As a rule, they use various themes that give the environment a more appealing look.
These engines can also display useful information in the input line. The is then typically broken down into different segments, which gives you the opportunity to populate these segments with the kind of information you actually need. In the simplest case, you might display the date or time in one segment. More complex configurations let you embed almost any kind of data. For example, in Git directories, you could use a segment to display the kind of information that you need for Git, such as the status of the current repository.
Theme Engines and Nerd Fonts
Powerline [1] provides a very powerful engine and not only for customizing the shell prompt. Instead, the software can customize a variety of different status lines, also in the Vim editor. Oh My Zsh [2] is a popular configuration tool for the Zsh. Similar to Oh My Zsh, Oh My Posh [3] lets you customize the shell prompt. Unlike Oh My Zsh, however, it doesn't matter which shell you actually use in your environment.
Like with most other prompt engines, it makes sense to use Nerd Fonts [4] in combination with Oh My Posh. Nerd Fonts extends the regular character set to include a variety of icons that you can then use within each shell segment. Oh My Posh recommends the use of Meslo LGM [5], but you can use any other font as long as it comes with a good supply of icons. You can install the desired font manually or via Oh My Posh – but more about that later.
Cross-Platform Support
Oh My Posh is a cross-platform tool; you can use it on Linux, macOS, and in PowerShell on Windows. On macOS, simply install the engine using the Homebrew package manager:
brew install jandedobbeleer/oh-my-posh/oh-my-posh
The call installs both the Oh My Posh tool and the available themes (Figure 1). On Linux, first download the software and then an archive with all the themes, which you then unpack (Listing 1).
Listing 1
Install Oh My Posh and Themes
Activating the Shell Prompt
Now, to enable Oh My Posh in the shell you are using, initialize the prompt engine in the shell's configuration file. For example, if you use Bash, add the following line to the ~/.bashrc
file:
eval "$(oh-my-posh init bash)"
To activate the changes, either start a new shell or reload the modified configuration file with the source ~/.bashrc
command. The procedure is similar if you use Zsh. Of course, in this case you need to pass in Zsh as the init argument. A complete overview showing you the configurations of all the shells supported by Oh My Posh is available in the documentation [6].
You can also call up the Oh My Posh tool interactively to define a whole bunch of configuration settings. For example, if you want to install a Nerd Font on your system, simply run:
oh-my-posh font install
In the drop-down menu, select the font you want to download. However, you will need to handle the configuration manually in the terminal you are using later.
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.