Add support for AUR packages installation to dotfiles.sh

This commit is contained in:
Riyyi
2019-05-10 19:09:18 +02:00
parent 40ef2b5943
commit 731610109c
2 changed files with 18 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ _dotfiles.sh() {
'(- *)'{-h,--help}'[display usage message and exit]'
'(- *)'{-p,--packages}'[instal, list or store packages]:packages:((
install\:"install all core packages of the stored list"
install-aur\:"install all AUR packages of the stored list"
list\:"display all packages installed on the system (default)"
store\:"stores a list of all installed packages"
))'