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

Linux Dev Env Setup and asdf-based dev setup script #3252

Merged
merged 4 commits into from
Sep 29, 2022
Merged

Linux Dev Env Setup and asdf-based dev setup script #3252

merged 4 commits into from
Sep 29, 2022

Conversation

highb
Copy link
Contributor

@highb highb commented Sep 26, 2022

  • chore: add install-asdf-dependencies.sh script
  • docs: update linux development documentation

What this PR does / why we need it:
Updates the contribution docs to note that the provided scripts work when using Linux Brew, and adds a second script for dev setup that uses the tool asdf to manage several of the tool versions via the .tool-versions config file, which I would propose is a much easier method of dealing with tool versions during development and makes it much easier to swap out versions of the tools.

Special notes for your reviewer:

I prefer using asdf, as it makes switching between
different versions of tools during development much
more automatic as it just switches out symlinks.
I've found that LinuxBrew runs the OSX dev setup script just fine, so this updates the README to reflect my experience. If I continue more contributions from my linux machine, I may do the legwork to setup a linux setup script but I figure this bit of guidance is probably better than nothing for now. 🙂
@highb highb changed the title Linux Dev Env Setup and asdf based dev setup script Linux Dev Env Setup and asdf-based dev setup script Sep 26, 2022
Copy link
Contributor

@Orzelius Orzelius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one typo, but other than that this is very cool. I installed asdf on my system and tried out the script and it worked like a charm.

CONTRIBUTING.md Outdated Show resolved Hide resolved
Co-authored-by: Orzelius <33936483+Orzelius@users.noreply.github.com>
@highb
Copy link
Contributor Author

highb commented Sep 28, 2022

Ah, thanks for catching that!

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.

3 participants