No description
Find a file
2026-01-22 14:46:45 +01:00
ansible let ansible be managed by itself, instead of Stow 2025-04-04 14:41:44 +02:00
config fix file formatting 2025-07-07 10:40:46 +02:00
emacs/.emacs.d emacs tweaks 2026-01-22 14:45:16 +01:00
library vendor the stow module, to avoid Ansible complaining on initial setup 2025-01-25 15:19:06 +01:00
npm add npmrc config 2024-11-13 05:02:01 +01:00
roles/sway start creating role for configuring sway 2024-07-19 09:15:14 +02:00
scripts/.local/bin add helper script c for quickly starting vscodium 2025-06-20 20:03:10 +02:00
vendor vendor the stow module, to avoid Ansible complaining on initial setup 2025-01-25 15:19:06 +01:00
zsh stop enabling Ansible PW file 2026-01-22 14:46:45 +01:00
.gitignore set default emacs font size 2024-07-18 22:10:59 +02:00
inventory add dummy inventory to avoid warning 2025-01-24 17:54:28 +01:00
LICENSE.md 🎉 initial commit 2024-07-14 19:46:08 +02:00
playbook.yml simplify running playbook 2026-01-22 14:45:39 +01:00
README.md add dummy inventory to avoid warning 2025-01-24 17:54:28 +01:00

Dotfiles

Here's my collection of scripts and configurations.

Dotfiles, is all about storing your configuration in one place.

Beware: This isn't meant to be used as-is, but maybe it can inspire your computer setup.

Usage

Prerequisites: Ansible

  1. Download this project
  2. Run ansible-playbook -i inventory playbook.yml

Maintenance

  1. Run sync-dotfiles to pull the latest changes from the repository, and apply changes locally using Ansible.

License

All code within this project is licensed under the Hippocratic License. See included LICENSE.md file.