From 779ef149e652f8769e3f65f1f7dc378737adbc65 Mon Sep 17 00:00:00 2001 From: Inhji Date: Wed, 7 Aug 2019 09:18:49 +0200 Subject: [PATCH] update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb760a2..08af3ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,17 @@ .dotfiles ================= -This is a template repository for bootstrapping your dotfiles with [Dotbot][dotbot]. +How to install +----------------- + +```bash +git clone https://git.inhji.de/inhji/dotfiles.git .dotfiles +~/.dotfiles/install +chsh -s /usr/bin/zsh +``` + +Tips +----------------- In general, you should be using symbolic links for everything, and using git submodules whenever possible.