Find a file
2023-03-22 23:50:04 +00:00
bin chore: update script names 2023-02-07 20:24:36 +00:00
config feat(nvim): config updates 2023-03-22 22:24:53 +00:00
home-manager refactor(nvim): move custom plugins to an overlay 2023-03-22 23:23:33 +00:00
system refactor: change configuration to system 2023-03-22 23:50:04 +00:00
flake.lock build: flake update 2023-03-21 22:01:40 +00:00
flake.nix refactor: change configuration to system 2023-03-22 23:50:04 +00:00
justfile build: allow unfree software 2023-03-21 22:02:18 +00:00
README.md docs: update README 2022-01-10 22:43:41 +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