Merged
Conversation
…w-dump.sh script for global brew bundle dumping
- Create a new script `codex.sh` for installing Codex on Linux - Check for existing installation and validate OS and architecture - Download and extract the latest Codex release from GitHub
- Create a new GitHub Actions workflow in `ci.yml` - Set up jobs to run tests on Ubuntu 24.04 and macOS - Include steps for checking out the repository and bootstrapping the environment
- Update `apt.sh` to include jq, tree, and wget packages for enhanced functionality. - Modify `bootstrap.sh` to add a task for installing Codex, integrating it into the Linux setup process.
…trieval method - Add a check for jq installation, exiting with an error message if not found. - Modify the version retrieval from GitHub API to use jq for improved reliability. - Update the binary move command to correctly reference the extracted codex binary.
…tructions - Update Ubuntu version from 22.04 to 24.04. - Correct macOS capitalization. - Add a CI badge for build status. - Revise sections for clarity, including "Full Bootstrap" and "Install Dotfiles Only" instructions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.