Add options to install dotfiles and dconf configurations individually

This commit is contained in:
Daniel Carrillo 2020-05-30 18:14:11 +02:00
parent ea684209ba
commit 755e2e9cc0
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@ main()
copy_dotfiles
dconf_loader
;;
--install-dotfiles)
copy_dotfiles
;;
--install-dconf)
copy_dotfiles
;;
**)
echo "Usage: $0 <--dump-dconf|--install>"
;;