Skip to content

Conversation

@nathanstilwell
Copy link
Owner

@nathanstilwell nathanstilwell commented Nov 28, 2024

  • boot script to run parts of the installation
  • setup links dotfiles, installs Homebrew, and brew bundle
  • shell_setup installs fish, fisher, copies configs
  • WIP

Closes #30 #31 #32 #29

@nathanstilwell nathanstilwell self-assigned this Nov 28, 2024
@nathanstilwell nathanstilwell force-pushed the nathanstilwell/install_script_breakup branch 2 times, most recently from 1d2793d to a814ffb Compare January 13, 2025 19:42
- `boot` script to run parts of the installation
- `setup` links dotfiles, installs Homebrew, and brew bundle
- `shell_setup` installs fish, fisher, copies configs
- Moving Homebrew and Mac App Store installs to `app_install`
- `boot` now installs Homebrew and Fish shell to run other scripts in Fish
- Consolidating symlinking logic to a function in `setup`
- `shell_setup` installs fisher, fisher plugins, and configures fish[^1]
- Simplified headings and created `util_headings`

[^1]: Some faulty logic still being tested here
Got the fish config file name wrong and the directory location of my fish config file.
Using a bash based boot script to fish script (with gum) as soon as I
can. "Fish boot" will be the entry into the rest of the functionality of
the install.
@nathanstilwell nathanstilwell force-pushed the nathanstilwell/install_script_breakup branch from a814ffb to 47e4bcd Compare March 9, 2025 19:21
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.

boot.sh

2 participants