# my-bash **Repository Path**: mirrors_danethurber/my-bash ## Basic Information - **Project Name**: my-bash - **Description**: my bash - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Usage ```bash mkdir ~/.bash && cd ~/.bash git clone git@github.com:danethurber/my-bash.git ``` add this to your .bash_profile ```bash export MYBASH=~/.bash/my-bash source $MYBASH/main.sh ``` add to gitconfig ```bash [include] path = ~/.bash/my-bash/.gitconfig ```