Skip to content

NightCS/alacritty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Alacritty

A dark and clean colorscheme for alacritty using the colorscheme showed in the rxyhn dotfiles showcase

demonstration

Installation

To install simply copy the files in ~/.config/alacritty:

if test -d $HOME/.config/alacritty; then mv $HOME/.config/alacritty $HOME/.config/alacritty.BAK; fi
git clone https://github.com/NightCS/alacritty alacritty
mv alacritty $HOME/.config

Done