Skip to content

# My Bash Profile 🖥️✨ 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**. --- ## Features ✨ - **Custom Aliases**: Frequently used commands for effic

License

Notifications You must be signed in to change notification settings

garethcmurphy/my-bash-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Bash Profile 🖥️✨

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.


Features ✨

  • Custom Aliases: Frequently used commands for efficiency.
  • Environment Variables: Pre-configured paths and variables.
  • Custom Functions: Handy utilities for common tasks.

Prerequisites 🛠️

  • A Unix-based operating system with Bash installed.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/bash-profile.git
    cd bash-profile

  2. Backup your existing Bash profile:
    mv ~/.bash_profile ~/.bash_profile.bak

  3. Copy the provided Bash profile to your home directory:
    cp bash_profile ~/.bash_profile

  4. Reload the Bash profile:
    source ~/.bash_profile


File Structure 📂

  • bash_profile: The main Bash profile configuration.
  • README.md: Documentation for the repository.

Migration Note ⚠️

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.


Contributing 🤝

This repository is no longer actively maintained. Contributions can be directed to Oh My Bash.


License 📝

This project is licensed under the MIT License. See the LICENSE file for details.


Streamline your shell environment with this Bash profile! 🖥️✨

About

# My Bash Profile 🖥️✨ 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**. --- ## Features ✨ - **Custom Aliases**: Frequently used commands for effic

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages