dotfiles/crates/30-alacritty/crate.arch.sh

7 lines
No EOL
104 B
Bash

super_apply() {
pacman -S --needed --noconfirm alacritty
}
super_undo() {
pacman -R alacritty
}