Update dotfiles/.local/bin/install-dotfiles
This commit is contained in:
parent
79a9cf1e1c
commit
fb390efb80
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ fi
|
||||||
# Copy dotfile folders
|
# Copy dotfile folders
|
||||||
while read DOTFILE_FOLDER; do
|
while read DOTFILE_FOLDER; do
|
||||||
BASENAME_FOLDER="$(basename "$DOTFILE_FOLDER")"
|
BASENAME_FOLDER="$(basename "$DOTFILE_FOLDER")"
|
||||||
|
echo "Folder -> $BASENAME_FOLDER"
|
||||||
cp -rf "$DOTFILE_FOLDER" "$HOME/$BASENAME_FOLDER"
|
cp -rf "$DOTFILE_FOLDER" "$HOME/$BASENAME_FOLDER"
|
||||||
done < <(find /usr/src/professor-dotfiles/dotfiles -maxdepth 1 -mindepth 1 -type d)
|
done < <(find /usr/src/professor-dotfiles/dotfiles -maxdepth 1 -mindepth 1 -type d)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue