Skip to content

This repository contains shell scripts and configurations to enhance and beautify your terminal. Each folder provides a complete setup for a specific shell, making installation simple and seamless—perfect for upgrading your command-line experience!

License

Notifications You must be signed in to change notification settings

OmidHaqi/shells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Shells

Welcome to the Shells repository! 🎉

This repository is dedicated to storing shell scripts that transform and beautify your terminal environment. Each folder in this repository represents a specific shell setup, complete with all the necessary scripts and configuration files to make installation and setup as smooth as possible. This collection is perfect for anyone looking to enhance their command-line experience with visually appealing shells!


Shell Setup Instructions

1. Clone the Repository

git clone https://github.com/omidhaqi/shells.git
cd shells

2. Choose Your Shell

Navigate to the directory of the shell you'd like to install. For example, to install the Kali-ZSH:

cd kali-zsh

3. Run the Installation Script

Inside the chosen shell folder, there is an install.sh script. Simply execute it to begin the installation process.

chmod +x install.sh
./install.sh

The installation script will:

  • Install required packages.
  • Set up the shell as the default for the current user.
  • Configure additional features (like syntax highlighting, autosuggestions, themes, etc.)
  • Ask if you’d like to reboot the system to finalize the setup.

Shell Profiles

Kali-ZSH offers a sleek, modern look with custom syntax highlighting, autosuggestions, and a beautiful prompt. The script installs and configures Zsh with additional plugins to enhance usability and appearance.

Kali-zsh

  • Installation Command:
chmod +x install.sh
./install.sh
  • Requirements: zsh, zsh-syntax-highlighting, zsh-autosuggestions, and optionally gnome-tweaks for certain Linux distributions.

  • Reboot Required: After installation, a system reboot is recommended to apply the shell as default fully.


Feel free to explore and customize the scripts in each directory to match your preferences. If you come across other shells you’d like to add, just follow the structure here, and don’t hesitate to contribute to the repository!

Happy shelling! 🚀

About

This repository contains shell scripts and configurations to enhance and beautify your terminal. Each folder provides a complete setup for a specific shell, making installation simple and seamless—perfect for upgrading your command-line experience!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages