No description
Find a file
2025-01-10 14:55:44 +01:00
.config Removed pyenv 2025-01-10 14:27:25 +01:00
.local/share/dotfiles Installing uv from binary on Ubuntu 2025-01-10 14:55:44 +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 Small README correction 2024-12-14 19:20:40 +01:00

dotfiles

Quickstart

$ 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