Compare commits

..

2 commits

Author SHA1 Message Date
53d1d61cc2 Quickstart instructions 2024-12-10 00:03:42 +01:00
bcac6c099f Added .gitignore 2024-12-09 23:57:33 +01:00
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.dotfiles

View file

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