GitHunt
CA

carno/dotfiles

My config files

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

    or using uv tool:

    uv tool install --with-executables-from ansible-core ansible
  • Install bootstrapping requirements:

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

Languages

Shell47.4%Vim Script46.6%Vim Snippet6.0%

Contributors

Created August 24, 2010
Updated March 10, 2026