From 53d1d61cc267f860b169d79debcbd26a091c9eeb Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Tue, 10 Dec 2024 00:03:42 +0100 Subject: [PATCH] Quickstart instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d23d95a..0738deb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # dotfiles +## Quickstart + +```console +$ git clone --bare git@git.ivnglkv.me:root/dotfiles.git $HOME/.dotfiles +$ alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' +$ dotfiles checkout +$ dotfiles config --local status.showUntrackedFiles no +$ cd .local/share/dotfiles +$ poetry run ansible-playbook -i inventory.ini --ask-become-pass install_dev_tools.yml +``` +