From c9c26827a40d1a8294c5b01966d590a46a57021b Mon Sep 17 00:00:00 2001 From: tracer Date: Fri, 3 Jan 2020 12:42:06 +0100 Subject: [PATCH] updated README.md with cdbm --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d97ae1..8683c15 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ Some sane defults for git, zsh (using oh-my-zsh) and vim. -Install needed packages:\ +Install needed packages: ```apt install git vim zsh``` From your users root, execute: ```git clone https://git.24unix.net/tracer/Settings.git``` -To install oh-my-sdh run:\ +To install oh-my-sdh run: ```sh Settings/install.sh``` -To copy the config files run:\ +To copy the config files run: ```sh Settings/setup.sh``` Also included is cdbm from Mike Schilli, details can be found here: