How to install alacritty for macos
brew install --cask alacritty
brew install font-meslo-lg-nerd-font
mkdir -p ~/.config/alacritty
cd ~/.config/alacritty
touch alacritty.toml
[env]
TERM = "xterm-256color"
[window]
padding.x = 10
padding.y = 10
decorations = "Buttonless"
opacity = 0.7
blur = true
option_as_alt = "Both"
[font]
normal.family = "MesloLGS Nerd Font Mono"
size = 18
brew install powerlevel10k
echo "source $(brew --prefix)/share/powerlevel10k/powerlevel10k.zsh-theme" >> ~/.zshrc
References:
- https://www.josean.com/posts/how-to-setup-alacritty-terminal