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

how to install this with mac? #25

Open
jastsai opened this issue Sep 11, 2023 · 3 comments
Open

how to install this with mac? #25

jastsai opened this issue Sep 11, 2023 · 3 comments

Comments

@jastsai
Copy link

jastsai commented Sep 11, 2023

how to install this with mac?

@hamza-m-masood
Copy link

I am also having problems running this plugin on mac. I don't think it is a problem with this plugin. It is just a knowledge gap. I am currently researching how to run this plugin on mac.

@hamza-m-masood
Copy link

hamza-m-masood commented Aug 24, 2024

@jastsai
I just got it working on my mac. Here are the steps:

wget https://github.com/joshdk/template-transformer/releases/download/v0.2.1/template-transformer-linux-amd64.tar.gz
tar -xf template-transformer-linux-amd64.tar.gz
mkdir -p ~/.config/kustomize/plugin/jdk.sh/v1beta1/templatetransformer/
install TemplateTransformer ~/.config/kustomize/plugin/jdk.sh/v1beta1/templatetransformer/TemplateTransformer
chmod +x ~/.config/kustomize/plugin/jdk.sh/v1beta1/templatetransformer/TemplateTransformer
export KUSTOMIZE_PLUGIN_HOME=~/.config/kustomize/plugin

@hamza-m-masood
Copy link

I just realized that it is basically the same steps 😆
You just have to set the $XDG_CONFIG_HOME env var like this:

XDG_CONFIG_HOME="$HOME/.config"

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

2 participants