Config files used by me, including, but not limited to:
- bash
- conky (legacy)
- git
- newsbeuter
- screen (legacy)
- tmux
- vim
It's a mix of snippets found around the net and my own discoveries. Feel free to use it any way You like, but please remember that my personal look and feel might be different then Yours.
Deployment provisioned with ansible
ansible-playbook -i hosts playbook.yaml --ask-become-pass-
Ensure
ageis available -
Ensure
ansibleis availableFor example by using
uv:curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/home/${USER}/.local/bin" sh uv venv uv pip install ansible
or using
uv tool:uv tool install --with-executables-from ansible-core ansible
-
Install bootstrapping requirements:
ansible-playbook bootstrap.yaml --ask-become-pass