dotfiles/README.md

20 lines
478 B
Markdown
Raw Permalink 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
$ uv run ansible-playbook install_dotfiles.yml
2024-12-09 23:03:42 +00:00
```
2025-01-16 21:59:41 +00:00
## TODO
- [ ] Add tmux configuration
- [ ] Add git configuration