Bash/zsh inspired themes for Bash on Windows and Linux that enhance your terminal experience with custom colors, fonts, layouts and command aliases.
- Easy installation and setup
- Customizable prompt styles
- Font configurations
- Terminal window settings
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.
- Run this command
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
- Restart Bash for changes to take effect
- try this - Git - Bash
- or this
winget install --id Git.Git -e --source winget
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-theme
) - Commit your changes (
git commit -m 'Add some amazing theme'
) - Push to the branch (
git push origin feature/amazing-theme
) - Open a Pull Request