Skip to content

fix: resolve installer path bugs and shell-detection gaps - #10

Merged
grimaldi89 merged 1 commit into
masterfrom
fix/installer-path-bugs
Jul 18, 2026
Merged

fix: resolve installer path bugs and shell-detection gaps#10
grimaldi89 merged 1 commit into
masterfrom
fix/installer-path-bugs

Conversation

@grimaldi89

Copy link
Copy Markdown
Owner

Summary

  • install.sh: drop scan of a nonexistent gcloud/ dir (gcloud.sh lives in tools/)
  • airbyte.sh: resolve docker.sh relative to the script's own location, not the caller's cwd
  • gcloud.sh/terraform.sh/airbyte.sh: add pipefail so a failed curl in a pipe isn't silently swallowed
  • alias.txt/install_aliases.sh: replace hardcoded ~/Repositories/personal_utils with a path resolved at install time
  • persist_env.sh: detect shell and use the matching rc file instead of always ~/.bashrc
  • README.md: fix directory table, document missing aliases

Test plan

  • make lint / make test pass
  • Manually verified in sandboxed $HOME under both bash and zsh

- install.sh: drop scan of nonexistent gcloud/ dir (gcloud.sh lives in tools/)
- airbyte.sh: resolve docker.sh relative to script location, not caller cwd
- gcloud.sh/terraform.sh/airbyte.sh: add pipefail so a failed curl in a pipe
  isn't silently swallowed by set -e
- alias.txt/install_aliases.sh: replace hardcoded ~/Repositories/personal_utils
  path with a placeholder resolved to the actual clone location at install time
- persist_env.sh: detect shell like install_aliases.sh does and read/write/
  source the matching rc file instead of always hardcoding ~/.bashrc
- README: drop the phantom gcloud folder from the directory table, document
  the zshrc/grep aliases
@grimaldi89
grimaldi89 merged commit ab43cce into master Jul 18, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant