diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap##template similarity index 79% rename from .config/yadm/bootstrap rename to .config/yadm/bootstrap##template index ce62d9e..165ac97 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap##template @@ -1,5 +1,8 @@ #!/bin/bash +# WARNING: Do not edit this file. +# It was generated by processing {{ yadm.source }} + # Save this file as ~/.config/yadm/bootstrap and make it executable. It will # execute all executable files (excluding templates and editor backups) in the # ~/.config/yadm/bootstrap.d directory when run. @@ -14,6 +17,9 @@ if [[ ! -d "$BOOTSTRAP_D" ]]; then exit 1 fi +# This will execute all executable files (excluding templates and editor +# backups) in the {{ env.BOOTSTRAP_D }} directory when run. + find -L "$BOOTSTRAP_D" -type f | sort | while IFS= read -r bootstrap; do if [[ -x "$bootstrap" && ! "$bootstrap" =~ "##" && ! "$bootstrap" =~ "~$" ]]; then if ! "$bootstrap"; then @@ -24,6 +30,8 @@ find -L "$BOOTSTRAP_D" -type f | sort | while IFS= read -r bootstrap; do done hash -r + +{% if yadm.class == "Work" %} YARN=$(brew --prefix yarn)/bin/yarn if (command -v "$YARN" >/dev/null 2>&1); then @@ -34,4 +42,5 @@ if (command -v "$YARN" >/dev/null 2>&1); then else echo "Successfully installed yalc" fi -fi \ No newline at end of file +fi +{% endif %} \ No newline at end of file diff --git a/.iterm2/AppSupport b/.iterm2/AppSupport index 2aef17b..12afa0b 120000 --- a/.iterm2/AppSupport +++ b/.iterm2/AppSupport @@ -1 +1 @@ -/Users/joelillibridge/Library/Application Support/iTerm2 \ No newline at end of file +/Users/Z002QRN/Library/Application Support/iTerm2 \ No newline at end of file