No description
Find a file
2025-01-16 22:29:54 +01:00
.config No more pyenv 2025-01-16 22:29:54 +01:00
.local/share/dotfiles Set default Ansible options in config 2025-01-16 18:41:30 +01:00
.gitignore Added .gitignore 2024-12-09 23:57:33 +01:00
LICENSE Initial commit 2024-12-08 22:37:21 +00:00
README.md Set default Ansible options in config 2025-01-16 18:41:30 +01:00

dotfiles

Quickstart

Install uv

$ 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_dev_tools.yml