dotfiles/README.md

15 lines
412 B
Markdown
Raw Normal View History

2024-12-08 22:37:21 +00:00
# dotfiles
2024-12-09 23:03:42 +00:00
## Quickstart
2025-01-16 17:37:00 +00:00
Install [uv](https://docs.astral.sh/uv/getting-started/installation/)
2024-12-09 23:03:42 +00:00
```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
2025-01-16 17:41:30 +00:00
$ uv run ansible-playbook install_dev_tools.yml
2024-12-09 23:03:42 +00:00
```