From dcdd947f57880c3cb2e556ca9ebaa9b9a1531c5f Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 16 Feb 2019 18:47:34 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 89129fc..62c9b81 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # My dotfiles +## Quick-Start + +To get started two steps are necessary: + +1. install git & zsh if not already installed on your machine (should often already be available) +1. run `chsh -s /bin/zsh` to switch the shell to zsh +1. go to home directory & run `git clone chsh https://gitlab.com/marty-oehme/dotfiles.git` + ## Setup [The basic ideas](https://www.anishathalye.com/2014/08/03/managing-your-dotfiles/)