summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md7
-rwxr-xr-xinstall-all6
2 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9ed55a6..8c4a3fa 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,12 @@
1# dotfiles 1# dotfiles
2 2
3TL;DR:
4
5``` shell
6git submodule update --init --recursive
7./install-all
8```
9
3Git submodules btw. This utilises [GNU stow](https://www.gnu.org/software/stow/). In case you don't know how to use 10Git submodules btw. This utilises [GNU stow](https://www.gnu.org/software/stow/). In case you don't know how to use
4it: 11it:
5 12
diff --git a/install-all b/install-all
new file mode 100755
index 0000000..7116512
--- /dev/null
+++ b/install-all
@@ -0,0 +1,6 @@
1#!/bin/sh
2
3set -eux
4
5./init-skel
6stow -R -t ~ --adopt */