summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-07 17:20:06 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-07 17:20:06 +0100
commit85deee81540ddd18d23cef1d8d2180586d17c076 (patch)
tree9023e2ced55cc487c16422cd014280090272d784 /examples
parentdd99af48942d5d67941da212f99b61a3b82754ea (diff)
bootstrap: Print little summary when done
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/bootstrap8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/bootstrap b/examples/bootstrap
index b822792..68289ee 100755
--- a/examples/bootstrap
+++ b/examples/bootstrap
@@ -112,8 +112,16 @@ if (( rcempty )) {
rm ~/.zshrc
}
+cat <<- tac
+
+ bootstrap finished.
+ Package directory: $PKG_DIR,
+ config path : $XDG_CONFIG_HOME/caretaker/caretaker.conf
+tac
+
if [[ $PATH != *$HOME/bin* ]] {
cat <<- tac
+
Note: You may need to change your PATH to include ~/bin,
otherwise certain parts of caretaker will not work.
tac