Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 245 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 245 Bytes

personal useful setup

how to use

$ git clone [email protected]:shindyu/useful.git
$ cd dotfile
$ ./install.sh

## if your machine is MacOS & you use terminal,
## write to bash_profile like this.
if [ -f ~/.bashrc ] ; then
. ~/.bashrc
fi