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

Fix initial setup scenario #17

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

klappradla
Copy link
Owner

Some fixes to problems I ran into on a new initial setup:

  • Homebrew has a new install script… It requires TTY, so it's hard to
    run it from another script.

  • With Homebrew not loaded into the shell via the zprofile file, it's
    not available in the other topics further down the line. Manually
    loading it with the use_brew helper should fix this

  • On brand new machines, the ~/.config directory may not exist, which
    breaks symlinking there. So create it as part of the setup script

Some fixes to problems I ran into on a new initial setup:

- Homebrew has a new install script… It requires TTY, so it's hard to
  run it from another script.

- With Homebrew not loaded into the shell via the zprofile file, it's
  not available in the other topics further down the line. Manually
  loading it with the `use_brew` helper should fix this

- On brand new machines, the `~/.config` directory may not exist, which
  breaks symlinking there. So create it as part of the `setup` script
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.

1 participant