Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 216 Bytes

File metadata and controls

14 lines (10 loc) · 216 Bytes

.dotfiles

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

# >>> start

cd ~
git clone git@github.com:tatthien/dotfiles.git
cd dotfiles
./install.sh

# >>> done