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

7 lines
116 B
Bash
Raw Permalink Normal View History

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