dotfiles/crates/10-zsh/crate.arch.sh

7 lines
No EOL
110 B
Bash

super_apply() {
pacman -S --needed --noconfirm zsh cmake
}
super_undo() {
pacman -R --noconfirm zsh
}