Created
March 29, 2026 12:01
-
-
Save hutusi/b4c8015e3f8097e50cfd8cc5d14be522 to your computer and use it in GitHub Desktop.
setup shell
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
| # 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