Skip to content

Instantly share code, notes, and snippets.

@hutusi
Created March 29, 2026 12:01
Show Gist options
  • Select an option

  • Save hutusi/b4c8015e3f8097e50cfd8cc5d14be522 to your computer and use it in GitHub Desktop.

Select an option

Save hutusi/b4c8015e3f8097e50cfd8cc5d14be522 to your computer and use it in GitHub Desktop.
setup shell
# Create a folder for plugins
mkdir -p ~/.zsh
# Download the two essential plugins
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.zsh/zsh-syntax-highlighting
# Install Starship (The best prompt for Ghostty)
curl -sS https://starship.rs/install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment