Skip to content

dko1905/st-snazzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

st-snazzy

Elegant st theme with bright colors. Based on alacritty-snazzy.

screenshot of terminal

Install

  1. Clone st from suckless
git clone git://git.suckless.org/st
cd st
  1. Download patch
wget https://raw.githubusercontent.com/dko1905/st-snazzy/master/st-snazzy.patch -O st-snazzy.patch
# or
curl https://raw.githubusercontent.com/dko1905/st-snazzy/master/st-snazzy.patch -o st-snazzy.patch
  1. Apply patch
git apply st-snazzy.patch
  1. Compile (and install)
make
make install clean

Related

License

MIT © Daniel Florescu