1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-12-22 23:08:01 +00:00

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

View File

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