Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 215 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 215 Bytes

dotfiles

There is no magic here. The bash script just creates symbolic links from ~/dotfiles.

# >>> start

cd ~
git clone [email protected]:tatthien/dotfiles.git
cd dotfiles
./install.sh

# >>> done