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

failing to initialize #2

Closed
rajibahmed opened this issue Mar 8, 2022 · 4 comments
Closed

failing to initialize #2

rajibahmed opened this issue Mar 8, 2022 · 4 comments

Comments

@rajibahmed
Copy link
Contributor

Getting this error message on OSX.

.config/alacritty-shell/profile_helper.sh: line 70: /yq: No such file or directory

for theme in $("${_ALACRITTY_SHELL}/yq" e '.schemes.[] | anchor' "${_ALACRITTY_YML}"); do

I guess you can add yq as deps for it on README. And not sure the loop actually work.

@rajibahmed
Copy link
Contributor Author

I have read the zsh code. Saw that you are locally downloading the yq cli.
in install yq from brew it works for me on ARM osx.

@casonadams
Copy link
Owner

Can you get some info for me.

What does uname -u display. I didn't support this because I wasn't sure.

But you bring up a good point. Maybe let the user install it?

@casonadams
Copy link
Owner

casonadams commented Mar 8, 2022

I think I want to talk about this one a bit more. Maybe it makes sense to require the user to install yq before they can use this utility?

@casonadams casonadams reopened this Mar 8, 2022
@casonadams
Copy link
Owner

@rajibahmed I have corrected this, alacritty-shell will now look for an installed yq first before trying to install one.

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