Browse Source

add TODO to bootstrap ignore

fix-instructions
Charles Reid 7 years ago
parent
commit
cd2b119a1c
  1. 1
      bootstrap.sh

1
bootstrap.sh

@ -17,6 +17,7 @@ function doIt() { @@ -17,6 +17,7 @@ function doIt() {
--exclude "tasks_sudo" \
--exclude "tasks_user" \
--exclude "README.md" \
--exclude "TODO.md" \
--exclude "LICENSE" \
-avh --no-perms . ~;
source ~/.bash_profile;

Loading…
Cancel
Save