Update .local/share/chezmoi/home/dot_ssh/run_after_ensure-private-key.tmpl, .local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions.tmpl

Deleted .local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_60-cleanup.tmpl
This commit is contained in:
Brian Zalewski 2022-12-02 05:24:55 +00:00
parent 7392fcf95e
commit f64962b25b
3 changed files with 1 additions and 11 deletions

View file

@ -1,10 +0,0 @@
#!/usr/bin/env bash
{{- includeTemplate "universal/profile" }}
{{- includeTemplate "universal/logg" }}
if [ -d "$HOME/.local/src/shared-common" ]; then
logg 'Ensuring Taskfiles are linked properly'
cp "$HOME/.local/shared-common/Taskfile.yml" "$HOME/.local/Taskfile.yml"
ln -s "$HOME/.local/taskfiles" "$HOME/.local/src/shared-common/common/.config/taskfiles"
fi

View file

@ -63,7 +63,7 @@ fi
### Google Cloud SDK ### Google Cloud SDK
if command -v gcloud > /dev/null; then if command -v gcloud > /dev/null; then
curl -sSL "$FALLBACK_URL/gcloud.bash" > "COMPLETION_DIR/gcloud.bash" curl -sSL "$FALLBACK_URL/gcloud.bash" > "$COMPLETION_DIR/gcloud.bash"
elif [ -f "$COMPLETION_DIR/gcloud.bash" ]; then elif [ -f "$COMPLETION_DIR/gcloud.bash" ]; then
rm "$COMPLETION_DIR/gcloud.bash" rm "$COMPLETION_DIR/gcloud.bash"
fi fi