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

8 lines
93 B
Bash
Raw Normal View History

2025-01-12 18:52:10 +01:00
super_apply() {
apt install -y alacritty
}
super_undo() {
apt remove -y alacritty
}