Skip to content

tungpun/lavender-zsh-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lavender Terminal Theme

Forked from win0err/aphrodite-terminal-theme

Minimalistic Lavender theme does not have any visual noise. Displays only the necessary information: current user, hostname, working directory, git branch if exists. Looks great both with dark and white terminals.

Lavender Terminal Theme

Installation

Requirements

  • UNIX-like OS (Linux, macOS, BSD)
  • wget and git installed

Scripts:

  • For Ubuntu LTS
cd /tmp && wget https://raw.githubusercontent.com/tungpun/lavender-zsh-theme/master/install/install-zsh-lavender-ubuntu.sh && chmod +x install-zsh-lavender-ubuntu.sh && ./install-zsh-lavender-ubuntu.sh
  • For Amazon's AMI
cd /tmp && wget https://raw.githubusercontent.com/tungpun/lavender-zsh-theme/master/install/install-zsh-lavender-ami.sh && chmod +x install-zsh-lavender-ami.sh && ./install-zsh-lavender-ami.sh

Manually:

Zsh

mkdir -p ~/.oh-my-zsh/custom/themes/
wget -xqO ~/.oh-my-zsh/custom/themes/lavender.zsh-theme https://git.io/fxscf
sed -i.bak 's/^[[:space:]]*ZSH_THEME=.*/ZSH_THEME="lavender"/' ~/.zshrc
source ~/.zshrc 

curl

curl -o ~/.curlrc https://raw.githubusercontent.com/tungpun/lavender-zsh-theme/master/.curlrc

Plugins

This theme should be used with these plugins:

~/.zshrc

...
plugins=(zsh-autosuggestions zsh-syntax-highlighting)
...

Developed by Sergei Kolesnikov

Developed by Tung Pun

About

Minimalistic Lavender theme for sexy terminals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%