- Install the
zsh
-package via packagemanager - Install Oh-My-Zsh via the provided install-script
- Install a patched symbol-font for more interesting ZSH themes
- Pre-patched fonts are avialable in the
patching-strategy
branch of awesome-terminal-fonts - Download a font and it’s corresponding
.sh
-file from thepatched/
-folder of the repo - Install the font in the system (usually just by double-clicking it)
- Copy the script to
~/.fonts
- Add this to the
~/.zshrc
file:source ~/.fonts/*.sh
to get named font-mappings - Set the terminal emulator to use the newly installed font!
- Pre-patched fonts are avialable in the
- Install the Powerlevel9k theme
- Clone the repo to
~/.oh-my-zsh/custom/themes/powerlevel9k
- Set the theme in the prfile (
~/.zshr
) via:ZSH_THEME="powerlevel9k/powerlevel9k"
- Configure the theme to use the patched fonts by adding
POWERLEVEL9K_MODE='awesome-patched'
to the profile
- Clone the repo to
- Configure the theme in the profile
- Change the terminal color-scheme. For gnome-terminal, see Gogh
Comments
No comment section here 😄
You can reach me over at @knuth_dev or send me an Email.