From ef9af811b33d964f9dd44238af038602bc401cd6 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Wed, 21 Jun 2023 11:39:37 +0200 Subject: [PATCH] :truck: clone dotfiles to ~/dotfiles and not ~/.dotfiles --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 099624a..9d0878c 100755 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ rm -rf .oh-my-zsh # A bit of a hack # mv .gitconfig .gitconfig.private -git clone https://github.com/dannydannydanny/dotfiles .dotfiles +git clone https://github.com/dannydannydanny/dotfiles ~/dotfiles # git clone https://github.com/dcreager/dotfiles-base .dotfiles.base # git clone https://github.com/dcreager/dotfiles-public -b codespaces --recurse-submodules .dotfiles.public # $HOME/.dotfiles.base/bin/dotfiles.symlink install