From 642187d71e5c3fe0434575792163fa1b70a57434 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Mon, 6 Feb 2023 22:12:48 +0100 Subject: [PATCH] Add script install option to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae8fd51..78e0371 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ My dotfiles. If you want to use them fork or clone the repo. Each branch has spe * [git](https://git-scm.com/), [zsh](http://www.zsh.org/) and [bat](https://github.com/sharkdp/bat) -## Usage +## Install + +`curl https://git.namesny.com/Mathis/dotfiles/raw/branch/master/install.sh | zsh -s -- ` + +## Manual install * `echo ".dotfiles" >> .gitignore` * `git clone --bare git@git.namesny.com:Mathis/dotfiles.git $HOME/.dotfiles`