Install Kitty terminal, configure it with Oh My Bash, and customize your Bash experience with a beautiful banner! 🎉
This project provides an easy-to-use installation script to configure the Kitty terminal with Oh My Bash.
It automatically applies the Kitsune theme and customizes your terminal with a banner using figlet
and lolcat
.
You can change the theme by editing the Kitty config file located at ~/.config/kitty/kitty.conf
.
To get started, simply clone the repository and run the installation script:
git clone https://github.com/VAibhav1031/Best_kitty_setup.git
cd Best_kitty_setup
chmod +x setup_kitty_ohmybash.sh
./setup_kitty_ohmybash.sh
If you want to uninstall the setup, simply run the following command:
chmod +x setup_uninstall.sh
./setup_uninstall.sh
This will remove Oh My Bash and any modifications made during the installation process.
- A supported Linux distribution (e.g., Fedora, Ubuntu, Arch)
- Available package managers:
dnf
,apt
, orpacman
- 📦 Installs Kitty terminal automatically
- 🎨 Configures Oh My Bash with the beautiful Kitsune theme
- 💻 Displays a custom banner using
figlet
andlolcat
- 🔍 Supports multiple Linux package managers (
dnf
,apt
,pacman
)
- Clone this repository
- Run the installation script
- Restart Kitty to see your custom terminal environment
Contributions are welcome! Feel free to submit a pull request, open an issue, or suggest new features!
This project is licensed under the MIT License – see the LICENSE file for more details.
Made with ❤️ by Vaibhav Tiwari