dotfiles/crates/30-alacritty/crate.arch.sh
2023-09-03 01:00:11 +02:00

7 lines
No EOL
116 B
Bash

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