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

Bug: File IO errors when running setup on new macOS install #151

Open
gromer opened this issue Feb 4, 2025 · 1 comment · May be fixed by #152
Open

Bug: File IO errors when running setup on new macOS install #151

gromer opened this issue Feb 4, 2025 · 1 comment · May be fixed by #152

Comments

@gromer
Copy link

gromer commented Feb 4, 2025

I tried to setup akr on my new MBP, and kept running into File IO errors showing in the terminal. The setup process assumes these two directories are already in place:

  1. ~/.ssh
  2. ~/Library/LaunchAgents

If either of those directories do not exist, the scripts fail when trying to write config to them. I was able to fix this with some directory checks. If the needed directory doesn't exist, it will be created now, and file writes then work.

@gromer gromer changed the title BUG: File IO errors when running setup on new macOS install Bug: File IO errors when running setup on new macOS install Feb 4, 2025
@gromer
Copy link
Author

gromer commented Feb 4, 2025

I noticed that PR #11 addresses some of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant