Avoid touching repo secrets file
This commit is contained in:
@@ -404,7 +404,7 @@ fi
|
|||||||
# 6. Cleanup & Secrets
|
# 6. Cleanup & Secrets
|
||||||
rm -f "$HOME/.zshrc" "$HOME/.zsh_aliases"
|
rm -f "$HOME/.zshrc" "$HOME/.zsh_aliases"
|
||||||
mkdir -p "$REPO_ROOT/Zsh"
|
mkdir -p "$REPO_ROOT/Zsh"
|
||||||
touch "$REPO_ROOT/Zsh/.zsh_secrets"
|
[ -e "$REPO_ROOT/Zsh/.zsh_secrets" ] || : > "$REPO_ROOT/Zsh/.zsh_secrets"
|
||||||
|
|
||||||
# 7. Set Shell
|
# 7. Set Shell
|
||||||
TARGET_SHELL="$(command -v zsh)"
|
TARGET_SHELL="$(command -v zsh)"
|
||||||
|
|||||||
Reference in New Issue
Block a user