1 2 3 4
local ok, alacritty = pcall(require, "alacritty") if not ok then return end alacritty.setup()