Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 468 Bytes

README.md

File metadata and controls

executable file
·
25 lines (18 loc) · 468 Bytes

dotfiles

The name says it all... ;-)

Loading .dotfiles

  1. 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 git@github.com:FrankZZ/dotfiles.git ~/.dotfiles
  2. Change the contents of ~/.zshrc to:

    for file in ~/.dotfiles/.*; do
        source "$file"
    done