my custom dotfiles
Useage :
cd ~
git clone git@github.com:puff-tw/dotfiles.git
vim ~/.bashrc
if [ -f ~/dotfiles/.bash_aliases ]; then
. ~/dotfiles/.bash_aliases
fi
vim ~/.profile
if [ -f ~/dotfiles/.profile ]; then
. ~/dotfiles/.profile
fi