From a71a69450cb66c7a8115de1b7a14aab3b92ab188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damien=20Pl=C3=A9nard?= Date: Wed, 8 Feb 2023 18:31:53 +0100 Subject: [PATCH] update readme --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b906058..9424a31 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,17 @@ -# dotfiles :desktop_computer: +

+ dotfiles +
+

-## Install +

My dotfiles managed by dotbot, antidote & tpm.

-```shell -ln -s `pwd`/zshrc ~/.zshrc -ln -s `pwd`/tmux.conf ~/.tmux.conf -ln -s `pwd`/Xresources ~/.Xresources -``` \ No newline at end of file +

+ Installing +

+ +## Installing + +```sh +git clone git@github.com:damoun/dotfiles.git ~/.dotfiles +~/.dotfiles/install +```