Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 294 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 294 Bytes

bash_config

Install

git clone git@github.com:cclhsu/bash_config.git
cd ~/src/github.com/cclhsu/bash_config
make install

Update

cd ~/src/github.com/cclhsu/bash_config
git pull -f
make update

Uninstall

cd ~/src/github.com/cclhsu/bash_config
make clean