This repository contains my Bash profile configuration, which has been used to customize my shell environment. It includes aliases, environment variables, and functions for productivity. This setup has now been superseded by Oh My Bash.
- Custom Aliases: Frequently used commands for efficiency.
- Environment Variables: Pre-configured paths and variables.
- Custom Functions: Handy utilities for common tasks.
- A Unix-based operating system with Bash installed.
-
Clone the repository:
git clone https://github.com/your-username/bash-profile.git
cd bash-profile -
Backup your existing Bash profile:
mv ~/.bash_profile ~/.bash_profile.bak -
Copy the provided Bash profile to your home directory:
cp bash_profile ~/.bash_profile -
Reload the Bash profile:
source ~/.bash_profile
bash_profile
: The main Bash profile configuration.README.md
: Documentation for the repository.
This repository has been superseded by Oh My Bash, which provides a modular and extensible framework for managing Bash configurations. For new setups, refer to Oh My Bash.
This repository is no longer actively maintained. Contributions can be directed to Oh My Bash.
This project is licensed under the MIT License. See the LICENSE file for details.
Streamline your shell environment with this Bash profile! 🖥️✨