Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 834 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 834 Bytes

Whiskers for Alacritty

👷‍♂️ Install

  • Clone the repository into the config directory:
mkdir -p ~/.config/alacritty/themes/whiskers/
git clone https://github.com/Whiskers-Color-Scheme/alacritty ~/.config/alacritty/themes/whiskers/ 
  • Add the import at the beggining of the alacritty config file. Replace {theme} with "panther" or "tiger" accordingly:
import = [
    "~/.config/alacritty/themes/whiskers/whiskers_{theme}.toml"
]

💻 Maintainers