dotfiles/crates/30-alacritty/crate.void.sh
2023-11-16 15:44:56 +01:00

7 lines
No EOL
94 B
Bash

super_apply() {
xbps-install -y alacritty
}
super_undo() {
xbps-remove -y alacritty
}