dotfiles/install.sh

7 lines
267 B
Bash
Raw Normal View History

2017-02-20 12:59:28 +00:00
#!/bin/sh
rm -fr /tmp/.dotfiles/
git clone -q https://github.com/JulienPalard/dotfiles.git /tmp/.dotfiles/ &&
2017-04-24 12:54:37 +00:00
/tmp/.dotfiles/interactive_copy.py /tmp/.dotfiles/ ~/ --exclude README.md .git interactive_copy.py install.sh __pycache__ &&
2017-02-20 12:59:28 +00:00
rm -fr /tmp/.dotfiles/