diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/dotfiles.sh b/dotfiles.sh index 5d29ef2..601a563 100755 --- a/dotfiles.sh +++ b/dotfiles.sh @@ -6,6 +6,8 @@ if [ "$(dirname $0)" != "." ]; then fi FILES=$(find . \( -path ./.git -o \ + -path ./README.md -o \ + -path ./screenshot.png -o \ -path ./dotfiles.sh \) -prune -o -type f -print) if [ "$1" == "help" ] || [ "$1" == "" ]; then diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..0245d2f Binary files /dev/null and b/screenshot.png differ