We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ea1ef commit 8ab5207Copy full SHA for 8ab5207
1 file changed
bootstrap/changes/tel/setup.sh
@@ -46,9 +46,9 @@ if [ "$UPDATE" = false ]; then
46
echo "cat ~/../usr/etc/motd" >> ~/.zshrc
47
48
log "installing configs"
49
- cp -r ~/../usr/tel/.byobu/* ~/.byobu/
50
- cp -r ~/../usr/tel/.termux/* ~/.termux/
51
- cp -r ~/../usr/tel/.tel/* ~/.tel/
+ cp -r ~/../usr/tel/.byobu/{.,}* ~/.byobu/
+ cp -r ~/../usr/tel/.termux/{.,}* ~/.termux/
+ cp -r ~/../usr/tel/.tel/{.,}* ~/.tel/
52
fi
53
54
cd ~
0 commit comments