Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create the one liner and doco to use this quickly and easily #78

Open
ausfestivus opened this issue Oct 10, 2019 · 2 comments
Open

Create the one liner and doco to use this quickly and easily #78

ausfestivus opened this issue Oct 10, 2019 · 2 comments
Assignees

Comments

@ausfestivus
Copy link
Owner

ausfestivus commented Oct 10, 2019

I will soon be doing a rebuild of my main machine.
Will use this activity as a chance to

  • make the use of this script easier (ala one liner)
  • knock off the bugs
  • templatise and secure my terraform and AWS credentials scripts
  • review the enhancements and see which ones I want.
@ausfestivus ausfestivus self-assigned this Oct 10, 2019
@ausfestivus
Copy link
Owner Author

Found a good example for the one liner in https://github.com/ausfestivus/andrews-configs/blob/master/hostbuild/macos-desktop-build.sh

    # installations and configurations.
    notice "Installing sundry items..."
    info "  Installing homebrew-notifier..."
    [[ -f "${HOME}/.homebrew-notifier/notifier.sh" ]] || curl -fsS https://raw.githubusercontent.com/grantovich/homebrew-notifier/master/install.sh | sh
    success "  homebrew-notifier installed."
  }

@ausfestivus
Copy link
Owner Author

Re this:

  • templatise and secure my terraform and AWS credentials scripts

? Can I get the TF ENV setting script to behave like the AWS one? This would allow me to have just the outline of the scripts in source control here without having to store the credentials in the scripts.
? Ensure I have an easy way to switch between Azure tenancies. Does something similar to the AWS switcher im currently using exist for Azure?

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

No branches or pull requests

1 participant