Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 831 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 831 Bytes

What?

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.

How?

Deployment provisioned with ansible

ansible-playbook -i hosts playbook.yaml --ask-become-pass

Bootstrapping from scratch

  • Ensure age is available

  • Ensure ansible is available

    For 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
  • Install bootstrapping requirements:

    ansible-playbook bootstrap.yaml --ask-become-pass