-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Updates to Installation Instructions #549
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one nitpick
Co-authored-by: Andriy Knysh <[email protected]>
@coderabbitai full review |
✅ Actions performedFull review triggered. |
WalkthroughThe changes involve updates to the installation documentation and script for the Atmos tool. The Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 3
🧹 Outside diff range and nitpick comments (2)
website/docs/quick-start/install-atmos.mdx (2)
168-172
: Excellent addition of terminal setup context.The new "Set Up Your Terminal" section is a valuable addition to the installation guide. It provides important context for users about the visual aspects of Atmos and why proper terminal setup matters.
Consider adding a brief mention of specific features that benefit from a modern terminal setup, such as:
Atmos is a modern CLI with a Text-based UI (TUI), as such, for the best experience we recommend ensuring you have -a decent terminal and modern fonts installed and configured in your terminal. +a decent terminal and modern fonts installed and configured in your terminal. This setup enhances features like: +- Color-coded output for better readability +- Unicode character support for advanced UI elements +- Proper alignment and formatting of TUI componentsThis addition would give users a clearer understanding of the benefits they'll gain from following these recommendations.
204-219
: Approve Homebrew installation instructions for NerdFonts.The addition of Homebrew installation instructions for NerdFonts is excellent. It provides a straightforward method for macOS users to install the recommended font.
Consider adding a note about how to activate the newly installed font. For example:
After installation, you may need to: 1. Close and reopen your terminal application 2. Update your terminal's font settings to use the newly installed "FiraCode Nerd Font" Refer to your terminal application's documentation for specific instructions on changing the font.This addition would help users complete the setup process and start using the new font with Atmos.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (2)
- website/docs/quick-start/install-atmos.mdx (2 hunks)
- website/static/install.sh (1 hunks)
🧰 Additional context used
🪛 LanguageTool
website/docs/quick-start/install-atmos.mdx
[uncategorized] ~183-~183: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...erm2](https://iterm2.com/) or any other modern day terminal that supports ANSI characters ...(EN_COMPOUND_ADJECTIVE_INTERNAL)
[uncategorized] ~198-~198: Loose punctuation mark.
Context: ...w.nerdfonts.com/ for more information. ::tip We recommend the "Fira Code" NerdFo...(UNLIKELY_OPENING_PUNCTUATION)
🔇 Additional comments (3)
website/static/install.sh (2)
Line range hint
25-26
: LGTM: Nix package manager support added successfullyThe addition of Nix package manager support is well-implemented and consistent with the existing code structure. This enhancement improves the script's versatility by supporting another popular package manager.
Also applies to: 76-79, 89-91
71-71
: LGTM: Homebrew environment hint suppression addedThe addition of
HOMEBREW_NO_ENV_HINTS=1
is consistent with the existingHOMEBREW_NO_INSTALL_CLEANUP
flag. As discussed in a previous review, these flags help streamline the installation experience by minimizing distractions and potential confusion for users who may be unfamiliar with Homebrew.website/docs/quick-start/install-atmos.mdx (1)
Line range hint
1-220
: Overall improvements to installation instructions and terminal setup guidance.The changes to this document significantly enhance the installation instructions and provide valuable guidance on terminal setup for Atmos. Key improvements include:
- Addition of NixOS installation instructions
- New sections on terminal setup, TERM environment variable configuration, and NerdFonts
- Homebrew installation instructions for NerdFonts
These additions will help users set up their environment for the best possible experience with Atmos. The document now provides a more comprehensive guide that goes beyond just installation, addressing the visual and functional aspects of using Atmos effectively.
While some minor issues were identified and addressed in the review comments, the overall changes represent a substantial improvement to the documentation. These updates will greatly benefit users in setting up and using Atmos.
🧰 Tools
🪛 LanguageTool
[uncategorized] ~183-~183: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...erm2](https://iterm2.com/) or any other modern day terminal that supports ANSI characters ...(EN_COMPOUND_ADJECTIVE_INTERNAL)
[uncategorized] ~198-~198: Loose punctuation mark.
Context: ...w.nerdfonts.com/ for more information. ::tip We recommend the "Fira Code" NerdFo...(UNLIKELY_OPENING_PUNCTUATION)
These changes were released in v1.94.0. |
what
why
Summary by CodeRabbit
New Features
Improvements