diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a7db3a3..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.dotfiles diff --git a/README.md b/README.md index 0738deb..d23d95a 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,2 @@ # 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 -``` -