Skip to content

FrankZZ/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published