# git-bash-themes **Repository Path**: jackfreesiue/git-bash-themes ## Basic Information - **Project Name**: git-bash-themes - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-17 - **Last Updated**: 2025-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git-bash-themes Bash/zsh inspired themes for Bash on Windows and Linux that enhance your terminal experience with custom colors, fonts, layouts and command aliases. ## Features - Easy installation and setup - Customizable prompt styles - Font configurations - Terminal window settings ## Screenshot ![Screenshot](https://github.com/user-attachments/assets/9c7f300c-cb45-4584-8d9a-d760ea8d0607) ## Installation > [!NOTE] > Make sure to run these commands in git bash terminal and have git installed. If you run this in Windows Command Prompt, then it might not work properly. 1. Run this command ```bash bash #switch to bash shell git clone https://github.com/hunter87ff/git-bash-themes.git # clone the repo cd git-bash-themes # navigate to the repo chmod +x ./install.sh # make the install script executable ./install.sh cd ../ rm -r -f git-bash-themes ``` 3. Restart Bash for changes to take effect ## Don't have bash terminal ? - try this - [Git - Bash](https://git-scm.com/downloads/win) - or this ```sh winget install --id Git.Git -e --source winget ``` ## Contributing Contributions are welcome! Please feel free to submit a Pull Request. 1. Fork the repository 2. Create your feature branch (`git checkout -b feature/amazing-theme`) 3. Commit your changes (`git commit -m 'Add some amazing theme'`) 4. Push to the branch (`git push origin feature/amazing-theme`) 5. Open a Pull Request