dotfiles/crates/10-zsh/crate.debian.sh
2025-01-12 18:52:10 +01:00

7 lines
81 B
Bash

super_apply() {
apt install -y zsh
}
super_undo() {
apt remove -y zsh
}