setup: don't error when missing cgout or nvim config dir

This commit is contained in:
LordMZTE 2023-09-10 12:06:24 +02:00
parent a9fa11246c
commit 5737b80079
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -35,7 +35,7 @@
(λ (exe . args)
(unless (apply system* (find-executable-path exe) args)
(raise-user-error "Command Failed"))))
(define-logging rm delete-directory/files)
(define-logging rm (λ (path) (delete-directory/files path #:must-exist? false)))
(define-logging copy copy-directory/files)
(define-logging install-zig