Skip to content

Fix initial setup scenario#17

Draft
klappradla wants to merge 1 commit intomainfrom
chore/fix-initial-setup
Draft

Fix initial setup scenario#17
klappradla wants to merge 1 commit intomainfrom
chore/fix-initial-setup

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
@klappradla klappradla force-pushed the main branch 2 times, most recently from 3c1c85b to 0dc1f14 Compare January 7, 2025 23:18
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