From f0dd76f2fb867229b8acca01add459d18a335bf6 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Tue, 14 Feb 2023 13:15:31 +0100 Subject: [PATCH] Update readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e2ef2ac..d0156e2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ ## Gregory's dotfiles +[What are dotfiles](https://dotfiles.github.io/) + ### Installation +I use bash as my shell. Here is the [tree](https://git.localhots.xyz/localhots/dotfiles/src/commit/2f17a9f7300b61a382ec3dfeb69de648b3d36b43) before purging macOS and fish configs. + ```bash -git clone git@github.com:localhots/dotfiles.git ~/dotfiles -~/dotfiles/setup.bash +git clone git@git.localhots.xyz:localhots/dotfiles.git ~/dotfiles +bash ~/dotfiles/setup.sh ``` -### Changelog - -* [Tree](https://github.com/localhots/dotfiles/tree/2f17a9f7300b61a382ec3dfeb69de648b3d36b43) before purging macOS and fish configs.