Update dotfiles/.local/bin/install-dotfiles
This commit is contained in:
parent
a63340b0d3
commit
63b02c50c5
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ while read DOTFILE_FOLDER; do
|
||||||
mkdir -p "$HOME/$BASENAME_FOLDER"
|
mkdir -p "$HOME/$BASENAME_FOLDER"
|
||||||
fi
|
fi
|
||||||
cp -rf "$DOTFILE_FOLDER/"* "$HOME/$BASENAME_FOLDER"
|
cp -rf "$DOTFILE_FOLDER/"* "$HOME/$BASENAME_FOLDER"
|
||||||
done < <(command find /usr/local/src/professor-dotfiles/dotfiles -maxdepth 1 -mindepth 1 -type d)
|
done < <(find /usr/local/src/professor-dotfiles/dotfiles -maxdepth 1 -mindepth 1 -type d)
|
||||||
|
|
||||||
# Copy dotfile files
|
# Copy dotfile files
|
||||||
while read DOTFILE_FILE; do
|
while read DOTFILE_FILE; do
|
||||||
|
|
Loading…
Reference in a new issue