Quickstart instructions
This commit is contained in:
parent
bcac6c099f
commit
53d1d61cc2
1 changed files with 11 additions and 0 deletions
11
README.md
11
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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue