Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Mar 11, 2012
1 parent 5f72fd4 commit c285e2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: update
install:
@for file in *; do \
if [ '$$file' != 'Makefile' ]; then \
if [ '$$file' != 'Makefile' && '$$file' != 'readme.md' ]; then \
if [ -e "$$HOME/.$$file" ]; then \
echo "$$HOME/.$$file exists"; \
else \
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# My dotfiles

Made to be installable and upgradable. Made for my setup obviously (archlinux, vim, tmux, zsh, git). You are welcome to clone but it *will* change in unexpected ways that you may not like, better to look around and make a dotfiles repo that works for you or start with a fork.

0 comments on commit c285e2e

Please sign in to comment.