daviwil / dotcrafter.el

Manage your dotfiles with Emacs!
https://youtube.com/c/SystemCrafters
GNU General Public License v3.0
63 stars 6 forks source link

installation issue #1

Closed HumHongeKamyaab closed 3 years ago

HumHongeKamyaab commented 3 years ago

The installation process given in readme is not working, may be following should be right way

(use-package dotcrafter
  :straight '(dotcrafter :host github :repo "daviwil/dotcrafter" :branch "main")
  :custom
  (dotcrafter-dotfiles-folder "~/.dotfiles")
  (dotcrafter-org-files '("Emacs.org" "Desktop.org")))
daviwil commented 3 years ago

What error do you get? I updated the instructions this morning to use :repo "daviwil/dotcrafter.el" since I renamed the repo from dotcrafter, maybe that's the issue?

HumHongeKamyaab commented 3 years ago

yes, also default branch is "main" not "master". The above works for me.

daviwil commented 3 years ago

Updated the recipe with commit 40bfce5. Thanks for letting me know!