Merge branch 'master' of github.com:stv0g/dotfiles
This commit is contained in:
commit
c91f1856d5
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue