dbryant4 / my_bash

My Bash Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# My Bash Dot Files
These are my Bash "dot files". Having to recreate my Bash config every time I start using a new computer has proven to be non-trivial.

## Getting Started
Clone this repo to `~/.my_bash` and add `[[ -s "$HOME/.my_bash/profile" ]] && source ~/.my_bash/profile` to your `.bash_profile` or `.bashrc`

## Secrets
If a file named "secrets" exists, it will be loaded. The purpose of this file is to

About

My Bash Config


Languages

Language:Shell 100.0%