I have this in my install.conf.yaml. When I run `./install -v` I get this output ``` ~/.config already exists but is a regular file or directory Link exists ~/.ssh/config.d -> /Volumes/workplace/personal-home/src/DeenayakHome/ssh/config.d Link exists ~/bin -> /Volumes/workplace/personal-home/src/DeenayakHome/bin Link exists ~/antigen.zsh -> /Volumes/workplace/personal-home/src/DeenayakHome/antigen.zsh Link exists ~/.zsh -> /Volumes/workplace/personal-home/src/DeenayakHome/zsh Link exists ~/.zshrc -> /Volumes/workplace/personal-home/src/DeenayakHome/zshrc Link exists ~/.antigenrc -> /Volumes/workplace/personal-home/src/DeenayakHome/antigenrc Link exists ~/.p10k.zsh -> /Volumes/workplace/personal-home/src/DeenayakHome/p10k.zsh Link exists ~/.vimrc -> /Volumes/workplace/personal-home/src/DeenayakHome/vimrc Link exists ~/.vim -> /Volumes/workplace/personal-home/src/DeenayakHome/vim Link exists ~/.gitconfig -> /Volumes/workplace/personal-home/src/DeenayakHome/git/gitconfig Link exists ~/.git_excludes -> /Volumes/workplace/personal-home/src/DeenayakHome/git/git_excludes Some links were not successfully set up Add 0 18 * * 5 ~/.toolbox/bin/brazil-package-cache clean > /dev/null #dotbot-crontab Add 5 * * * 1-5 ~/bin/refresh_aea.py >/dev/null #dotbot-crontab All cron have been sync Installing submodules [git submodule update --init --recursive] All commands have been executed ==> Some tasks were not executed successfully ``` Now, looking at this error, I don't know which link was not successfully set up. A description of that link task which failed would help me point the error. My install.conf.yaml content: ``` - clean: ['~'] - brewfile: - brew/Brewfile - link: ~/.config: config ~/.ssh/config.d: ssh/config.d ~/bin: bin ~/antigen.zsh: antigen.zsh ~/.zsh: zsh ~/.zshrc: zshrc ~/.antigenrc: antigenrc ~/.p10k.zsh: p10k.zsh ~/.vimrc: vimrc ~/.vim: vim ~/.gitconfig: git/gitconfig ~/.git_excludes: git/git_excludes - crontab: - cron: 0 18 * * 5 command: ~/.toolbox/bin/brazil-package-cache clean > /dev/null - cron: 5 * * * 1-5 command: ~/bin/refresh_aea.py >/dev/null - shell: - [git submodule update --init --recursive, Installing submodules] ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by r0b0ji and has received 3 comments.