zsh theme - headline

GitHub - Moarram/headline: Responsive ZSH theme featuring Git status information and a colored line above the prompt
Responsive ZSH theme featuring Git status information and a colored line above the prompt - GitHub - Moarram/headline: Responsive ZSH theme featuring Git status information and a colored line above...

installation for oh-my-zsh

git clone couldn't cut it in servers hosted in the mainland, can only be done via "#1b. minimal" below.


either 1a or 1b is fine, while 1a is preferred for the ease of updates.


1a. do git clone

Clone the repository into your themes directory.

git clone https://github.com/moarram/headline.git $ZSH_CUSTOM/themes/headline

Create a symlink to the theme (optional).

ln -s $ZSH_CUSTOM/themes/headline/headline.zsh-theme $ZSH_CUSTOM/themes/headline.zsh-theme

1b. Minimal

Instead of cloning the whole repository ( or if that just couldn't be done like those servers in the mainland ), only download the theme file.

wget https://raw.githubusercontent.com/moarram/headline/main/headline.zsh-theme

2. source the theme

Set the theme in your ~/.zshrc with

ZSH_THEME="headline"