Merge branch 'master' of github.com:stv0g/dotfiles

This commit is contained in:
Steffen Vogel 2014-08-14 16:49:03 +02:00
commit c91f1856d5

View file

@ -1,7 +1,9 @@
#!/bin/bash
shopt -s extglob
shopt -s dotglob
for file in !(.git|install.sh|*~|.|..); do
for file in !(.git|*.sh|*~|.|..); do
echo "install $file ..."
cp -r $file ~
done