Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

β›“ a Simplistic & Minimalist theme for Bash and Zsh prompts.

License

Notifications You must be signed in to change notification settings

alexandre-delaloy/sm-prompt

Repository files navigation

sm-theme

sm-theme last release sm-theme top language

sm-theme

β›“ a Simplist & Minimalist theme for your favorite terminal.

⚠️ This theme better fit with Fira Code font.

Install

1. via Oh-My-Zsh

I assume you have Oh My Zsh installed. If not, let's get it !

  1. Install sm.zsh-theme in ~/.oh-my-zsh folder:
# at the root of this repository
> source install.sh --zsh
  1. Update ZSH_THEME theme in your .zshrc
21    # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
22    ZSH_THEME="sm" # probably was ZSH_THEME="robbyrussell (default)
23
24    # Set list of themes to pick from when loading at random

2. Via bash ( available soon ! )

# at the root of this repository
> source install.sh --bash

Custom

By default, smileys are enabled & there are 3 lines

1. Smileys

Without smileys

13    local SM_WITH_SMILEYS=0;

without-smileys-clean without-smileys-dirty

With smileys

13    local SM_WITH_SMILEYS=1;

with-smileys-clean with-smileys-clean

2. Lines

With 2 lines

16    local SM_PROMPT_LINES=2;

2 lines

With 3 lines

16    local SM_PROMPT_LINES=3;

3 lines

Curated List

License

Under MIT license.