-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Sebastian Woetzel edited this page Nov 13, 2018
·
1 revision
I use the Alacritty terminal emulator with the Lucy Tewi font. It should work ok as long as your font supports the unicode box and braille characters.
See https://github.com/jwilm/alacritty for build instructions. If you try to build this on a raspberry pi it may run out of RAM and swap space.
A version with patched colors and build in Lucy Tewi font can be found here: https://github.com/wose/yaft Check the original README if you want to use other fonts. Colors can be changed pre build in color.h
git clone https://github.com/wose/yaft.git
cd yaft
make yaft
sudo make install
You may want to add your user to the video group:
sudo gpasswd -a YOUR_USERNAME video