diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-02-15 22:30:22 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-02-15 22:30:22 +0100 |
| commit | 68c5f4042ad2b77cbeb387526788092285d3b4d9 (patch) | |
| tree | 4563441cb8ff0688c4661ab12c8d4998ab75e4e8 | |
| parent | 5dbd3af4937dcc99e63e3de9b7bf0f9afbe73c25 (diff) | |
doc: add readme
| -rw-r--r-- | README.md | 9 | ||||
| -rwxr-xr-x | bin/lt | 2 |
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 +``` @@ -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() { |
