-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Labels
Description
This question is about
- Installation
- Initializing / Cloning
- Alternate files
- Jinja templates
- Encryption
- Bootstrap
- Hooks
- Other
Describe your question
I'm a starter on yadm
. Basically what happened is that I tried to move the alternate files to ~/.config/yadm/alt
after cloning, and then yadm
said I have deleted those files; and apparently that's not what I intended to do. I'm completely lost. Can someone help? Thank you so much!
Here is my shell history with outputs:
~% yadm clone myserver:~/git/Dotfiles.git
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit (use -u to show untracked files)
Skipping alt /Users/kkew3/Library##os.Darwin/Application Support/Code/User/snippets/python.json as /Users/kkew3/Library/Application Support/Code/User/snippets/python.json exists
Skipping alt /Users/kkew3/Library##os.Darwin/texmf/tex/latex/local/question.sty as /Users/kkew3/Library/texmf/tex/latex/local/question.sty exists
Skipping alt /Users/kkew3/Library##os.Darwin/texmf/tex/latex/local/tikzlibrarybayesnet.code.tex as /Users/kkew3/Library/texmf/tex/latex/local/tikzlibrarybayesnet.code.tex exists
...
~% mkdir ~/.config/yadm/alt && mv 'Library##os.Darwin' ~/.config/yadm/alt
~% yadm status
D "Library##os.Darwin/Application Support/Code/User/snippets/python.json"
D Library##os.Darwin/texmf/tex/latex/local/question.sty
D Library##os.Darwin/texmf/tex/latex/local/tikzlibrarybayesnet.code.tex
...