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

7 lines
92 B
Bash
Raw Normal View History

2023-09-01 03:34:16 +02:00
super_apply() {
pacman -S --needed alacritty
}
super_undo() {
pacman -R alacritty
}