mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-29 00:44:31 +01:00
6 lines
192 B
Bash
6 lines
192 B
Bash
if ! command -v alacritty &>/dev/null; then
|
|
sudo apt install -y alacritty
|
|
mkdir -p ~/.config/alacritty
|
|
cp ~/.local/share/omakub/configs/alacritty.toml ~/.config/alacritty/alacritty.toml
|
|
fi
|