Find a file
2022-10-03 09:55:41 +01:00
bin feat(bin): add tmuxinator-fzf 2022-06-01 00:15:01 +01:00
group_vars feat(role): add filezilla 2022-08-09 15:20:24 +01:00
nixpkgs feat: add NixOS config for Apollo laptop 2022-10-03 09:27:46 +01:00
roles feat(nvim): add tpope/vim-abolish 2022-09-25 22:15:26 +01:00
ansible.cfg refactor: combine with Ubuntu Provisioning repo 2022-01-06 01:04:14 +00:00
flake.lock chore: flake update 2022-10-01 23:54:32 +01:00
flake.nix fix(flake): add missing flake name 2022-10-03 09:55:41 +01:00
hosts.ini refactor: combine with Ubuntu Provisioning repo 2022-01-06 01:04:14 +00:00
justfile feat: add NixOS config for Apollo laptop 2022-10-03 09:27:46 +01:00
main.yaml chore(main): only run roles based on run tags 2022-04-26 21:42:59 +01:00
README.md docs: update README 2022-01-10 22:43:41 +00:00
requirements.yml chore: add requirements.yml 2022-01-06 08:08:38 +00:00
stylua.toml style: format lua with StyLua 2022-01-09 00:41:55 +00:00

dotfiles

My personal dotfiles, originally for macOS only but currently being adapted for use on Linux based systems (Ubuntu and Pop!_OS in particular) where needed.

The repository is powered using Ansible, with each software package and its associated configuration within separate roles within the roles directory.

The neovim role, for example, has its own tasks in roles/neovim/tasks/main.yaml and files in roles/neovim/files.

Files within a role are typically symlinked into their required destination so that they will be automatically updated without needing to run the playbook again.

For example, the files and directories within the neovim role are symlinked into ~/.config/nvim.

Requirements

Installation

$ ansible-playbook main.yaml --ask-become-pass

Inspiration