Skip to content

Add zsh-autosuggestions and zsh-syntax-highlighting to Linux package list #7

@mkhnsn

Description

@mkhnsn

The dnf block in run_install-packages.sh.tmpl installs core CLI tools but is missing zsh-autosuggestions and zsh-syntax-highlighting. These were installed manually on echo-turbine during initial setup.

Add to the dnf section (~line 158):

$SUDO dnf install -y zsh-autosuggestions zsh-syntax-highlighting || true

These are already sourced in env.zsh with OS-conditional paths.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions