Compare commits

..

No commits in common. "53d1d61cc267f860b169d79debcbd26a091c9eeb" and "c53fb57ff032f6ee309c53be80d7b2fee0bed054" have entirely different histories.

2 changed files with 0 additions and 12 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
.dotfiles

View file

@ -1,13 +1,2 @@
# dotfiles # 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
```