Skip to content

Commit 8ab5207

Browse files
authored
fix cp
1 parent e1ea1ef commit 8ab5207

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bootstrap/changes/tel/setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ if [ "$UPDATE" = false ]; then
4646
echo "cat ~/../usr/etc/motd" >> ~/.zshrc
4747

4848
log "installing configs"
49-
cp -r ~/../usr/tel/.byobu/* ~/.byobu/
50-
cp -r ~/../usr/tel/.termux/* ~/.termux/
51-
cp -r ~/../usr/tel/.tel/* ~/.tel/
49+
cp -r ~/../usr/tel/.byobu/{.,}* ~/.byobu/
50+
cp -r ~/../usr/tel/.termux/{.,}* ~/.termux/
51+
cp -r ~/../usr/tel/.tel/{.,}* ~/.tel/
5252
fi
5353

5454
cd ~

0 commit comments

Comments
 (0)