The name says it all... ;-)
-
Clone this repository into your home directory under the folder
.dotfiles
Via HTTPS
git clone https://github.com/FrankZZ/dotfiles.git ~/.dotfiles
Via SSH
git clone [email protected]:FrankZZ/dotfiles.git ~/.dotfiles
-
Change the contents of
~/.zshrc
to:for file in ~/.dotfiles/.*; do source "$file" done