mortenfyhn / dotfiles

:wrench: My dotfiles
https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/
3 stars 0 forks source link

Fix "are dotfiles cloned?" #68

Open mortenfyhn opened 3 months ago

mortenfyhn commented 3 months ago

The line

if [[ ! -d ~/.dotfiles ]]; then

can be true if the dotfiles aren't properly set up.

Should test for something else, like maybe the "dots" command existing, or something like that.

mortenfyhn commented 3 months ago

Indeed this must be fixed!