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

7 lines
94 B
Bash
Raw Normal View History

2023-11-16 15:43:34 +01:00
super_apply() {
xbps-install -y alacritty
}
super_undo() {
xbps-remove -y alacritty
}