Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 311 Bytes

Dot files!

Installation

Create soft links to the files from your home directory.

for file in *; do [[ ! -e ~/.$file ]] && ln -s `pwd`/$file ~/.$file; done

Install https://github.com/ohmyzsh/ohmyzsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"