skull - Includes git status, python virtual environment and ruby rvm status decorations.

Skull zsh theme

cover image

https://github.com/unixorn/awesome-zsh-plugins

Oh-my-zsh Installation

# Debian
sudo apt install zsh git curl
# Arch Linux
sudo pacman -Sy zsh
# OpenSuse
sudo zypper in zsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Adding Skull theme

AutoInstall Bash Script

sh -c "$(curl -fsSL https://github.com/tahadostifam/skull-zsh/raw/master/auto-install.bash)"

Manually Installation

git clone https://github.com/tahadostifam/skull-zsh.git
cd ./skull-zsh
cp ./skull.zsh-theme /home/$USER/.oh-my-zsh/themes
nano ~/.zshrc # 'ZSH_THEME' -> 'skull'

Download Source Code

Download ZIP
Apr 7, 2022