summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-02-15 22:30:22 +0100
committerMarc Vertes <mvertes@free.fr>2020-02-15 22:30:22 +0100
commit68c5f4042ad2b77cbeb387526788092285d3b4d9 (patch)
tree4563441cb8ff0688c4661ab12c8d4998ab75e4e8
parent5dbd3af4937dcc99e63e3de9b7bf0f9afbe73c25 (diff)
doc: add readme
-rw-r--r--README.md9
-rwxr-xr-xbin/lt2
2 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d0e2636
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# dotfiles
+
+Collection of configuration files.
+
+## Install
+
+```console
+$ make install
+```
diff --git a/bin/lt b/bin/lt
index 21afaf0..808b9f0 100755
--- a/bin/lt
+++ b/bin/lt
@@ -46,7 +46,7 @@ rp() {
#rp /h/u/a/b /h/u/b && echo $R1
-skip=".git .gitignore .*.swp Makefile"
+skip=".git .gitignore .*.swp Makefile README.md"
# link tree src dest
lt() {