dotfiles/crates/20-vim/crate.arch.sh

7 lines
No EOL
112 B
Bash

super_apply() {
pacman -S --needed --noconfirm vim
}
super_undo() {
echo "we never uninstall vim -_-"
}