danerwilliams / dotBash

my .bashrc profile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotBash

my .bashrc profile

Installation

Remove .bash folder in home directory if you have one
rm -rf ~/.bash

Clone repo to .bash directory
git clone https://github.com/danerwilliams/dotBash.git ~/.bash

Remove your existing bashrc
rm ~/.bashrc
Create symbolic link
ln -s ~/.bash/bashrc ~/.bashrc

For mac OS do this as well
rm ~/.bash_profile
ln -s ~/.bash/bash_profile

Source .bashrc
source ~/.bashrc

About

my .bashrc profile


Languages

Language:Shell 100.0%