Skip to content

shinchina1/cn-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

zsh-theme

Output

2

use

  • run this command git clone https://github.com/shinqcn/cn-zsh.git && cd cn-zsh && mv cn.zsh-theme /$HOME/.oh-my-zsh/themes/
  • now open .zshrc file nano /$HOME/.zshrc
  • in line 11 ZSH_THEME="cn"
  • 1
  • close terminal and reopen

Banner

1. Install figlet and lolcat

apt install figlet lolcat

2. Download this script

wget https://github.com/xero/figlet-fonts/blob/master/ANSI%20Shadow.flf /usr/share/figlet/

3. Add this command in the end of .zshrc file

figlet -ct -f 'ANSI Shadow' YOURNAME | lolcat

4. Set alias in end of .zshrc File

nano ~/.zshrc
alias clear="clear && figlet -ct -f 'ANSI Shadow' YOURNAME | lolcat"

About

Simple zsh theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages