From ed2d0e3359048130085d3c145451ac9aa4ad4348 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 26 Sep 2022 14:23:31 +0530 Subject: [PATCH] ringmaster.md: add steps for alacritty term --- content/posts/ringmaster.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/posts/ringmaster.md b/content/posts/ringmaster.md index 400c4c5..6c7cfcc 100644 --- a/content/posts/ringmaster.md +++ b/content/posts/ringmaster.md @@ -66,6 +66,14 @@ ssh-keygen -t ed25519 -f gitlab ssh-keygen -t ed25519 -f sentinel ``` +### Alacritty setup + +```bash +git clone https://github.com/alacritty/alacritty.git && cd alacritty +sudo tic -xe alacritty,alacritty-direct extra/alacritty.info && cd .. && rm -rf alacritty +``` + + ## Extra setup ### Improve Dock behaviour