Fix dotfiles not all getting copied to home

- Added a -r flag to the copy, as some of the dotfiles are directories
master
Nathan Steel 5 years ago
parent 17b4022ab0
commit 60ad4d1ee3

@ -93,5 +93,5 @@ ln -s $REPO/ascripts/backup/ $HOME/.local/bin/
# dotfiles # dotfiles
# This will overwrite existing dotfiles... # This will overwrite existing dotfiles...
sudo -H -u nathan bash -c "git clone https://github.com/aney/dotfiles $REPO/adotfiles/" sudo -H -u nathan bash -c "git clone https://github.com/aney/dotfiles $REPO/adotfiles/"
cp $REPO/adotfiles/.[^.]* $HOME cp -r $REPO/adotfiles/.[^.]* $HOME

Loading…
Cancel
Save