dotfiles/install.sh

6 lines
199 B
Bash
Raw Normal View History

2017-02-20 12:59:28 +00:00
#!/bin/sh
2017-02-20 13:03:06 +00:00
git clone -q git@github.com:JulienPalard/dotfiles.git /tmp/.dotfiles/ &&
2017-02-20 13:09:05 +00:00
./copy_to_home.py /tmp/.dotfiles/ ~/ --exclude README.md .git copy.py install.sh &&
2017-02-20 12:59:28 +00:00
rm -fr /tmp/.dotfiles/