Migrated project from poetry to uv
This commit is contained in:
parent
fea1aa7b7c
commit
ed46298833
5 changed files with 251 additions and 404 deletions
|
@ -2,12 +2,14 @@
|
|||
|
||||
## Quickstart
|
||||
|
||||
Install [uv](https://docs.astral.sh/uv/getting-started/installation/)
|
||||
|
||||
```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 install && poetry run ansible-playbook -i inventory.ini --ask-become-pass install_dev_tools.yml
|
||||
$ uv run ansible-playbook -i inventory.ini --ask-become-pass install_dev_tools.yml
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue